History log of /PHP-8.3/ext/standard/tests/streams/gh14930.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ac4039df 28-Aug-2024 Christoph M. Becker

Mark gd14930.phpt as dynamic xfail

This test only fails when `NAME_MAX` is defined, which is never the
case on Windows, so we let the test pass there. This could be extended
to othe

Mark gd14930.phpt as dynamic xfail

This test only fails when `NAME_MAX` is defined, which is never the
case on Windows, so we let the test pass there. This could be extended
to other environments where `NAME_MAX` is not defined.

show more ...

# 70c5e366 22-Aug-2024 Jakub Zelenka

Revert fix for GH-14930: truncating readdir output (#15533)

# 38501ed4 12-Jul-2024 Joe Cai

Fix GH-14930: Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3

Revert "Reserve less file space if possible in a directory entry"
This reverts commit 00c1e7

Fix GH-14930: Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3

Revert "Reserve less file space if possible in a directory entry"
This reverts commit 00c1e7bf0f1c7244589ce8756f0367497cf1ce15.

Closes GH-14933.

show more ...