- Fix news

This commit is contained in:
Jani Taskinen 2009-08-17 20:14:25 +00:00
parent b06436f171
commit 918dea038b

10
NEWS
View File

@ -1,9 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.3.1
- Added missing sanity checks around exif processing. (Ilia)
- Upgraded bundled sqlite to version 3.6.17. (Scott)
- Added missing sanity checks around exif processing. (Ilia)
- Added error constant when json_encode() detects an invalid UTF-8 sequence.
(Scott)
- Improved dns_get_record AAAA support on windows. Always available when IPv6 is
support is installed, format is now the same than on unix. (Pierre)
- Improved the DNS functions on OSX to use newer APIs, also use Bind 9 API
@ -11,9 +14,6 @@ PHP NEWS
- Improved shared extension loading on OSX to use the standard Unix dlopen() API.
(Scott)
- Added error constant when json_encode() detects an invalid UTF-8 sequence.
(Scott)
- Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and
Functors. (Christian Seiler)
- Fixed open_basedir circumvention for mail.log. (Maksymilian Arciemowicz,
@ -28,7 +28,7 @@ PHP NEWS
- Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies
wrong type in declaration). (Ilia)
- Fixed bug #49183 (dns_get_record does not return NAPTR records). (Pierre)
- Fixed bug #49144 (import of schema from different host transmits original
- Fixed bug #49144 (Import of schema from different host transmits original
authentication details). (Dmitry)
- Fixed bug #49132 (posix_times returns false without error).
(phpbugs at gunnu dot us)