From: Marcus Boerger Date: Thu, 29 Apr 2004 23:02:11 +0000 (+0000) Subject: SPL is meant to be in uppercase letters, do it now it works X-Git-Tag: RELEASE_0_1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f01ec57bf65d157f8414d1e04f160ce503eec1e;p=php SPL is meant to be in uppercase letters, do it now it works --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 60048fbfdc..34597b6afb 100755 --- a/ext/spl/php_spl.c +++ b/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),