From 1a5d90c4ea6429bb94a4238376663d3ff416368d Mon Sep 17 00:00:00 2001 From: David Croft Date: Mon, 14 Aug 2000 08:37:28 +0000 Subject: [PATCH] presumably this was wrong --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index a1f219a724..f2a9697d22 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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; -- 2.50.1