]> git.pld-linux.org Git - packages/php.git/commitdiff
use AP_MODULE_MAGIC_AT_LEAST to compile with new apache2
authorArtur Frysiak <artur@frysiak.net>
Fri, 21 Jun 2002 10:12:36 +0000 (10:12 +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.1

php-apache2_broken_macro.patch [new file with mode: 0644]

diff --git a/php-apache2_broken_macro.patch b/php-apache2_broken_macro.patch
new file mode 100644 (file)
index 0000000..3f79b97
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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);
This page took 0.070295 seconds and 4 git commands to generate.