]> git.pld-linux.org Git - packages/php.git/blob - php-filter-shared.patch
move duplicate opcache php.ini settings to specific opcache.ini
[packages/php.git] / php-filter-shared.patch
1 --- php-5.2.0/ext/filter/config.m4~     2006-01-14 17:04:12.000000000 +0200
2 +++ php-5.2.0/ext/filter/config.m4      2006-11-20 00:06:09.272529853 +0200
3 @@ -10,10 +10,7 @@
4  if test "$PHP_FILTER" != "no"; then
5  
6    dnl Check if configure is the PHP core configure
7 -  if test -n "$PHP_VERSION"; then
8 -    dnl This extension can not be build as shared when in PHP core
9 -    ext_shared=no
10 -  else
11 +  if test -z "$PHP_VERSION"; then
12      dnl This is PECL build, check if bundled PCRE library is used
13      old_CPPFLAGS=$CPPFLAGS
14      CPPFLAGS=$INCLUDES
This page took 0.035358 seconds and 3 git commands to generate.