]> git.pld-linux.org Git - packages/php.git/commitdiff
- update to 5.3.1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Nov 2009 23:01:23 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-stupidapache_version.patch -> 1.4

php-stupidapache_version.patch

index e76de125b31b84e1d2cc40eb08b39cdc7b7c99e2..d27411707fc4e45623b5cc0700b989226d8af2e0 100644 (file)
@@ -1,17 +1,15 @@
---- ./acinclude.m4~    2005-06-16 21:20:24.000000000 +0300
-+++ ./acinclude.m4     2005-06-16 21:20:34.000000000 +0300
-@@ -1949,8 +1949,14 @@
- dnl This macro is used to get a comparable
+--- php-5.3.1/acinclude.m4~    2009-11-26 00:49:53.000000000 +0200
++++ php-5.3.1/acinclude.m4     2009-11-26 00:51:11.466867803 +0200
+@@ -2582,7 +2582,11 @@
  dnl version for apache1/2.
  dnl
-+
  AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
-+if test "$with_apache_version" != "no"; then
-+  ac_output="foo bar baz $with_apache_version"
-+else
-   ac_output=`$1 -v 2>&1`
-+fi
-+
+-  ac_output=`$1 -v 2>&1 | grep version`
++  if test "$with_apache_version" != "no"; then
++    ac_output="foo bar baz $with_apache_version"
++  else
++    ac_output=`$1 -v 2>&1 | grep version`
++  fi
    ac_IFS=$IFS
  IFS="- /.
  "
This page took 0.060132 seconds and 4 git commands to generate.