aboutsummaryrefslogtreecommitdiff
path: root/lang/php70/files/patch-main__php_config.h.in
blob: 7a1d7db40d7836ad09c755b4e6500de5f8a4bce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- main/php_config.h.in.orig	2016-07-20 13:12:32 UTC
+++ main/php_config.h.in
@@ -2426,6 +2426,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