johannes                Sat Sep  2 19:12:57 2006 UTC

  Modified files:              
    /php-src/ext/reflection     config.w32 
  Log:
  - Add HAVE_REFLECTION define for win32 (by Steph)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/config.w32?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/reflection/config.w32
diff -u php-src/ext/reflection/config.w32:1.2 
php-src/ext/reflection/config.w32:1.3
--- php-src/ext/reflection/config.w32:1.2       Thu Nov 17 22:49:03 2005
+++ php-src/ext/reflection/config.w32   Sat Sep  2 19:12:57 2006
@@ -1,9 +1,10 @@
-// $Id: config.w32,v 1.2 2005/11/17 22:49:03 helly Exp $
+// $Id: config.w32,v 1.3 2006/09/02 19:12:57 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