]> git.pld-linux.org Git - packages/php.git/blame - php-reflection.patch
- kill Icon: field (support for these is obsolete says jbj)
[packages/php.git] / php-reflection.patch
CommitLineData
411590ae
AM
1diff -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 1.071162 seconds and 4 git commands to generate.