]> granicus.if.org Git - php/commitdiff
- Add HAVE_REFLECTION define for win32 (by Steph)
authorJohannes Schlüter <johannes@php.net>
Sat, 2 Sep 2006 19:12:57 +0000 (19:12 +0000)
committerJohannes Schlüter <johannes@php.net>
Sat, 2 Sep 2006 19:12:57 +0000 (19:12 +0000)
ext/reflection/config.w32

index 330fc3221782b3e4c5359db319486a2b674e2954..66613659e804d62b5b356f9ac92f08c6afbe23a5 100755 (executable)
@@ -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');
 }