From 7f01ec57bf65d157f8414d1e04f160ce503eec1e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 29 Apr 2004 23:02:11 +0000 Subject: [PATCH] SPL is meant to be in uppercase letters, do it now it works --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.50.1