johannes                Sat Sep  2 19:13:23 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/reflection     config.w32 
  Log:
  - MFH: Add HAVE_REFLECTION define for win32 (by Steph)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/config.w32?r1=1.2.2.2&r2=1.2.2.2.2.1&diff_format=u
Index: php-src/ext/reflection/config.w32
diff -u php-src/ext/reflection/config.w32:1.2.2.2 
php-src/ext/reflection/config.w32:1.2.2.2.2.1
--- php-src/ext/reflection/config.w32:1.2.2.2   Wed Nov 30 21:52:38 2005
+++ php-src/ext/reflection/config.w32   Sat Sep  2 19:13:23 2006
@@ -1,9 +1,10 @@
-// $Id: config.w32,v 1.2.2.2 2005/11/30 21:52:38 helly Exp $
+// $Id: config.w32,v 1.2.2.2.2.1 2006/09/02 19:13:23 johannes Exp $
 // vim:ft=javascript
 
 ARG_ENABLE("reflection", "disable reflection support", "yes");
 
 if (PHP_REFLECTION != "no") {
        EXTENSION("reflection", "php_reflection.c");
+       AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
 }
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to