PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, PHP 5.1.2
-- Fixed crash and leak in mysqli when client is 4.1.x to 5.x server. (Andrey)
- Added --enable-gcov configure option to enable C-level code coverage.
(John, Jani)
- Added missing support for 'B' format identifier to date() function. (Ilia)
. Fixed isset/empty/(bool) behavior
. Fixed iterator edge cases
. Added methods getNamespaces(), getDocNamespaces()
+- Fixed crash and leak in mysqli when using 4.1.x client libraries and
+ connecting to 5.x server. (Andrey)
- Fixed bug #35470 (Assigning global using variable name from array doesn't
function). (Dmitry)
- Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)