Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66149 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48593 invoked from network); 22 Feb 2013 09:41:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2013 09:41:00 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.172 mail-vc0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:50173] helo=mail-vc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/21-39106-B2D37215 for ; Fri, 22 Feb 2013 04:40:59 -0500 Received: by mail-vc0-f172.google.com with SMTP id l6so288249vcl.17 for ; Fri, 22 Feb 2013 01:40:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=DZ+fhi7kUe6EuPNKTH51NpMcOiJvmDEOOotasui6qNI=; b=icX8ueBdSUdWpXN16ouawG3bH1u7Bo3YiJFwJYwOvCXvmN/dKF2EbV+jD2QFtQKiLW LGqD1a2eHRMbafnjBtsZ1EdR78fL22FbAssL2UzYx4U6EaBACQGZLJeY17fWZ8E0Jdwn h4aT7ByiDOpcTFEfhEEkEBFRX4OYAbZJmOB2+Y9HQDl1Gzeu4q6pDVTuOTlq+NpDKHWR uRsZP6CFrGnVaC5Ne/4ResHRVXaen64otgsjRtjjzKfw60o0tGA/a0ahvW6+aJku3zIs 3Etp0JV+XHTpkxfC/maw/XxpaQo8p1SOtKdr4vom1EdGmNUp0Z4TrNmU3QL3nHLjXsPC oa5g== X-Received: by 10.52.24.133 with SMTP id u5mr1443866vdf.49.1361526056947; Fri, 22 Feb 2013 01:40:56 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.140.132 with HTTP; Fri, 22 Feb 2013 01:40:16 -0800 (PST) Date: Fri, 22 Feb 2013 10:40:16 +0100 X-Google-Sender-Auth: n2o-2p2T-9qrB3vvqyrhklrNes8 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=20cf307f3aa4fa360e04d64cfcba Subject: PHP 5.5 alpha 5 is released From: jpauli@php.net (Julien Pauli) --20cf307f3aa4fa360e04d64cfcba Content-Type: text/plain; charset=ISO-8859-1 Hi Internals, PHP 5.5.0alpha5 has been tagged and released. This release contains bug fixes against alpha4, and adds new features in the mysqli and mysqlnd API, new HTTP codes and the possibility to change the temp directory using a php.ini directive. The packages can be found at: http://downloads.php.net/dsp As you know, you may read the NEWS file in the source tree for full changelog of this release. Please test PHP5.5.0alpha5 carefully, and report any bugs in the bug system. We may begin now the beta stage of 5.5.0. As you should know, we had a delay for beta due to some late coming features such as Zend Optimizer +. Please, be warned that the first beta will be the last release for you to add new features. After first beta, features will get frozen, next betas won't accept new features and should focus on consolidating the code against bugs. The first beta should be tagged on March 7th. Thank to all the contributors that mainly gave their time to make this alpha5 possible. Regards David and Julien --20cf307f3aa4fa360e04d64cfcba--