Browse Source

MFB

migration/unlabaled-1.3.2
Ilia Alshanetsky 24 years ago
parent
commit
e2444c223b
  1. 4
      ext/standard/basic_functions.c

4
ext/standard/basic_functions.c

@ -2438,7 +2438,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)
{
@ -2501,7 +2501,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)

Loading…
Cancel
Save