PHP 4.4.6 RC1 Released

php.internals

Derick Rethans

19 years ago
Hello! I packed PHP 4.4.6RC1 today, which you can find here: http://downloads.php.net/derick/ This release candidate addresses an issues that unfortunately crept into PHP 4.4.5: - Fixed segfault in ext/session when register_globals=On. (Tony) And some other issues: - Fixed bug #40578 (imagettftext() multithreading issue). (Tony) - Fixed bug #40502 (ext/interbase compile failure). (Tony) - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed). (Dmitry) It also updates the PCRE library to version 7.0. Please test it carefully, and report any bugs in the bug system. If everything goes well, we can release it somewhere at the end of next week. regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

bruce

19 years ago
hi... just out of curiousity. are these changes also automatically rolled into the php 5.x stream? thanks -----Original Message----- From: Derick Rethans [mailto:derick@php.net] Sent: Thursday, February 22, 2007 7:41 AM To: PHP Developers Mailing List; php-general@lists.php.net Subject: [PHP] PHP 4.4.6 RC1 Released Hello! I packed PHP 4.4.6RC1 today, which you can find here: http://downloads.php.net/derick/ This release candidate addresses an issues that unfortunately crept into PHP 4.4.5: - Fixed segfault in ext/session when register_globals=On. (Tony) And some other issues: - Fixed bug #40578 (imagettftext() multithreading issue). (Tony) - Fixed bug #40502 (ext/interbase compile failure). (Tony) - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed). (Dmitry) It also updates the PCRE library to version 7.0. Please test it carefully, and report any bugs in the bug system. If everything goes well, we can release it somewhere at the end of next week. regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Derick Rethans

19 years ago
On Thu, 22 Feb 2007, bruce wrote:
> just out of curiousity. are these changes also automatically rolled into the > php 5.x stream?
Yes, they will be there as well. However, the session issue is not a problem in that branch. regards, Derick

Edin Kadribasic

19 years ago
Hi, Windows build is available at: http://downloads.php.net/edink/php-4.4.6RC1-Win32.zip Edin Derick Rethans wrote: