mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
Fix Non-terminated comment
This commit is contained in:
parent
491d00e46d
commit
14afcf724d
@ -285,7 +285,7 @@ static PHP_INI_MH(OnMySQLPort)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_INI
|
||||
/* {{{ PHP_INI */
|
||||
PHP_INI_BEGIN()
|
||||
STD_PHP_INI_BOOLEAN("mysql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_mysql_globals, mysql_globals)
|
||||
STD_PHP_INI_ENTRY_EX("mysql.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateInt, max_persistent, zend_mysql_globals, mysql_globals, display_link_numbers)
|
||||
|
Loading…
Reference in New Issue
Block a user