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