ports/lang/php4/files/patch-main::php_config.h.in
Alex Dupre f922b07fdd Update to 4.3.10 release:
- Fix some serious security bugs
- Other enhancements (PRs fixes) will come later
2004-12-16 11:37:23 +00:00

12 lines
357 B
C

--- 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 floatingpoint.h defines fp_except */
#undef HAVE_FP_EXCEPT