From: Antony Dovgal Date: Thu, 11 Dec 2008 10:58:14 +0000 (+0000) Subject: rename .php to .inc X-Git-Tag: php-5.4.0alpha1~191^2~4830 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cadc421ae54ab87031f52a0f00554cc3c06fa9f;p=php rename .php to .inc all .php files are deleted on `make clean` --- diff --git a/Zend/tests/bug46665.phpt b/Zend/tests/bug46665.phpt index 994ea8b795..8e7fc086dd 100644 --- a/Zend/tests/bug46665.phpt +++ b/Zend/tests/bug46665.phpt @@ -7,7 +7,7 @@ $baz = '\\Foo\\Bar\\Baz'; new $baz(); function __autoload($class) { var_dump($class); - require __DIR__ .'/bug46665_autoload.php'; + require __DIR__ .'/bug46665_autoload.inc'; } ?> diff --git a/Zend/tests/bug46665_autoload.php b/Zend/tests/bug46665_autoload.inc similarity index 100% rename from Zend/tests/bug46665_autoload.php rename to Zend/tests/bug46665_autoload.inc