diff options
| author | Marcus Boerger <helly@php.net> | 2005-08-09 21:13:04 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-08-09 21:13:04 +0000 |
| commit | 1c7eb15eea9efebda288855cc07efabd6db9d13b (patch) | |
| tree | d6921dd7013e38425c67cc87582bd2ddb87dd124 /ext | |
| parent | d55f45649768ddf5b581ef579d7e8383d1615587 (diff) | |
| download | php-git-1c7eb15eea9efebda288855cc07efabd6db9d13b.tar.gz | |
- MFH: PEAR uses .php not .inc.php (as discussed with Andi)
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/spl/php_spl.c | 2 |
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; } /* }}} */ |
