Date: Fri, 13 Sep 2013 11:40:27 +0100
From: Richard Quadling
To: PHP General list
Subject: [PHP] Ini files for CLI only on non Win32 platform.
>I've got an instance of PHP that is looking for additional ini files in
>/etc/php.d
>
>This seems to work well.
>
>I now need to make one of the ini fil
Hi.
I've got an instance of PHP that is looking for additional ini files in
/etc/php.d
This seems to work well.
I now need to make one of the ini files only accessible if the SAPI is CGI.
So, I renamed the file ...
mv /etc/php.d/my.ini /etc/php.d/my-cgi.ini
If I do a ...
php --ini
I still s
2 matches
Mail list logo