diff options
Diffstat (limited to 'lang/php53/files/patch-main__php_config.h.in')
-rw-r--r-- | lang/php53/files/patch-main__php_config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/php53/files/patch-main__php_config.h.in b/lang/php53/files/patch-main__php_config.h.in new file mode 100644 index 000000000000..8e9938876421 --- /dev/null +++ b/lang/php53/files/patch-main__php_config.h.in @@ -0,0 +1,12 @@ +--- 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 + |