summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2006-09-02 19:13:23 +0000
committerJohannes Schlüter <johannes@php.net>2006-09-02 19:13:23 +0000
commiteb958c080e238b7cb276fb67a9a7c70136d55c3a (patch)
tree962b40e3d4dadb1a933dd5f79ed45ae47df8b48f
parent948d84fd67ff6f7182dcdc64971d3d7745958660 (diff)
downloadphp-git-eb958c080e238b7cb276fb67a9a7c70136d55c3a.tar.gz
- MFH: Add HAVE_REFLECTION define for win32 (by Steph)
-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');
}