Skip to content

Commit f75143c

Browse files
authored
Remove unused symbol ZEND_FIBER_ASM (#13467)
The symbol ZEND_FIBER_ASM is not defined on Windows and not used around the ecosystem.
1 parent 9a3a4b5 commit f75143c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
6666
- Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems).
6767
- Symbol MISSING_FCLOSE_DECL and M4 macro PHP_MISSING_FCLOSE_DECL removed.
6868
- Symbol HAVE_BSD_ICONV has been removed.
69+
- Symbol ZEND_FIBER_ASM has been removed.
6970
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).
7071
- M4 macro PHP_WITH_SHARED has been removed (use PHP_ARG_WITH).
7172
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,6 @@ fi
13381338

13391339
if test "$fiber_asm" = 'yes'; then
13401340
AC_MSG_CHECKING([for fiber switching context])
1341-
AC_DEFINE([ZEND_FIBER_ASM], 1, [ ])
13421341
PHP_ADD_SOURCES(Zend/asm, make_${fiber_asm_file}.S jump_${fiber_asm_file}.S, "$fiber_asm_cflag")
13431342
AC_MSG_RESULT([$fiber_asm_file])
13441343
else

0 commit comments

Comments
 (0)