lstrojny                Fri May  2 13:05:43 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/reflection     config.m4 
  Log:
  Hard enabling ext/reflection on UNIX too  [DOC]
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/config.m4?r1=1.4.2.3.2.1&r2=1.4.2.3.2.1.2.1&diff_format=u
Index: php-src/ext/reflection/config.m4
diff -u php-src/ext/reflection/config.m4:1.4.2.3.2.1 
php-src/ext/reflection/config.m4:1.4.2.3.2.1.2.1
--- php-src/ext/reflection/config.m4:1.4.2.3.2.1        Wed Aug 23 09:47:21 2006
+++ php-src/ext/reflection/config.m4    Fri May  2 13:05:42 2008
@@ -1,10 +1,4 @@
-dnl $Id: config.m4,v 1.4.2.3.2.1 2006/08/23 09:47:21 tony2001 Exp $
+dnl $Id: config.m4,v 1.4.2.3.2.1.2.1 2008/05/02 13:05:42 lstrojny Exp $
 dnl config.m4 for extension reflection
 
-PHP_ARG_ENABLE(reflection, whether to enable reflection support,
-[  --disable-reflection    Disable reflection support], yes, no)
-
-if test "$PHP_REFLECTION" != "no"; then
-  AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled])
-  PHP_NEW_EXTENSION(reflection, php_reflection.c, no)
-fi
+PHP_NEW_EXTENSION(reflection, php_reflection.c, no)



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

Reply via email to