summaryrefslogtreecommitdiff
path: root/ext/reflection/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/config.w32')
-rwxr-xr-xext/reflection/config.w326
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32
new file mode 100755
index 0000000..724bf7b
--- /dev/null
+++ b/ext/reflection/config.w32
@@ -0,0 +1,6 @@
+// $Id$
+// vim:ft=javascript
+
+EXTENSION("reflection", "php_reflection.c", false /* never shared */);
+AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
+PHP_REFLECTION="yes"; \ No newline at end of file