diff options
Diffstat (limited to 'ext/reflection/config.w32')
-rwxr-xr-x | ext/reflection/config.w32 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32 deleted file mode 100755 index 66613659e8..0000000000 --- a/ext/reflection/config.w32 +++ /dev/null @@ -1,10 +0,0 @@ -// $Id$ -// vim:ft=javascript - -ARG_ENABLE("reflection", "disable reflection support", "yes"); - -if (PHP_REFLECTION != "no") { - EXTENSION("reflection", "php_reflection.c"); - AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled'); -} - |