From 1fdb920299c48cd8de7b0603e2350cae85d6518c Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 16 May 2003 01:09:10 +0000 Subject: [PATCH] Fixed proto --- ext/standard/basic_functions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index e79e6fa265..9286b271ea 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2376,7 +2376,7 @@ PHP_FUNCTION(ini_set) } /* }}} */ -/* {{{ proto string ini_restore(string varname) +/* {{{ proto void ini_restore(string varname) Restore the value of a configuration option specified by varname */ PHP_FUNCTION(ini_restore) { @@ -2439,7 +2439,7 @@ PHP_FUNCTION(get_include_path) /* }}} */ -/* {{{ proto string restore_include_path() +/* {{{ proto void restore_include_path() Restore the value of the include_path configuration option */ PHP_FUNCTION(restore_include_path) -- 2.40.0