Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:287357 php.internals:42876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43037 invoked from network); 29 Jan 2009 11:35:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2009 11:35:03 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.133 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.133 mailout1.netbeat.de Linux 2.6 Received: from [83.243.58.133] ([83.243.58.133:48588] helo=mailout1.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/41-31841-46491894 for ; Thu, 29 Jan 2009 06:35:02 -0500 Received: (qmail 26025 invoked by uid 89); 29 Jan 2009 11:46:26 -0000 Received: from unknown (HELO ?192.168.1.103?) (johannes%schlueters.de@93.104.38.136) by mailout1.netbeat.de with ESMTPA; 29 Jan 2009 11:46:26 -0000 To: PHP Internals , php-general@lists.php.net Content-Type: text/plain Date: Thu, 29 Jan 2009 12:34:55 +0100 Message-ID: <1233228896.6378.84.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: PHP 5.3.0beta1 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, we have packaged PHP 5.3.0beta1. Source tarballs can be found at http://downloads.php.net/johannes/php-5.3.0beta1.tar.bz2 ac16e56bf6a4b37ff35d9bc061063a9 http://downloads.php.net/johannes/php-5.3.0beta1.tar.gz 71c6c06087cfa9c38567b050d00bcabf Windows binary builds on http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system, but only if you have a short reproducable test case. The biggest change is dropping of OO functionality in closures as full OO support for closures is planed for a later release than PHP 5.3.0. See http://wiki.php.net/rfc/closures/removal-of-this This release marks the begin of a feature freeze and bug fix only phase. If in doubt whether your change is a bugfix please run it by Lukas and me. Developers please go through the bug database we have tons of open bugs. Additionally we have quite a bunch tests failing on non-Linux systems. Please check whether that are real bugs or system defendant tests. Users: Now it's certainly the time to check your applications and help us to identify problems before stable release is done! Lukas and Johannes