Skip to content

Commit 67bce95

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 1e842a7 + ea1bd2c commit 67bce95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/main/config.w32.cmake.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,13 +2008,13 @@
20082008
#cmakedefine ZEND_MAX_EXECUTION_TIMERS 1
20092009

20102010
/* Number of bytes for the ZEND_MM alignment. */
2011-
#define ZEND_MM_ALIGNMENT (size_t)8
2011+
#cmakedefine ZEND_MM_ALIGNMENT @ZEND_MM_ALIGNMENT@
20122012

20132013
/* Number of bytes for the logarithmic ZEND_MM alignment. */
2014-
#define ZEND_MM_ALIGNMENT_LOG2 (size_t)3
2014+
#cmakedefine ZEND_MM_ALIGNMENT_LOG2 @ZEND_MM_ALIGNMENT_LOG2@
20152015

20162016
/* Define to 1 if ZEND_MM needs 8-byte realignment, and to 0 if not. */
2017-
#define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0
2017+
#cmakedefine01 ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT
20182018

20192019
/* Define to 1 if Zend signal handling is supported and enabled. */
20202020
#cmakedefine ZEND_SIGNALS 1

0 commit comments

Comments
 (0)