summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-08-09 21:13:04 +0000
committerMarcus Boerger <helly@php.net>2005-08-09 21:13:04 +0000
commit1c7eb15eea9efebda288855cc07efabd6db9d13b (patch)
treed6921dd7013e38425c67cc87582bd2ddb87dd124 /ext
parentd55f45649768ddf5b581ef579d7e8383d1615587 (diff)
downloadphp-git-1c7eb15eea9efebda288855cc07efabd6db9d13b.tar.gz
- MFH: PEAR uses .php not .inc.php (as discussed with Andi)
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/php_spl.c2
1 files changed, 1 insertions, 1 deletions
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;
} /* }}} */