Just a FYI. If you’re using archlinux and wonder why the php.ini in /etc/php/ isn’t parsed, in my case i’m using uwsgi so the php_sapi_name() returns uwsgi so i have to
|
1 |
ln -s /etc/php/php.ini /etc/php/php-uwsgi.ini |
Webentwicklung und sonstiger Unsinn :) Web development and other nonsense :)
Just a FYI. If you’re using archlinux and wonder why the php.ini in /etc/php/ isn’t parsed, in my case i’m using uwsgi so the php_sapi_name() returns uwsgi so i have to
|
1 |
ln -s /etc/php/php.ini /etc/php/php-uwsgi.ini |