Browse Source

SPL is meant to be in uppercase letters, do it now it works

PHP-5.0
Marcus Boerger 23 years ago
parent
commit
7f01ec57bf
  1. 2
      ext/spl/php_spl.c

2
ext/spl/php_spl.c

@ -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…
Cancel
Save