@@ -37,8 +37,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
37
37
* The zend_*printf family of functions now supports the "%S" modifier to print
38
38
out zend_string*. This won't cut off the string if it embeds a NUL byte.
39
39
40
- * The inet_aton() and win32/inet.h on Windows have been removed. Use Windows
41
- native inet_pton() from ws2tcpip.h.
40
+ * The inet_aton() and win32/inet.h have been removed. Use platform-agnostic
41
+ inet_pton() from arpa/inet.h or ws2tcpip.h on Windows .
42
42
43
43
* zend_mm_set_custom_debug_handlers() has been removed from ZendMM, use
44
44
zend_mm_set_custom_handlers() instead which now supports DEBUG builds
@@ -89,6 +89,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
89
89
- The configure option --with-pspell has been removed.
90
90
- Symbol SIZEOF_SHORT removed (size of 2 on 32-bit and 64-bit platforms).
91
91
- Symbol DBA_CDB_MAKE removed in ext/dba.
92
+ - Symbol HAVE_LIBM has been removed.
93
+ - Symbol HAVE_INET_ATON has been removed.
92
94
93
95
b. Unix build system changes
94
96
- The configure option --with-imap-ssl has been removed.
@@ -109,8 +111,6 @@ PHP 8.4 INTERNALS UPGRADE NOTES
109
111
- Symbol HAVE_BSD_ICONV has been removed.
110
112
- Symbol ZEND_FIBER_ASM has been removed.
111
113
- Symbols HAVE_DLOPEN and HAVE_DLSYM have been removed.
112
- - Symbol HAVE_LIBM has been removed.
113
- - Symbol HAVE_INET_ATON has been removed.
114
114
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).
115
115
- M4 macro PHP_WITH_SHARED has been removed (use PHP_ARG_WITH).
116
116
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).
0 commit comments