derick          Mon Jan 19 03:32:26 2004 EDT

  Modified files:              
    /php-src/ext/spl    config.m4 
  Log:
  - Being picky :)
  
  
Index: php-src/ext/spl/config.m4
diff -u php-src/ext/spl/config.m4:1.6 php-src/ext/spl/config.m4:1.7
--- php-src/ext/spl/config.m4:1.6       Sun Jan 18 10:33:37 2004
+++ php-src/ext/spl/config.m4   Mon Jan 19 03:32:26 2004
@@ -1,10 +1,10 @@
-dnl $Id: config.m4,v 1.6 2004/01/18 15:33:37 helly Exp $
+dnl $Id: config.m4,v 1.7 2004/01/19 08:32:26 derick Exp $
 dnl config.m4 for extension SPL
 
 PHP_ARG_ENABLE(spl, enable SPL suppport,
 [  --disable-spl           Enable Standard PHP Library], yes)
 
 if test "$PHP_SPL" != "no"; then
-    AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard Php Library) support]) 
+    AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support]) 
     PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c 
spl_array.c spl_directory.c spl_sxe.c, $ext_shared)
 fi

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

Reply via email to