From f12d3a0ccb6b5f12408152f1e699e0d91ebfe909 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Sat, 6 May 2006 13:26:49 +0000 Subject: Simplify PHP base ports infrastructure: - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me). --- lang/php4/files/patch-main_SAPI.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/php4/files/patch-main_SAPI.c') diff --git a/lang/php4/files/patch-main_SAPI.c b/lang/php4/files/patch-main_SAPI.c index 2e7f7431d9cd..7064b4797140 100644 --- a/lang/php4/files/patch-main_SAPI.c +++ b/lang/php4/files/patch-main_SAPI.c @@ -1,6 +1,6 @@ ---- main/SAPI.c.orig Fri Apr 15 10:50:01 2005 -+++ main/SAPI.c Fri Apr 15 10:50:14 2005 -@@ -565,7 +565,7 @@ +--- main/SAPI.c.orig Sun Jan 1 14:46:59 2006 ++++ main/SAPI.c Fri May 5 08:02:13 2006 +@@ -582,7 +582,7 @@ ptr++; len--; } @@ -9,7 +9,7 @@ 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); } -@@ -712,7 +712,7 @@ +@@ -729,7 +729,7 @@ return SUCCESS; } -- cgit v1.2.3