Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16633 invoked from network); 20 Mar 2014 15:45:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2014 15:45:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.176 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.176 mail-vc0-f176.google.com Received: from [209.85.220.176] ([209.85.220.176:44321] helo=mail-vc0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/ED-33112-21D0B235 for ; Thu, 20 Mar 2014 10:45:22 -0500 Received: by mail-vc0-f176.google.com with SMTP id lc6so1169382vcb.35 for ; Thu, 20 Mar 2014 08:45:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ZX0+IfgQCJkrwZ6PORksNkGTGYacG5qgiIPoH+he6ZA=; b=XaTICto8K/s47sKLDhFfJCWyAUKn/foMoobiFPrW2NWKkIHXc3JwassN+AFiY/wCHd hEps6wOmteyNq9l+PGWEn5B2gFBU6IjmhEECOKNhxYMJTWDh8BJuL+eb47Ii6rsL5UQg R+3LaWdf/LjYZdPNpR130jTYfeNMoXGm5GEAeWByWh+LsN4VcgXEXjORgAmZt0rCj7zr ndRvB8SBoUaHq44G0lDglVSw/GKwCD+ppRWX1ieKiKswm3/RgzOOk7f+GeHrx2C3W1vY uPJNC/oWM6DFC3XZ2wTemEEOIX1bXOFczL42HM8wN++puvPCoCYFkIMQTJcteL3OxiJd KmwA== X-Received: by 10.52.189.33 with SMTP id gf1mr18259153vdc.26.1395330319494; Thu, 20 Mar 2014 08:45:19 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Thu, 20 Mar 2014 08:44:39 -0700 (PDT) In-Reply-To: <532B07B5.9030900@fedoraproject.org> References: <532B07B5.9030900@fedoraproject.org> Date: Thu, 20 Mar 2014 16:44:39 +0100 X-Google-Sender-Auth: UyQGaWJe44wX2K_pfno1lzB402Y Message-ID: To: Remi Collet Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1136b26209b81904f50ba8e4 Subject: Re: [PHP-DEV] RHEL-6 now have PHP 5.3, 5.4 and 5.5 From: jpauli@php.net (Julien Pauli) --001a1136b26209b81904f50ba8e4 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Mar 20, 2014 at 4:22 PM, Remi Collet wrote: > Few months ago, Red Hat release RHSCL 1.0 which includes PHP 5.4.16. > > Today RHSCL 1.1 (Beta) is released. > > PHP 5.4.16 is still available (php54), and now include Zend Opcache > > PHP 5.5.6 is added as a separate collection (php55). > > As MongoDB is also part of RHSCL, the php55 collection also includes the > pecl/mongo extension (1.4.5). > > Notice, for "clone" users (CentOS, Oracle, Scientific Linux), > > http://copr.fedoraproject.org/coprs/rhscl/php54/ > http://copr.fedoraproject.org/coprs/rhscl/php55/ > > And for users searching for more extensions > (EPEL is not yet ready for SCL) > > http://copr.fedoraproject.org/coprs/remi/php54more/ > http://copr.fedoraproject.org/coprs/remi/php55more/ > > We now can use an "Enterprise" distribution with a recent PHP version. > > /me really hopes this will help for adoption of our new versions. > That's a great new Remi ! RH's been historicaly bad for recent PHP version adoption, we all remember RHEL4 shipping 5.1 with so many users stuck with this version in the last past years (and still nowadays) I hope RH users will make use of SC , as it is a beta tool, I don't know if they'll use it for production software, but I suppose this tool won't stay beta for too long :-) Anyway, work done so far looks really enthusiastic, I'm really happy about it. Julien.P --001a1136b26209b81904f50ba8e4--