From: Marcus Boerger Date: Tue, 9 Aug 2005 21:13:04 +0000 (+0000) Subject: - MFH: PEAR uses .php not .inc.php (as discussed with Andi) X-Git-Tag: php-5.1.0RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c7eb15eea9efebda288855cc07efabd6db9d13b;p=php - MFH: PEAR uses .php not .inc.php (as discussed with Andi) --- 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; } /* }}} */