mirror of
https://github.com/php/php-src.git
synced 2025-01-10 13:03:54 +08:00
presumably this was wrong
This commit is contained in:
parent
e1a3604103
commit
1a5d90c4ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user