diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:24:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:24:47 +0000 |
commit | 730fa7041892af367bccd5ae3790e3648899fe86 (patch) | |
tree | 42191ea10608db13e09b77b411ecd79855c72611 /lang/php4/files/patch-main::php_config.h.in | |
parent | - Update master site (diff) |
- Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
- Revert apache2handler to the latest working version found in
PHP 4.4.0, since PHP developers seem not interested in
fixing the bug with apache2 and mod_rewrite
Notes
Notes:
svn path=/head/; revision=148439
Diffstat (limited to 'lang/php4/files/patch-main::php_config.h.in')
-rw-r--r-- | lang/php4/files/patch-main::php_config.h.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php4/files/patch-main::php_config.h.in b/lang/php4/files/patch-main::php_config.h.in index 537a8dfe0d31..ca828a919078 100644 --- a/lang/php4/files/patch-main::php_config.h.in +++ b/lang/php4/files/patch-main::php_config.h.in @@ -1,12 +1,12 @@ ---- main/php_config.h.in.orig Tue Dec 14 18:55:22 2004 -+++ main/php_config.h.in Thu Dec 16 09:52:53 2004 -@@ -2455,6 +2455,9 @@ +--- 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 @@ /* Whether to build zip as dynamic module */ #undef COMPILE_DL_ZIP +/* Include external shared modules configurations */ +#include "ext/php_config.h" + - /* whether floatingpoint.h defines fp_except */ - #undef HAVE_FP_EXCEPT + /* Define if int32_t type is present. */ + #undef HAVE_INT32_T |