freebsd-ports/lang/php55/files/patch-main::php_config.h.in
Alex Dupre 7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00

12 lines
343 B
C

--- main/php_config.h.in.orig Wed Jan 11 15:25:52 2006
+++ main/php_config.h.in Wed May 3 09:38:09 2006
@@ -2760,6 +2760,9 @@
/* Define if uint32_t type is present. */
#undef HAVE_UINT32_T
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF