From 148186afaf4de10958da3f454a8562303030e97c Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 27 Dec 2004 18:21:55 +0000 Subject: [PATCH] Fix description --- 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 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) -- 2.50.1