From: Marcus Boerger Date: Tue, 9 Aug 2005 21:11:42 +0000 (+0000) Subject: - PEAR uses .php not .inc.php X-Git-Tag: BEFORE_UNICODE_MERGE~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2e8a3db5877e1ff640cdd06124b42852b992ec;p=php - PEAR uses .php not .inc.php --- 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; } /* }}} */