freebsd-ports/lang/php4/files/patch-main::php_config.h.in
Alex Dupre 730fa70418 - 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
2005-11-16 08:24:47 +00:00

12 lines
349 B
C

--- 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"
+
/* Define if int32_t type is present. */
#undef HAVE_INT32_T