Skip to content

Commit 436baae

Browse files
committed
[skip ci] Sync HAVE_SIGSETJMP removal
This adds notice in the UPGRADING.INTERNALS file and removes redundant undefinition from Windows config header. Follow-up of GH-14942.
1 parent b9e1ea3 commit 436baae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UPGRADING.INTERNALS

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
107107
- Symbol DBA_CDB_MAKE removed in ext/dba.
108108
- Symbol HAVE_LIBM has been removed.
109109
- Symbol HAVE_INET_ATON has been removed.
110+
- Symbol HAVE_SIGSETJMP has been removed.
110111
- The Zend/zend_istdiostream.h header has been removed.
111112

112113
b. Unix build system changes

win32/build/config.w32.h.in

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
#define HAVE_GETCWD 1
5050
#undef HAVE_SETITIMER
51-
#undef HAVE_SIGSETJMP
5251
#undef HAVE_IODBC
5352
#define HAVE_LIBDL 1
5453
#define HAVE_GETTIMEOFDAY 1

0 commit comments

Comments
 (0)