helly           Thu Apr 29 19:02:11 2004 EDT

  Modified files:              
    /php-src/ext/spl    php_spl.c 
  Log:
  SPL is meant to be in uppercase letters, do it now it works
  
http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.27&r2=1.28&ty=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.27 php-src/ext/spl/php_spl.c:1.28
--- php-src/ext/spl/php_spl.c:1.27      Sun Jan 25 12:30:19 2004
+++ php-src/ext/spl/php_spl.c   Thu Apr 29 19:02:11 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.27 2004/01/25 17:30:19 helly Exp $ */
+/* $Id: php_spl.c,v 1.28 2004/04/29 23:02:11 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
        #include "config.h"
@@ -53,7 +53,7 @@
  */
 zend_module_entry spl_module_entry = {
        STANDARD_MODULE_HEADER,
-       "spl",
+       "SPL",
        spl_functions,
        PHP_MINIT(spl),
        PHP_MSHUTDOWN(spl),

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to