Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24369 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90796 invoked by uid 1010); 13 Jul 2006 19:19:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90778 invoked from network); 13 Jul 2006 19:19:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2006 19:19:54 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:57737] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 02/D9-63905-7DC96B44 for ; Thu, 13 Jul 2006 15:19:53 -0400 Received: from baumbart.mbo (dslb-084-063-018-229.pools.arcor-ip.net [84.63.18.229]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 06DBF35C1EE; Thu, 13 Jul 2006 21:19:48 +0200 (CEST) Date: Thu, 13 Jul 2006 21:19:47 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <677472994.20060713211947@marcus-boerger.de> To: Ilia Alshanetsky Cc: Lukas Smith , Pierre , Antony Dovgal , In-Reply-To: References: <0F.C0.46743.0CB15B44@pb1.pair.com> <44B54CAE.70909@zend.com> <44B579C7.7010103@php.net> <44B5848F.1090804@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] E_STRICT From: helly@php.net (Marcus Boerger) Hello Ilia, Thursday, July 13, 2006, 2:15:48 AM, you wrote: > On 12-Jul-06, at 7:23 PM, Lukas Smith wrote: >> Hosters are always behind 1 or 2 minor versions, at best. > That's an optimistic outlook, on average they are 5-6 versions behind. Ilia, 5 - 6 minor version behine means that hosters today would serve... 5.1 (0), 4.4 (-1), 4.3 (-2), 4.2 (-3), 4.1 (-4), 4.0 (-5) ...wow php 4.0.something or even php 3. I guess you mean bugfix releases here. That means given we have 5.1.4 and 4.4.3 hosters serve something between 4.3.8 to 5.1.0. Just to clearify because i had the feeling people are getting our version scheme wrong. It is (major) . (minor) . (bugfix) marcus