We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0dffc commit eacf6f4Copy full SHA for eacf6f4
UPGRADING.INTERNALS
@@ -53,6 +53,11 @@ PHP 8.2 INTERNALS UPGRADE NOTES
53
string_natural_case_compare_function(), and string_natural_compare_function()
54
have been removed. They always returned SUCCESS and were a wrapper around
55
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].
61
b. ext/pdo
62
- pdo_raise_impl_error()'s parameter sqlstate has been changed from
63
const char * to pdo_error_type (aka char [6]).
0 commit comments