aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/files/patch-main_SAPI.c
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-09-22 10:36:31 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-09-22 10:36:31 +0000
commitd8637e03c9ddbfb6eb72bd335bd41553145a717c (patch)
tree37121111581ff151225df3381a27e4e1f553d654 /lang/php5/files/patch-main_SAPI.c
parent03f0ec01063cef78f623e8518e53797ea40f824a (diff)
downloadports-d8637e03c9ddbfb6eb72bd335bd41553145a717c.tar.gz
ports-d8637e03c9ddbfb6eb72bd335bd41553145a717c.zip
Notes
Diffstat (limited to 'lang/php5/files/patch-main_SAPI.c')
-rw-r--r--lang/php5/files/patch-main_SAPI.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/php5/files/patch-main_SAPI.c b/lang/php5/files/patch-main_SAPI.c
deleted file mode 100644
index e257bfeb5bee..000000000000
--- a/lang/php5/files/patch-main_SAPI.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- main/SAPI.c.orig 2007-05-25 11:20:01.000000000 +0200
-+++ main/SAPI.c 2008-02-01 23:48:51.000000000 +0100
-@@ -604,7 +606,7 @@
- ptr++;
- len--;
- }
--#if HAVE_ZLIB
-+#if 1
- 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);
- }
-@@ -758,7 +760,7 @@
- return SUCCESS;
- }
-
--#if HAVE_ZLIB
-+#if 1
- /* Add output compression headers at this late stage in order to make
- it possible to switch it off inside the script. */
-