PHP 4.4.6 Released
by Cal Evans (editor)
|
0 comments | Friday, March 2, 2007
Derick Rethans, Master and Commander (aka, Release Manager) of the PHP 4 tree, announced yesterday that version 4.4.6 has been released. Here’s the changelog for this version.
- Updated PCRE to version 7.0.
- Fixed segfault in ext/session when register_globals=On.
- Fixed bug #40635 (segfault in cURL extension).
- Fixed bug #40611 (possible cURL memory error).
- Fixed bug #40578 (imagettftext() multithreading issue).
- Fixed bug #40502 (ext/interbase compile failure).
- Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don’t kill children when parent is killed).
The official announcement can be viewed here. Of course you can download this version from the downloads page.
As always, a big thank you to everyone involved in getting these bugs fixed!

Comments