History log of /php-src/ext/standard/tests/strings/gh12151.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# f756b96e 13-Sep-2024 Gina Peter Banyard

Make CSV deprecation less annoying to deal with (#15569)


# f5ae5ac8 12-Aug-2024 Gina Peter Banyard

ext/standard: Throw ValueErrors in str_getcsv() for invalid inputs (#15365)

This was forgotten when adjusting the behaviour of other CSV functions


# c818d944 12-Aug-2024 Gina Peter Banyard

ext/(standard|spl): Deprecate passing a non-empty string as the $enclosure parameter (#15362)


# 64ebadca 07-Sep-2023 Jakub Zelenka

Fix GH-12151: str_getcsv ending with escape zero segfualt

Closes GH-12152