From: Zeev Suraski Date: Mon, 27 Dec 2004 18:22:50 +0000 (+0000) Subject: MFB - description fix X-Git-Tag: RELEASE_0_2~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f64c4f4569717ef7befe11664a3cd87db5f5c729;p=php MFB - description fix --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 0f00612db2..a31d83ef31 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2678,7 +2678,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)