Re: php.ini ignored

2019-03-31 Thread Peter Wiersig
Andrew Wood writes: > Configuration File (php.ini) Path /etc/php/7.0/apache2 > Loaded Configuration File /etc/php/7.0/apache2/php.ini > Scan this dir for additional .ini files /etc/php/7.0/apache2/conf.d IIRC the latter files override the main config file. So if your changes in apac

Re: php.ini ignored

2019-03-31 Thread Andrew Wood
On 31/03/2019 20:56, Sven Hartge wrote: Are using libapache2-mod-php7.0 or are you using php7.0-cgi or php7.0-fpm? Depending on the way PHP is executed, different php.ini-files are used. Grüße, S! mod_php Server API Apache 2.0 Handler Virtual Directory Support disabled Configur

Re: php.ini ignored

2019-03-31 Thread Sven Hartge
Andrew Wood wrote: > Im using PHP 7 with Apache on Stretch. According to phpinfo() the ini > file is /etc/php/7.0/apache2/php.ini but changes to this file are not > reflected in the output of phpinfo() (I am restarting Apache). > Ive even tried creating a synax error in there and it didnt compla

php.ini ignored

2019-03-31 Thread Andrew Wood
Im using PHP 7 with Apache on Stretch. According to phpinfo() the ini file is /etc/php/7.0/apache2/php.ini but changes to this file are not reflected in the output of phpinfo() (I am restarting Apache). Ive even tried creating a synax error in there and it didnt complain. Any ideas?