Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71833 invoked by uid 1010); 17 Nov 2005 23:44:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71817 invoked from network); 17 Nov 2005 23:44:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2005 23:44:39 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:56735] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C0/9B-07637-7E51D734 for ; Thu, 17 Nov 2005 18:44:39 -0500 Received: (qmail 15594 invoked from network); 17 Nov 2005 23:44:36 -0000 Received: from prohost.org (HELO ?127.0.0.1?) (70.85.46.36) by prohost.org with SMTP; 17 Nov 2005 23:44:36 -0000 Message-ID: <437D15E3.9030609@prohost.org> Date: Thu, 17 Nov 2005 18:44:35 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: PHP 5.1.0R6 Released From: ilia@prohost.org (Ilia Alshanetsky) Once more unto the breach. One of the issues that was open until now was a regression in the behavior of Apache 2 sapi on non-linux systems. The problem was finally discovered and resolved, so if you've experienced crashes or "weird" behavior with Apache 2 and PHP 5.1/4.4.1, please give this RC a shot. The second reason for the RC is the update of the new parameter parsing API used by large number of PHP functions, such as date(). Until this RC, handling of integer values was very strict, rejecting all non-well formed numeric values when a function expected a number. As of now the checks have been relaxed (as was the case in old API) and non-well formed ints like " 123" and "123 " are once again supported. However, to promote code safety and input validation the function will emit E_NOTICE when they are encountered. http://downloads.php.net/ilia/php-5.1.0RC6.tar.bz2 fba81c7832fc254722b012adb10f5914 http://downloads.php.net/ilia/php-5.1.0RC6.tar.gz ae7a81d10bc93bc1426d489ee8fc1196 The Windows binaries will be available shortly from http://downloads.php.net/ilia/ as well. Once again, I encourage everyone to take the time to try out this RC and test it against your code or simply run "make test". Ilia Alshanetsky 5.1 Release Master