]> git.pld-linux.org Git - packages/php.git/commitdiff
- outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 7 Sep 2002 09:34:35 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-apache2_broken_macro.patch -> 1.2
    php-xmlrpc-includes.patch -> 1.3

php-apache2_broken_macro.patch [deleted file]
php-xmlrpc-includes.patch [deleted file]

diff --git a/php-apache2_broken_macro.patch b/php-apache2_broken_macro.patch
deleted file mode 100644 (file)
index 3f79b97..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- php-4.2.1/sapi/apache2filter/php_functions.c.wiget Fri Jun 21 11:12:06 2002
-+++ php-4.2.1/sapi/apache2filter/php_functions.c       Fri Jun 21 11:12:38 2002
-@@ -90,7 +90,7 @@
-               ADD_STRING(method);
-               ADD_LONG(mtime);
-               ADD_LONG(clength);
--#if !MODULE_MAGIC_AT_LEAST(20020506,0)
-+#if !AP_MODULE_MAGIC_AT_LEAST(20020506,0)
-               ADD_STRING(boundary);
- #endif
-               ADD_STRING(range);
diff --git a/php-xmlrpc-includes.patch b/php-xmlrpc-includes.patch
deleted file mode 100644 (file)
index 8f83821..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- php-4.2.1/ext/xmlrpc/config.m4.orig        Tue Mar 26 01:15:29 2002
-+++ php-4.2.1/ext/xmlrpc/config.m4     Tue May 14 17:48:54 2002
-@@ -57,12 +57,18 @@
-   if test -r $PHP_XMLRPC/include/xmlrpc.h; then
-     XMLRPC_DIR=$PHP_XMLRPC
-+    XMLRPC_INC=$$XMLRPC_DIR/include
-   else
-     AC_MSG_CHECKING(for XMLRPC-EPI in default path)
-     for i in /usr/local /usr; do
-       if test -r $i/include/xmlrpc.h; then
-         XMLRPC_DIR=$i
-+      XMLRPC_INC=$i/include
-         AC_MSG_RESULT(found in $i)
-+      elif test -r $i/include/xmlrpc-epi/xmlrpc.h; then
-+      XMLRPC_DIR=$i
-+      XMLRPC_INC=$i/include/xmlrpc-epi
-+      AC_MSG_RESULT([found in $i, includes in $i/include/xmlrpc-epi])
-       fi
-     done
-   fi
-@@ -72,7 +78,7 @@
-     AC_MSG_ERROR(Please reinstall the XMLRPC-EPI distribution)
-   fi
--  PHP_ADD_INCLUDE($XMLRPC_DIR/include)
-+  PHP_ADD_INCLUDE($XMLRPC_INC)
-   PHP_ADD_LIBRARY_WITH_PATH(xmlrpc, $XMLRPC_DIR/lib, XMLRPC_SHARED_LIBADD)
-   
- fi
This page took 0.052949 seconds and 4 git commands to generate.