Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20093 invoked by uid 1010); 24 Feb 2008 18:51:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20078 invoked from network); 24 Feb 2008 18:51:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2008 18:51:48 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.242 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.132.242 an-out-0708.google.com Received: from [209.85.132.242] ([209.85.132.242:10072] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/52-00312-3CCB1C74 for ; Sun, 24 Feb 2008 13:51:47 -0500 Received: by an-out-0708.google.com with SMTP id c18so237499anc.1 for ; Sun, 24 Feb 2008 10:51:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=n5++SzlTxU1I+/M7e7zzPGenWAJZgf+IW2IPqmQMTTM=; b=wGnleEPf3ijbWaZCL6e95m4dQJbYWz/BLW+zSvoVHfDJ+IIr4iCz2t0f22W/uF5zQvxOLpGBqnDWSzMC/PujN42O0FpcAGGOQrhr/ZoJVO/fWG4WNLB2WpcJJzHLgcayidiyjW94nna5cdyQpM1yAkgRO7g+YjEkvzKwiszMXI4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=qbrqrWgx2Kzb1Rpbm0bn5h9ytpfSDL7nW1MbLU8k0p8Bb+Ntbia6YijEBTHf0F3SeKZrszG0UsDPOsqYNpimuwhqYzWR1V1GGgNoKO+ZtLAOJcutzZtq2W5XRu5Q8XEoHPpiL0jQ0lY9E794jDyyx+SZkZGwNxW22qJjxvefZYw= Received: by 10.100.201.16 with SMTP id y16mr4663714anf.33.1203879104938; Sun, 24 Feb 2008 10:51:44 -0800 (PST) Received: from ?192.168.1.2? ( [189.24.11.196]) by mx.google.com with ESMTPS id r28sm4847836ele.0.2008.02.24.10.51.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Feb 2008 10:51:44 -0800 (PST) To: Pierre Joye Cc: Arnar Mar Sig , internals@lists.php.net In-Reply-To: References: <3BA7F322-7E34-4F8D-BD2B-6F59DA3139FB@valka.is> <1203878166.5914.1.camel@pena> Content-Type: text/plain; charset=utf-8 Date: Sun, 24 Feb 2008 15:51:34 -0300 Message-ID: <1203879094.5914.3.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [PATCH] Fix segfault in filter extension when using callbacks From: felipensp@gmail.com (Felipe Pena) Em Dom, 2008-02-24 às 19:45 +0100, Pierre Joye escreveu: > Hi Arnar, Felipe! > > On Sun, Feb 24, 2008 at 7:36 PM, Felipe Pena wrote: > > Em Dom, 2008-02-24 às 15:48 +0000, Arnar Mar Sig escreveu: > > Fixed in CVS. > > > > Thanks for your patches and quick reaction :) > > Can you add a test while being at it please? > > Cheers, Done! ;) -- Regards, Felipe Pena.