diff options
author | Marcus Boerger <helly@php.net> | 2007-04-22 15:33:43 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2007-04-22 15:33:43 +0000 |
commit | d82779ec2605b13b5d9d41704aeaef5fe6f1220a (patch) | |
tree | 83d8398922cb76aeb03d2dd6b0b99d110500d012 | |
parent | f62d5c9adf582cd26fd8db4df5e52686b57cd272 (diff) | |
download | php-git-d82779ec2605b13b5d9d41704aeaef5fe6f1220a.tar.gz |
- BFN
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Apr 2007, PHP 5.2.2RC2 +- Fixed commandline handling fro CLI and CGI. (Marcus, Johannes) - Upgraded SQLite 3 to version 3.3.16 (Ilia) +- Updated timezone database to version 2007.5. (Derick) - Fixed bug #41159 (mysql_pconnect() hash does not account for connect flags). (Ilia) - Fixed bug #41121 (range() overflow handling for large numbers on 32bit @@ -29,7 +31,6 @@ PHP NEWS - Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()). (Derick) - Fixed bug #39416 (Milliseconds in date()). (Derick) -- Updated timezone database to version 2007.5. (Derick) 10 Apr 2007, PHP 5.2.2RC1 |