2 changed files with 2 additions and 16 deletions
@ -1,14 +0,0 @@ |
|||
--- /home/builder/.termux-build/php/src/Zend/zend_alloc.h.orig 2019-12-29 20:42:25.958615960 +0000
|
|||
+++ ./Zend/zend_alloc.h 2019-12-29 20:46:26.512651734 +0000
|
|||
@@ -27,7 +27,11 @@
|
|||
#include "zend.h" |
|||
|
|||
#ifndef ZEND_MM_ALIGNMENT |
|||
+#ifdef __ANDROID__
|
|||
+# define ZEND_MM_ALIGNMENT 8
|
|||
+#else
|
|||
# define ZEND_MM_ALIGNMENT ((size_t) 8) |
|||
+#endif
|
|||
# define ZEND_MM_ALIGNMENT_LOG2 Z_L(3) |
|||
#elif ZEND_MM_ALIGNMENT < 4 |
|||
# undef ZEND_MM_ALIGNMENT |
Loading…
Reference in new issue