helly           Tue Aug  9 17:11:43 2005 EDT

  Modified files:              
    /php-src/ext/spl    php_spl.c 
  Log:
  - PEAR uses .php not .inc.php
  
http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.52&r2=1.53&ty=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.52 php-src/ext/spl/php_spl.c:1.53
--- php-src/ext/spl/php_spl.c:1.52      Wed Aug  3 10:07:52 2005
+++ php-src/ext/spl/php_spl.c   Tue Aug  9 17:11:42 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.52 2005/08/03 14:07:52 sniper Exp $ */
+/* $Id: php_spl.c,v 1.53 2005/08/09 21:11:42 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
        #include "config.h"
@@ -596,7 +596,7 @@
 
 PHP_RINIT_FUNCTION(spl) /* {{{ */
 {
-       SPL_G(autoload_extensions) = estrdup(".inc,.inc.php");
+       SPL_G(autoload_extensions) = estrdup(".inc,.php");
        return SUCCESS;
 } /* }}} */
 

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

Reply via email to