>> I can clearly set the PHP_INI_SYSTEM option in the httpd.conf.
>> As stated in http://php.net/configuration.changes you should use the
>> 'php_admin_xx' directive instead of 'php_xx'.
>
> *cough*
> Yes, you're right.
> Sorry for the noise.
So since Sean misunderstood something, this might be a
I can clearly set the PHP_INI_SYSTEM option in the httpd.conf.
As stated in http://php.net/configuration.changes you should use the
'php_admin_xx' directive instead of 'php_xx'.
*cough*
Yes, you're right.
Sorry for the noise.
S
--
PHP Internals - PHP Runtime Development Mailing List
To unsubs
I can clearly set the PHP_INI_SYSTEM option in the httpd.conf.
As stated in http://php.net/configuration.changes you should use the
'php_admin_xx' directive instead of 'php_xx'.
AFAIK, those options marked with 'php.ini only' were considered too
expensive to be set at run-time (they are hard-c
Hello core folks.
Please see this table:
http://php.net/manual/en/ini.php#AEN189095
As long as I can remember, the manual has said that PHP_INI_SYSTEM is
settable in httpd.conf.
I just ran some tests, and it seems that this is not the case. Seems
these are only settable in php.ini.
The man