Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68699 invoked by uid 1010); 18 Dec 2003 12:46:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68675 invoked from network); 18 Dec 2003 12:46:30 -0000 Received: from unknown (HELO smtp2.netcologne.de) (194.8.194.218) by pb1.pair.com with SMTP; 18 Dec 2003 12:46:30 -0000 Received: from localhost.localdomain (xdsl-213-196-214-11.netcologne.de [213.196.214.11]) by smtp2.netcologne.de (Postfix) with SMTP id 033B03A155; Thu, 18 Dec 2003 13:46:30 +0100 (MET) Date: Thu, 18 Dec 2003 13:46:29 +0100 To: Pierre-Alain Joye Cc: internals@lists.php.net Message-ID: <20031218134629.7c13aa17.paj@pearfr.org> In-Reply-To: <20031218124303.18e22274.paj@pearfr.org> References: <20031218124303.18e22274.paj@pearfr.org> Organization: Freelancer X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] B3, pear segfault, and msgs about deprecated From: paj@pearfr.org (Pierre-Alain Joye) On Thu, 18 Dec 2003 12:43:03 +0100 Pierre-Alain Joye wrote: > Hello, > > I'm trying to see why $ make install-pear-packages segfaults with > HEAD. I hope I'll commit the fixes today. I suspect references > problem... > > I got new messages (which where not displayed before): > : var: Deprecated. Please use the public/private/protected modifiers > in XXX.php on line XX > > Have these warning/notices been introduced recently? > > Or is it related to the e_pedantic thing? Ok segfault is on line pear/PEAR/Registry.php line 345. This is a call to unserialize. I do not know yet why it fails. Maybe (again) the serialized data is corrupted. Anyway unserialize should ""never"" segfault. hth pierre