From 1c7eb15eea9efebda288855cc07efabd6db9d13b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 9 Aug 2005 21:13:04 +0000 Subject: [PATCH] - MFH: PEAR uses .php not .inc.php (as discussed with Andi) --- 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 fbbc64f343..aa8b9e0a38 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; } /* }}} */ -- 2.50.1