Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19312 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79151 invoked by uid 1010); 1 Oct 2005 14:30:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79120 invoked from network); 1 Oct 2005 14:30:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2005 14:30:31 -0000 X-Host-Fingerprint: 84.56.23.81 dslb-084-056-023-081.pools.arcor-ip.net Received: from ([84.56.23.81:16551] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1B/EF-54476-78D9E334 for ; Sat, 01 Oct 2005 10:30:31 -0400 To: internals@lists.php.net,pear-dev@lists.php.net Date: Sat, 1 Oct 2005 16:30:27 +0200 Message-ID: <20051001163027.44ec6ab7@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: > But it seems E_STRICT is turned on later for some reason too. Can > this code please be upgraded to 1. not modify any error reporting > setting and 2. PHP 5.1 compatible code. Currently installing pear > does not seem to work at all with the .phar. Forget to mention than the E_STRICT and is_a warnings have nothing to do with the phar itself but the PEAR code itself. --Pierre