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:
@@ -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;
|
||||
} /* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user