Browse Source

- PEAR uses .php not .inc.php

migration/RELEASE_1_0_0
Marcus Boerger 21 years ago
parent
commit
af2e8a3db5
  1. 2
      ext/spl/php_spl.c

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

Loading…
Cancel
Save