ID: 31690 Comment by: revan02 at googlemail dot com Reported By: wf at bitplan dot com Status: Open Bug Type: Feature/Change Request Operating System: all PHP Version: 5.0.3 New Comment:
This kind of feature request would be great on any os. I've discovered the same issue and it would be great to hear a response because it's now some time ago that this CR has been submitted. Previous Comments: ------------------------------------------------------------------------ [2005-02-09 15:13:26] rb at bitplan dot com we are developing a product and we need that feature badly. The goal is to have our own section in php.ini. ------------------------------------------------------------------------ [2005-01-25 20:11:20] wf at bitplan dot com Description: ------------ a) When adding user specific entries to php.ini these are not returned. b) the location of php.ini is not available via a standard function The combination of a + b makes it almost impossible to have user specific additions to php.ini So ini_get() should allow to read user specific entries and/or the php.ini location should be available as a variable or via ini_get Reproduce code: --------------- a) php.ini contains: uml2phphome = "c:/Programme/BITPlan/UML2PHP" <?php echo ini_get("uml2phphome"); ?> b) echo PHP_INI_PATH; Expected result: ---------------- a) c:/Programme/BITPlan/UML2PHP b) c:/Windows/PHP.INI on my windows machine /usr/local/lib/php5.0.3/php.ini on my linux machine Actual result: -------------- nothing ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31690&edit=1