]> granicus.if.org Git - php/commitdiff
- PEAR uses .php not .inc.php
authorMarcus Boerger <helly@php.net>
Tue, 9 Aug 2005 21:11:42 +0000 (21:11 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 9 Aug 2005 21:11:42 +0000 (21:11 +0000)
ext/spl/php_spl.c

index fbbc64f343d85aa6217ff356d2a8a87c1f558c4a..aa8b9e0a388f8591383cfb77f138761b99d3733c 100755 (executable)
@@ -596,7 +596,7 @@ PHP_MINIT_FUNCTION(spl)
 
 PHP_RINIT_FUNCTION(spl) /* {{{ */
 {
-       SPL_G(autoload_extensions) = estrdup(".inc,.inc.php");
+       SPL_G(autoload_extensions) = estrdup(".inc,.php");
        return SUCCESS;
 } /* }}} */