Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12726 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64121 invoked by uid 1010); 10 Sep 2004 21:50:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33677 invoked from network); 10 Sep 2004 21:45:16 -0000 Received: from unknown (HELO air638.startdedicated.com) (69.64.38.41) by pb1.pair.com with SMTP; 10 Sep 2004 21:45:16 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by air638.startdedicated.com (Postfix) with ESMTP id EBAA2294228; Fri, 10 Sep 2004 16:40:28 -0500 (CDT) Received: from air638.startdedicated.com ([127.0.0.1]) by localhost (air638.startdedicated.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09342-08; Fri, 10 Sep 2004 16:40:28 -0500 (CDT) Received: from [192.168.11.2] (66-65-38-153.nyc.rr.com [66.65.38.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by air638.startdedicated.com (Postfix) with ESMTP id 92302294206; Fri, 10 Sep 2004 16:40:28 -0500 (CDT) Message-ID: <4142206A.1010304@php.net> Date: Fri, 10 Sep 2004 17:45:14 -0400 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger Cc: Nuno Lopes , PHPdev References: <009201c49765$f4d494c0$0100a8c0@pc07653> <158434281.20040910233218@marcus-boerger.de> In-Reply-To: <158434281.20040910233218@marcus-boerger.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at bluga.net Subject: Re: [PHP-DEV] unserialize() and pear From: cellog@php.net (Greg Beaver) Nuno: It would also be helpful to know what version of PEAR you are using, and in particular, the setting of magic_quotes_runtime. Earlier PEAR versions choked on the unserialize statements in PEAR_Registry if this setting was on. Greg Marcus Boerger wrote: > Hello Nuno, > > can you sent me he code it is trying to deserialize? > > marcus > > Friday, September 10, 2004, 8:42:42 PM, you wrote: > > >>Hello, > > >>I think that the last unserialize() changes (2004-09-05) have broken it, >>because now I can't even do a simple 'pear list'. >>I can reproduce this problem in both my two pcs. > > >>Can someone check this problem, please? > > >>Thanks, >>Nuno > > > > >