Skip to content

Commit

Permalink
- PEAR uses .php not .inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Aug 9, 2005
1 parent cef2cd4 commit af2e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/spl/php_spl.c
Expand Up @@ -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;
} /* }}} */

Expand Down

0 comments on commit af2e8a3

Please sign in to comment.