]> git.pld-linux.org Git - packages/php.git/commitdiff
- unnecessary and breaking
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jul 2003 00:45:14 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-dl-zlib.patch -> 1.3

php-dl-zlib.patch [deleted file]

diff --git a/php-dl-zlib.patch b/php-dl-zlib.patch
deleted file mode 100644 (file)
index e2c62bd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -burN php-4.3.2/main/SAPI.c php-4.3.2-dl_zlib/main/SAPI.c
---- php-4.3.2/main/SAPI.c      Wed Feb 12 00:30:13 2003
-+++ php-4.3.2-dl_zlib/main/SAPI.c      Wed Jun 11 09:41:47 2003
-@@ -556,7 +556,7 @@
-                               while (*ptr == ' ' && *ptr != '\0') {
-                                       ptr++;
-                               }
--#if HAVE_ZLIB
-+#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
-                               if(!strncmp(ptr, "image/", sizeof("image/")-1)) {
-                                       zend_alter_ini_entry("zlib.output_compression", sizeof("zlib.output_compression"), "0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
-                               }
-@@ -704,7 +704,7 @@
-               return SUCCESS;
-       }
--#if HAVE_ZLIB
-+#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
-       /* Add output compression headers at this late stage in order to make
-          it possible to switch it off inside the script. */
This page took 0.040053 seconds and 4 git commands to generate.