ID: 47558
Updated by: [email protected]
Reported By: jan dot ptacek at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: PHP options/info functions
Operating System: linux
PHP Version: 5.2.9
New Comment:
I can't reproduce this with 5.2.9
var_dump(ini_set('include_path', '/fooo/bar'));
results in a return of bool (false)
Previous Comments:
------------------------------------------------------------------------
[2009-03-04 12:16:36] jan dot ptacek at gmail dot com
Description:
------------
ini_set is not returning FALSE upon failure
Reproduce code:
---------------
ini_set('include_path', APP_DIR . DS . PATH_SEPARATOR .
ini_get('include_path'));
Expected result:
----------------
updated include_path or FALSE return value
Actual result:
--------------
old include_path is returned but new one is not set,
because include_path was configured using php_admin_value
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=47558&edit=1