ID: 46811 Updated by: bj...@php.net Reported By: hannes dot magnusson at gmail dot com -Status: Assigned +Status: Closed Bug Type: PHP options/info functions Operating System: Linux PHP Version: 5.2.8 Assigned To: bjori New Comment:
..won't be fixed in 5.2 Previous Comments: ------------------------------------------------------------------------ [2008-12-09 10:25:11] bj...@php.net Fixed in HEAD and 5.3. Waiting for 5.2 status report... ------------------------------------------------------------------------ [2008-12-09 10:04:29] hannes dot magnusson at gmail dot com Description: ------------ ini_set() doesn't return false when updating PHP_INI_ALL entries that can fail. Reproduce code: --------------- <?php var_dump(ini_set("arg_separator.output", "")); var_dump(ini_get("arg_separator.output")); ?> Expected result: ---------------- bool(false) string(1) "&" Actual result: -------------- string(1) "&" string(1) "&" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46811&edit=1