]> granicus.if.org Git - php/commitdiff
SPL is meant to be in uppercase letters, do it now it works
authorMarcus Boerger <helly@php.net>
Thu, 29 Apr 2004 23:02:11 +0000 (23:02 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 29 Apr 2004 23:02:11 +0000 (23:02 +0000)
ext/spl/php_spl.c

index 60048fbfdca5ca55967b7b71a2887fb2ebdc21bf..34597b6afb46d130879cc625b7f21b03af72f2ff 100755 (executable)
@@ -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),