mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
SPL is meant to be in uppercase letters, do it now it works
This commit is contained in:
parent
9aab7d7cdf
commit
7f01ec57bf
@ -53,7 +53,7 @@ function_entry spl_functions[] = {
|
||||
*/
|
||||
zend_module_entry spl_module_entry = {
|
||||
STANDARD_MODULE_HEADER,
|
||||
"spl",
|
||||
"SPL",
|
||||
spl_functions,
|
||||
PHP_MINIT(spl),
|
||||
PHP_MSHUTDOWN(spl),
|
||||
|
Loading…
Reference in New Issue
Block a user