]> git.pld-linux.org Git - packages/php.git/blobdiff - php-pear.patch
Release 11 (by relup.sh)
[packages/php.git] / php-pear.patch
index 400359d4e47458f60ab22f71a7c7315f1ddc303c..08617c47b44e0bef021de63ae28ffb8f00c54b5b 100644 (file)
@@ -1,6 +1,7 @@
---- php-5.3.1/configure.in~    2010-02-19 23:26:13.000000000 +0200
-+++ php-5.3.1/configure.in     2010-02-19 23:27:58.273207305 +0200
-@@ -934,11 +934,6 @@
+diff -urNp -x '*.orig' php-5.6.40.org/configure.in php-5.6.40/configure.in
+--- php-5.6.40.org/configure.in        2021-08-23 23:19:20.735798578 +0200
++++ php-5.6.40/configure.in    2021-08-23 23:19:21.769130837 +0200
+@@ -1078,11 +1078,6 @@ if test -z "$with_pear" && test "$enable
    with_pear=no
  fi
  
@@ -10,9 +11,9 @@
 -fi
 -
  PHP_ARG_WITH(pear, [whether to install PEAR],
- [  --with-pear=DIR         Install PEAR in DIR [PREFIX/lib/php]
+ [  --with-pear=DIR         Install PEAR in DIR @<:@PREFIX/lib/php@:>@
    --without-pear          Do not install PEAR], DEFAULT, yes)
-@@ -1023,11 +1023,11 @@
+@@ -1092,11 +1087,11 @@ if test "$PHP_PEAR" != "no"; then
    dnl
    dnl PEAR dependancies
    dnl
  dnl
  dnl  if test "$PHP_XMLRPC" = "no"; then
  dnl    pear_error_msg="$pear_error_msg 
---- php-5.2.6/sapi/cli/config.m4~      2008-11-16 18:35:31.000000000 +0200
-+++ php-5.2.6/sapi/cli/config.m4       2008-11-20 19:04:12.585061299 +0200
-@@ -4,7 +4,7 @@
+diff -urNp -x '*.orig' php-5.6.40.org/sapi/cli/config.m4 php-5.6.40/sapi/cli/config.m4
+--- php-5.6.40.org/sapi/cli/config.m4  2021-08-23 23:19:20.735798578 +0200
++++ php-5.6.40/sapi/cli/config.m4      2021-08-23 23:19:21.769130837 +0200
+@@ -4,7 +4,7 @@ dnl
  
  PHP_ARG_ENABLE(cli,,
  [  --disable-cli           Disable building CLI version of PHP
 -                          (this forces --without-pear)], yes, no)
 +                          ], yes, no)
  
- AC_MSG_CHECKING(for CLI build)
- if test "$PHP_CLI" != "no"; then
+ AC_CHECK_FUNCS(setproctitle)
This page took 0.189187 seconds and 4 git commands to generate.