SOURCES: php-nohttpd.patch - from DEVEL

arekm arekm at pld-linux.org
Thu Dec 15 14:36:41 CET 2005


Author: arekm                        Date: Thu Dec 15 13:36:41 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from DEVEL

---- Files affected:
SOURCES:
   php-nohttpd.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php-nohttpd.patch
diff -u SOURCES/php-nohttpd.patch:1.1 SOURCES/php-nohttpd.patch:1.2
--- SOURCES/php-nohttpd.patch:1.1	Fri Jul 30 07:54:01 2004
+++ SOURCES/php-nohttpd.patch	Thu Dec 15 14:36:36 2005
@@ -1,6 +1,7 @@
---- php-4.3.8/sapi/apache2handler/config.m4.orig	2003-07-16 07:46:46.000000000 +0200
-+++ php-4.3.8/sapi/apache2handler/config.m4	2004-07-30 00:45:48.301382112 +0200
-@@ -52,9 +52,9 @@
+diff -urBb php-5.1.0RC1.org/sapi/apache2handler/config.m4 php-5.1.0RC1/sapi/apache2handler/config.m4
+--- php-5.1.0RC1.org/sapi/apache2handler/config.m4	2005-08-05 10:14:54.000000000 +0200
++++ php-5.1.0RC1/sapi/apache2handler/config.m4	2005-08-25 15:09:38.486655320 +0200
+@@ -58,9 +58,9 @@
  
    # Test that we're trying to configure with apache 2.x
    PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
@@ -9,6 +10,6 @@
      AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)])
 -  elif test "$APACHE_VERSION" -lt 2000044; then
 +  elif test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -lt 2000044; then
-     AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required.])
+     AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
    fi
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-nohttpd.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list