Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66753 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21418 invoked from network); 22 Mar 2013 13:05:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2013 13:05:52 -0000 Authentication-Results: pb1.pair.com header.from=ondrej@sury.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ondrej@sury.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sury.org designates 74.125.82.175 as permitted sender) X-PHP-List-Original-Sender: ondrej@sury.org X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:59298] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/02-32001-C275C415 for ; Fri, 22 Mar 2013 08:05:51 -0500 Received: by mail-we0-f175.google.com with SMTP id t11so1114382wey.6 for ; Fri, 22 Mar 2013 06:05:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sury.org; s=google; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=sSglX6sIc9oKQcKxBQBtB2H3+44HXOoi3hzd3o+hXcw=; b=ASk45M32dvXvihkXP7GTqsf9EYjEPIAyM0B/AS3uLlCiJH/hDPIbmQ3Vx2juRsa/Kk p8bo9aUsq950P+Y7k8QvmkUrV/ycP4oCwknXuD8K932fsoImgNpkfky7rEFN44D/4xwK 4aLctLoyz2pIuDNZOtFM8eYwmCwuP9UZgO2fw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=sSglX6sIc9oKQcKxBQBtB2H3+44HXOoi3hzd3o+hXcw=; b=KzcFWFvAKZGg4e/wXBLiD68+zR4h/xsElxG3IzJJOPb4ll17Vi2JJsBol+iLi6rjUa 7EmsoXzg3JileZul9nkuV7dnmMrk1kF+wMtMsxidlwiHLxUA7ggq5XPZ/cyDmup1R8Ip lopOVP9EhbWM8fF21uhO/mFmddB4OEU9q55uR/TEhdSabOweBUz7R3iBaWrSBqDpu0ay qNvAelprpkHkZyJb0pvPcsfVMlRKcDBe/e1uLkGfoO2Xpin2pCP7M15hNDb6hDUTNUf1 7x4BEccB96yuI03gnXdTAsvSmDZ1gVR74kWt/5OmHuN5TeNIi9XQMZNech87kFpfVbFn lL4Q== X-Received: by 10.180.37.166 with SMTP id z6mr4019175wij.34.1363957546421; Fri, 22 Mar 2013 06:05:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.62.69 with HTTP; Fri, 22 Mar 2013 06:05:26 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Mar 2013 14:05:26 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=e89a8f64674d0b2db004d8831d30 X-Gm-Message-State: ALoCoQl1nKUHyWQ1BqbQBxhT0IA2S4P+Nw9FbPh+oLvkvu3+/Li5xyA+5bhC3Uf8LUsf5P1tTqzO Subject: Re: [PHP-DEV] PHP5.5 beta 1 is ready From: ondrej@sury.org (=?UTF-8?B?T25kxZllaiBTdXLDvQ==?=) --e89a8f64674d0b2db004d8831d30 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Good work everyone, just FYI, there's some non-portable code in Zend OpCache (alpha5 was built just fine), which prevents building of php5 beta1 on non-Linux systems: FreeBSD: https://bugs.php.net/bug.php?id=3D64490 Hurd i386: https://buildd.debian.org/status/fetch.php?pkg=3Dphp5&arch=3Dhurd-i386&ver= =3D5.5.0~beta1-1&stamp=3D1363956014 While hurd might be not important, the general experience is that writing portable code helps the general quality of the code :). There might be more, but so far the Linux builds are ok even on some more exotic archs (like s390{x}): https://buildd.debian.org/status/package.php?p=3Dphp5&suite=3Dexperimental O. On Thu, Mar 21, 2013 at 2:10 PM, Julien Pauli wrote: > Hi Internals, > > PHP 5.5.0 Beta 1 has been released for testing. As you know, this > code base is shipped with Zend OPCache. > > The packages can be found at: > > http://downloads.php.net/dsp > > and windows packages at > > http://windows.php.net/qa > > Please test the release carefully and report any bugs. Don't forget to > activate Zend OPCache and test your code against it. Report any bug > you could find. > > As you may know, we wont accept any new feature to come in 5.5 by now. > Beta stage is meant to make the code base stable and pull a stable releas= e > from it. Our next beta is planned for April 4th. > > We'd like to thank all the contributors for this beta. > > Regards > Julien and David > --=20 =EF=BB=BFOnd=C5=99ej Sur=C3=BD --e89a8f64674d0b2db004d8831d30--