PHP 4.4.3 released

php.internals

Derick Rethans

20 years ago
Hello! The PHP Development Team would like to announce the immediate release of PHP 4.4.3. This release combines small number of bug fixes and resolves a number of security issues. All PHP users are encouraged to upgrade to this release as soon as possible. A separate release announcement is also available. For changes in PHP 4.4.3 since PHP 4.4.2, please consult the PHP 4 ChangeLog. Release Announcement: http://www.php.net/release_4_4_3.php Downloads: http://www.php.net/downloads.php#v4 Changelog: http://www.php.net/ChangeLog-4.php#4.4.3 regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Joe Orton

20 years ago
On Thu, Aug 03, 2006 at 10:19:38AM +0200, Derick Rethans wrote: ...
> Release Announcement: http://www.php.net/release_4_4_3.php
substr_compare() is not in 4.4.x so: "Fixed offset/length parameter validation inside the substr_compare() function." should not be listed here. Regards, joe

Derick Rethans

20 years ago
On Fri, 4 Aug 2006, Joe Orton wrote:
> On Thu, Aug 03, 2006 at 10:19:38AM +0200, Derick Rethans wrote: > ... > > Release Announcement: http://www.php.net/release_4_4_3.php > > substr_compare() is not in 4.4.x so: > > "Fixed offset/length parameter validation inside the substr_compare() > function." > > should not be listed here.
Heh, I fixed this already... but it seems I forgot to press enter while committing. Fixed now (but takes some time to appear on the mirrors). thanks, Derick