blob: 9c92108b381e13d899a4ad85f3623504ecaabd4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- main/php_config.h.in.orig Mon Sep 5 13:16:27 2005
+++ main/php_config.h.in Wed Nov 16 09:30:03 2005
@@ -2454,6 +2454,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
|