History log of /php-src/ext/standard/tests/streams/gh14930.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 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 ...


# 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 ...