What exactly do you have in your php.ini for that setting..?
    Works fine for me..

    --Jani


On Fri, 2 Sep 2005, Rob Richards wrote:

That fix for bug #34307 broke my ini settings.
For example PHP_EXTENSION_DIR no longer is pulled from ini file. only gets default value.

I had to move REGISTER_INI_ENTRIES(); and zend_register_standard_ini_entries(TSRMLS_C); after the php_init_config() call again to get it working.

Code now looks like it did before other than php_init_config_hash() now being called on its own rather than within php_init_config().

attached is the patch i had to do to get it working again.
note: this is under windows havent tried it elsewhere.

Rob


--
Donate @ http://pecl.php.net/wishlist.php/sniper

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to