Shouldn't php.ini entries overwrite defaults and become the
master value?
That is what happens currently: php.ini entries are applied
using zend_alter_ini_entry(), and the default value is stored
in orig_value. On the next request shutdown,
zend_deactivate() calls zend_ini_deactive() which in turn
overwrites the php.ini entry with orig_value.
I.e. on module startup:
updating 0x40450980+(nil) to /var/lib/apl/themes
updating 0x40450980+(nil) to /home/sas/src/apl/contrib/themes
And on request shutdown:
updating 0x40450980+(nil) to /var/lib/apl/themes
- Sascha
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]