The PHP development team would like to announce the immediate availability of PHP 4.4.6. This release addresses a crash problem with the session extension when register_globals is turned on that was introduced in PHP 4.4.5. This release comes also with the new version 7.0 of PCRE and it addresses a number of minor bugs.
ChangeLog:
- 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).