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

This commit is contained in:
Marcus Boerger 2004-04-29 23:02:11 +00:00
parent 9aab7d7cdf
commit 7f01ec57bf

View File

@ -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),