Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19314 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93230 invoked by uid 1010); 1 Oct 2005 15:04:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93215 invoked from network); 1 Oct 2005 15:04:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2005 15:04:07 -0000 X-Host-Fingerprint: 151.189.21.47 mail-in-07.arcor-online.net Linux 2.5 (sometimes 2.4) (4) Received: from ([151.189.21.47:42200] helo=mail-in-07.arcor-online.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 88/D1-54476-665AE334 for ; Sat, 01 Oct 2005 11:04:06 -0400 Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id C43C7630B8 for ; Sat, 1 Oct 2005 17:04:02 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id AC9F679AA3 for ; Sat, 1 Oct 2005 17:04:02 +0200 (CEST) Received: from localhost.localdomain (dslb-084-056-023-081.pools.arcor-ip.net [84.56.23.81]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id 63A5981816 for ; Sat, 1 Oct 2005 17:04:02 +0200 (CEST) Date: Sat, 1 Oct 2005 17:04:01 +0200 Cc: internals@lists.php.net Message-ID: <20051001170401.38d94e3d@localhost.localdomain> In-Reply-To: <1528716499.20051001164847@marcus-boerger.de> References: <20051001162402.4dc07ea1@localhost.localdomain> <1528716499.20051001164847@marcus-boerger.de> X-Mailer: Sylpheed-Claws 1.9.14 (GTK+ 2.6.10; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: phar and e_strict From: pierre@dotgeek.org (Pierre) On Sat, 1 Oct 2005 16:48:47 +0200 helly@php.net (Marcus Boerger) wrote: > Hello Pierre, > > Saturday, October 1, 2005, 4:24:02 PM, you wrote: > > > On Sat, 1 Oct 2005 16:17:19 +0200 (CEST) > > derick@php.net (Derick Rethans) wrote: > > > >> 1. not modify any error reporting setting > > > We have to modify it as the underlying code is not php5 _only_ but > > have to work for both php5 and php4. > > >> 2. PHP 5.1 compatible code. > > > It is compatible, or do you mean E_STRICK compatible? > > You should face reality that php 5 is a bit different than php 4. I do know that, I did explain my opinions about having PEAR bundled by default in 5.1+ and so on. But other php developers seem to fully disagree with me on this topic, as many PEAR developers, nothing more I can do. > Many of the things changed in php 5 were made to support exactly pear > development but pear is absolutley ignoring it. As PEAR 1.4 _has_ to be compatible with 1.x, we did not ignore the changes. But we cannnot drop php4 support or maintain 2 code bases. > Why can't at least the things that shall be shipped in 5.1 fashion - > especially since you're doing part of it in a way only 5.1 can serve > anyway. I do not get this sentence, can you elaborate? --Pierre