Tuesday, June 12, 2018

manually load scan dir / load directory in command line php


For checking of the .ini loaded via command line is
php --ini

If scan directory is mentioning the right path of additional loading directory path then  there is nothing to do. You can use it as per your requirement.

If additional scan directory is empty then run the following are the command, you can apply on the command line

PHP_INI_SCAN_DIR=/usr/local/etc/php/7.1/conf.d
export PHP_INI_SCAN_DIR


How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...