diff --git a/NEWS b/NEWS index 7ffa53f5e30bd..0d731289597ad 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ Core: . Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD, Solaris and Haiku. (David Carlier) . Enabled ifunc checks on FreeBSD from the 12.x releases. (Freaky) + . Changed the type of PHP_DEBUG and PHP_ZTS constants to bool. (haszi) Date: . Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz) diff --git a/UPGRADING b/UPGRADING index 6cbd1270e0550..7ccc9751c0d09 100644 --- a/UPGRADING +++ b/UPGRADING @@ -19,6 +19,9 @@ PHP 8.4 UPGRADE NOTES 1. Backward Incompatible Changes ======================================== +- Core: + . The type of PHP_DEBUG and PHP_ZTS constants changed to bool. + - DOM: . New methods and constants were added to some DOM classes. If you inherit from these and you happen to have a method or property with the same name, diff --git a/ext/zip/tests/bug72660.phpt b/ext/zip/tests/bug72660.phpt index 900b0bf4fe6f2..9a9625ff7c404 100644 --- a/ext/zip/tests/bug72660.phpt +++ b/ext/zip/tests/bug72660.phpt @@ -4,7 +4,7 @@ Bug #72660 (NULL Pointer dereference in zend_virtual_cwd) zip --SKIPIF-- --FILE--