]> granicus.if.org Git - php/commitdiff
presumably this was wrong
authorDavid Croft <david@php.net>
Mon, 14 Aug 2000 08:37:28 +0000 (08:37 +0000)
committerDavid Croft <david@php.net>
Mon, 14 Aug 2000 08:37:28 +0000 (08:37 +0000)
ext/standard/basic_functions.c

index a1f219a724f709a672fc097b3b4dfe75b82b7de1..f2a9697d2220086fa5cc0a6da633bfa604a9dfae 100644 (file)
@@ -1765,7 +1765,7 @@ PHP_FUNCTION(ini_get)
 /* }}} */
 
 /* {{{ proto string ini_set(string varname, string newvalue)
-   Set a configuration option, returns false on error and the old value of the configuration option on failure */
+   Set a configuration option, returns false on error and the old value of the configuration option on success */
 PHP_FUNCTION(ini_set)
 {
        pval **varname, **new_value;