blob: 36cc08c6e92b4c9c20bff93d8c99fd69dd720640 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- main/php_config.h.in.orig 2013-12-10 23:50:50.000000000 +0000
+++ main/php_config.h.in 2013-12-13 21:50:25.396258363 +0000
@@ -2342,6 +2342,9 @@
/* Define if processor uses big-endian word */
#undef WORDS_BIGENDIAN
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF
|