From: Zeev Suraski Date: Mon, 27 Dec 2004 18:21:55 +0000 (+0000) Subject: Fix description X-Git-Tag: php-5.0.4RC1~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=148186afaf4de10958da3f454a8562303030e97c;p=php Fix description --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index b1cbbec0ca..32c0484780 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2584,7 +2584,7 @@ PHP_FUNCTION(ini_restore) } /* }}} */ -/* {{{ proto string set_include_path(string varname, string newvalue) +/* {{{ proto string set_include_path(string new_include_path) Sets the include_path configuration option */ PHP_FUNCTION(set_include_path)