diff options
Diffstat (limited to 'lang/php70/files/patch-main__php_config.h.in')
-rw-r--r-- | lang/php70/files/patch-main__php_config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/php70/files/patch-main__php_config.h.in b/lang/php70/files/patch-main__php_config.h.in new file mode 100644 index 000000000000..421a576bce11 --- /dev/null +++ b/lang/php70/files/patch-main__php_config.h.in @@ -0,0 +1,12 @@ +--- main/php_config.h.in.orig 2015-12-01 16:36:43.000000000 +0300 ++++ main/php_config.h.in 2015-12-09 21:45:32.033676604 +0300 +@@ -2405,6 +2405,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 + |