From 2cadc421ae54ab87031f52a0f00554cc3c06fa9f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 11 Dec 2008 10:58:14 +0000 Subject: [PATCH] rename .php to .inc all .php files are deleted on `make clean` --- Zend/tests/bug46665.phpt | 2 +- Zend/tests/{bug46665_autoload.php => bug46665_autoload.inc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Zend/tests/{bug46665_autoload.php => bug46665_autoload.inc} (100%) 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 -- 2.40.0