]> git.pld-linux.org Git - packages/php.git/blob - php-reflection.patch
- pl update
[packages/php.git] / php-reflection.patch
1 diff -ur php-5.1.2.org/ext/reflection/config.m4 php-5.1.2/ext/reflection/config.m4
2 --- php-5.1.2.org/ext/reflection/config.m4      2005-12-03 02:12:45.000000000 +0100
3 +++ php-5.1.2/ext/reflection/config.m4  2006-01-16 19:36:46.460968000 +0100
4 @@ -5,9 +5,6 @@
5  [  --disable-reflection    Disable reflection support], yes, no)
6  
7  if test "$PHP_REFLECTION" != "no"; then
8 -  if test "$ext_shared" = "yes"; then
9 -    AC_MSG_ERROR(Cannot build reflection as a shared module)
10 -  fi
11    AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled])
12 -  PHP_NEW_EXTENSION(reflection, php_reflection.c)
13 +  PHP_NEW_EXTENSION(reflection, php_reflection.c, no)
14  fi
This page took 0.033406 seconds and 3 git commands to generate.