Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53256 invoked by uid 1010); 11 Jul 2007 13:17:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53240 invoked from network); 11 Jul 2007 13:17:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2007 13:17:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.5 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.6 Received: from [82.94.239.5] ([82.94.239.5:39686] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/63-24398-178D4964 for ; Wed, 11 Jul 2007 09:17:38 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l6BDHXPL015459; Wed, 11 Jul 2007 15:17:33 +0200 Date: Wed, 11 Jul 2007 15:17:35 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Lukas Kahwe Smith cc: Sebastian Mendel , internals@lists.php.net In-Reply-To: Message-ID: References: <468E5AB1.3080308@lerdorf.com> <468E5E3B.5090408@zend.com> <468E66B2.3060903@lerdorf.com> <468E6E0E.9020309@sci.fi> <468E7237.7060104@zend.com> <468E73A6.3090004@sci.fi> <37.15.59649.247C4964@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] RIP PHP 4? From: derick@php.net (Derick Rethans) On Wed, 11 Jul 2007, Lukas Kahwe Smith wrote: > On 11.07.2007, at 14:06, Sebastian Mendel wrote: > > > Guilherme Blanco schrieb: > > > > > Have you ever asked yourselves... why? why PHP5's adoption is so > > > bad? > > > > it was badly advertised! > > > > most people don't even know how much faster it is! to say nothing > > about of all the new features not known by most developers! (of > > course - most people here now them) > > well actually php 5.0 was slower for many things .. objects where > slightly faster. 5.1 and now 5.2 bring the performance/quality up to > where things where with php 4 at the time. Actually, in some of our tests some of our code running on PHP 5 is just as fast as the code on PHP 4+APC. That's heavy OO though. Derick