mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980
12 lines
323 B
C
12 lines
323 B
C
--- 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
|
|
|