1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

- PEAR uses .php not .inc.php

This commit is contained in:
Marcus Boerger
2005-08-09 21:11:42 +00:00
parent cef2cd485a
commit af2e8a3db5

View File

@@ -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;
} /* }}} */