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::php_config.h.in | |
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::php_config.h.in')
-rw-r--r-- | lang/php4/files/patch-main::php_config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/files/patch-main::php_config.h.in b/lang/php4/files/patch-main::php_config.h.in index ca828a919078..0b470b3f484a 100644 --- a/lang/php4/files/patch-main::php_config.h.in +++ b/lang/php4/files/patch-main::php_config.h.in @@ -1,6 +1,6 @@ ---- main/php_config.h.in.orig Sun Oct 30 12:06:40 2005 -+++ main/php_config.h.in Wed Nov 16 09:18:14 2005 -@@ -2606,6 +2606,9 @@ +--- main/php_config.h.in.orig Thu Jan 12 19:24:28 2006 ++++ main/php_config.h.in Fri May 5 08:02:13 2006 +@@ -2624,6 +2624,9 @@ /* Whether to build zip as dynamic module */ #undef COMPILE_DL_ZIP |