From: Johannes Schlüter Date: Sat, 2 Sep 2006 19:12:57 +0000 (+0000) Subject: - Add HAVE_REFLECTION define for win32 (by Steph) X-Git-Tag: RELEASE_1_0_0RC1~1789 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a0ab6a6443d7aa2f19f4ced65c224512162b4ea;p=php - Add HAVE_REFLECTION define for win32 (by Steph) --- 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'); }