From: Hannes Magnusson Date: Tue, 9 Dec 2008 13:02:27 +0000 (+0000) Subject: ini_set() should return false on failure, not return the orginal value X-Git-Tag: php-5.4.0alpha1~191^2~4855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f593a8866d6559d9d80a62d109984aaace18a50;p=php ini_set() should return false on failure, not return the orginal value and pretend everything is fine. --- diff --git a/ext/phar/tests/ini_set.phpt b/ext/phar/tests/ini_set.phpt index beadcdbd88..01dc995891 100644 --- a/ext/phar/tests/ini_set.phpt +++ b/ext/phar/tests/ini_set.phpt @@ -25,7 +25,7 @@ string(1) "1" string(1) "1" string(1) "1" string(1) "1" -string(1) "1" -string(1) "1" +bool(false) +bool(false) string(1) "1" string(1) "1"