Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17588 invoked from network); 7 Aug 2008 21:09:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2008 21:09:51 -0000 Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 74.125.44.29 yx-out-2324.google.com Received: from [74.125.44.29] ([74.125.44.29:42277] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/16-22851-E946B984 for ; Thu, 07 Aug 2008 17:09:50 -0400 Received: by yx-out-2324.google.com with SMTP id 3so179577yxj.83 for ; Thu, 07 Aug 2008 14:09:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=oySkdn91O7kbogfJMAx+71WGx3oLjt71d1gl+eNuk8Q=; b=t4DUpt3e6WClziYHwPykoAlJwCThDj+b7vkW1MiSYYtFqKEU4TH+xWz8186NDPKTLY wSGXNK+P+JZsHokLgNpSCF2KW0cApVtOr1MwOyyVrW1IVfrv33/xjlHUUrWIplx9Oayg mCG1VLDR9zcwNCdtHdDdQrgjau621FnZpjM9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=PONtqzTJSE5B0SKzq8VlbBELprLhA8RV9ZNmyXxCy3t62ZDJi+cxO/HbTBRhDSFBfe oLavSD9L1rkb/LVhREj7SoEvMI/OXEqClhtwbAgy25ZwxsOMf5EYQZNyegqREROxpNbG KQZfi8vnabfO0I6a8wNysOjrV6QnjXfkuhAAU= Received: by 10.150.197.8 with SMTP id u8mr1916003ybf.105.1218143387819; Thu, 07 Aug 2008 14:09:47 -0700 (PDT) Received: by 10.150.137.4 with HTTP; Thu, 7 Aug 2008 14:09:47 -0700 (PDT) Message-ID: Date: Thu, 7 Aug 2008 14:09:47 -0700 To: "Derick Rethans" Cc: "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37888_29585502.1218143387534" References: Subject: Re: [PHP-DEV] PHP 4.4.9 Released! From: chrisstocktonaz@gmail.com ("Chris Stockton") ------=_Part_37888_29585502.1218143387534 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Is the link in the changelog pointing to the wrong bug? Seems mb related but speaks of mysqli. Just something small I noticed. -Chris On Thu, Aug 7, 2008 at 1:47 PM, Derick Rethans wrote: > Hello, > > The PHP development team would like to announce the immediate > availability of PHP 4.4.9. It continues to improve the security and the > stability of the 4.4 branch and all users are strongly encouraged to > upgrade to it as soon as possible. This release wraps up all the > outstanding patches for the PHP 4.4 series, and is therefore the last > PHP 4.4 release. > > Security Enhancements and Fixes in PHP 4.4.9: > > * Updated PCRE to version 7.7. > * Fixed overflow in memnstr(). > * Fixed crash in imageloadfont when an invalid font is given. > * Fixed open_basedir handling issue in the curl extension. > * Fixed mbstring.func_overload set in .htaccess becomes global. > > A separate release announcement is also available. For changes in PHP > 4.4.9 since PHP 4.4.8, please consult the PHP 4 ChangeLog. > > Release Announcement: http://www.php.net/release_4_4_9.php > Downloads: http://www.php.net/downloads.php#v4 > Changelog: http://www.php.net/ChangeLog-4.php#4.4.9 > > regards, > Derick > -- > http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_37888_29585502.1218143387534--