blob: 3ae3854baa4361dda30a4e11961e92f1489a72dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- main/php_config.h.in.orig Tue Jul 6 16:37:01 2004
+++ main/php_config.h.in Tue Jul 6 16:40:24 2004
@@ -2452,6 +2452,9 @@
/* Whether to build zip as dynamic module */
#undef COMPILE_DL_ZIP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF
|