diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
commit | f12d3a0ccb6b5f12408152f1e699e0d91ebfe909 (patch) | |
tree | 7e77ab1846eeb19035bf34f40c8aa72a0f2fd4db /lang/php4/files/patch-main_SAPI.c | |
parent | Update maintainer address (diff) |
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).
Notes
Notes:
svn path=/head/; revision=161492
Diffstat (limited to 'lang/php4/files/patch-main_SAPI.c')
-rw-r--r-- | lang/php4/files/patch-main_SAPI.c | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |