Skip to content

Commit eacf6f4

Browse files
committed
Add upgrading internals entry for fgetcsv() changes
1 parent 6f0dffc commit eacf6f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ PHP 8.2 INTERNALS UPGRADE NOTES
5353
string_natural_case_compare_function(), and string_natural_compare_function()
5454
have been removed. They always returned SUCCESS and were a wrapper around
5555
strnatcmp_ex(). Use strnatcmp_ex() directly instead.
56+
- The PHP API php_fgetcsv() now returns a HashTable* instead of having an in-out
57+
zval parameter.
58+
It now returns NULL on an empty line instead of [null].
59+
A new function php_bc_fgetcsv_empty_line() has been added to get a HashTable* which
60+
represents [null].
5661
b. ext/pdo
5762
- pdo_raise_impl_error()'s parameter sqlstate has been changed from
5863
const char * to pdo_error_type (aka char [6]).

0 commit comments

Comments
 (0)