From f64c4f4569717ef7befe11664a3cd87db5f5c729 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 27 Dec 2004 18:22:50 +0000 Subject: [PATCH] MFB - description fix --- 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 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) -- 2.50.1