diff --git a/NEWS b/NEWS index 58f0484fac960..b3cd233aed7d7 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,8 @@ PHP NEWS . Fixed bug GH-15028 (Memory leak in ext/phar/stream.c). (nielsdos) . Fixed bug GH-15034 (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB). (nielsdos) + . Reverted fix for GH-14930 (Custom stream wrapper dir_readdir output + truncated to 255 characters). (Jakub Zelenka) - Tidy: . Fix memory leaks in ext/tidy basedir restriction code. (nielsdos) diff --git a/ext/standard/tests/streams/gh14930.phpt b/ext/standard/tests/streams/gh14930.phpt index 7e034a81235a7..54a187332ab03 100644 --- a/ext/standard/tests/streams/gh14930.phpt +++ b/ext/standard/tests/streams/gh14930.phpt @@ -1,5 +1,7 @@ --TEST-- GH-14930: Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3 +--XFAIL-- +Fix is an ABI break so reverted from 8.3 --FILE--