Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76624 invoked by uid 1010); 1 Oct 2005 14:24:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76608 invoked from network); 1 Oct 2005 14:24:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2005 14:24:06 -0000 X-Host-Fingerprint: 84.56.23.81 dslb-084-056-023-081.pools.arcor-ip.net Received: from ([84.56.23.81:14502] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E9/AF-54476-60C9E334 for ; Sat, 01 Oct 2005 10:24:06 -0400 To: internals@lists.php.net Date: Sat, 1 Oct 2005 16:24:02 +0200 Message-ID: <20051001162402.4dc07ea1@localhost.localdomain> References: X-Newsreader: 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 X-Posted-By: 84.56.23.81 Subject: Re: phar and e_strict From: pierre@dotgeek.org (Pierre) 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? --Pierre