1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00

presumably this was wrong

This commit is contained in:
David Croft
2000-08-14 08:37:28 +00:00
parent e1a3604103
commit 1a5d90c4ea

View File

@@ -1765,7 +1765,7 @@ PHP_FUNCTION(ini_get)
/* }}} */
/* {{{ proto string ini_set(string varname, string newvalue)
Set a configuration option, returns false on error and the old value of the configuration option on failure */
Set a configuration option, returns false on error and the old value of the configuration option on success */
PHP_FUNCTION(ini_set)
{
pval **varname, **new_value;