Skip to content

Commit ea1bd2c

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents c662b57 + 1a51904 commit ea1bd2c

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
@@ -2004,13 +2004,13 @@
20042004
#cmakedefine ZEND_MAX_EXECUTION_TIMERS 1
20052005

20062006
/* Number of bytes for the ZEND_MM alignment. */
2007-
#define ZEND_MM_ALIGNMENT (size_t)8
2007+
#cmakedefine ZEND_MM_ALIGNMENT @ZEND_MM_ALIGNMENT@
20082008

20092009
/* Number of bytes for the logarithmic ZEND_MM alignment. */
2010-
#define ZEND_MM_ALIGNMENT_LOG2 (size_t)3
2010+
#cmakedefine ZEND_MM_ALIGNMENT_LOG2 @ZEND_MM_ALIGNMENT_LOG2@
20112011

20122012
/* Define to 1 if ZEND_MM needs 8-byte realignment, and to 0 if not. */
2013-
#define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0
2013+
#cmakedefine01 ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT
20142014

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

0 commit comments

Comments
 (0)