From af2e8a3db5877e1ff640cdd06124b42852b992ec Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 9 Aug 2005 21:11:42 +0000 Subject: [PATCH] - PEAR uses .php not .inc.php --- 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 fbbc64f343d85..aa8b9e0a388f8 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -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; } /* }}} */