diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-12-16 11:37:23 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-12-16 11:37:23 +0000 |
commit | f922b07fdd310f935c22baac3e4434c981a06b16 (patch) | |
tree | a88866a4f18a27e5a488b083f66c9ead69a3a215 /lang/php4/files/patch-main::php_config.h.in | |
parent | Update to 2.118. (diff) |
Update to 4.3.10 release:
- Fix some serious security bugs
- Other enhancements (PRs fixes) will come later
Notes
Notes:
svn path=/head/; revision=124207
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 3ae3854baa43..537a8dfe0d31 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 Jul 6 16:37:01 2004 -+++ main/php_config.h.in Tue Jul 6 16:40:24 2004 -@@ -2452,6 +2452,9 @@ +--- 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 @@ /* Whether to build zip as dynamic module */ #undef COMPILE_DL_ZIP +/* Include external shared modules configurations */ +#include "ext/php_config.h" + - /* Whether sprintf is broken */ - #undef ZEND_BROKEN_SPRINTF + /* whether floatingpoint.h defines fp_except */ + #undef HAVE_FP_EXCEPT |