summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/reflection/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32
index 330fc32217..66613659e8 100755
--- a/ext/reflection/config.w32
+++ b/ext/reflection/config.w32
@@ -5,5 +5,6 @@ ARG_ENABLE("reflection", "disable reflection support", "yes");
if (PHP_REFLECTION != "no") {
EXTENSION("reflection", "php_reflection.c");
+ AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
}