forked from Lainports/freebsd-ports
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
12 lines
346 B
C
12 lines
346 B
C
--- 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
|
|
|