mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
typofix
This commit is contained in:
parent
66c8b5d71c
commit
5546f1e259
@ -217,7 +217,7 @@ static PHP_INI_MH(OnHyperwavePort)
|
||||
}
|
||||
|
||||
PHP_INI_BEGIN()
|
||||
STD_PHP_INI_ENTRY("hyerwave.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_hw_globals, hw_globals)
|
||||
STD_PHP_INI_ENTRY("hyperwave.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_hw_globals, hw_globals)
|
||||
PHP_INI_ENTRY("hyperwave.default_port", "418", PHP_INI_ALL, OnHyperwavePort)
|
||||
PHP_INI_END()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user