Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52547 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12398 invoked from network); 30 May 2011 16:37:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2011 16:37:00 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.212.173 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.212.173 mail-px0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:52051] helo=mail-px0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/93-24803-BA7C3ED4 for ; Mon, 30 May 2011 12:37:00 -0400 Received: by pxi16 with SMTP id 16so2321538pxi.18 for ; Mon, 30 May 2011 09:36:56 -0700 (PDT) Received: by 10.143.20.31 with SMTP id x31mr732121wfi.152.1306773416838; Mon, 30 May 2011 09:36:56 -0700 (PDT) Received: from c-24-19-164-241.hsd1.wa.comcast.net (c-24-19-164-241.hsd1.wa.comcast.net [24.19.164.241]) by mx.google.com with ESMTPS id g1sm2399102pbj.3.2011.05.30.09.36.55 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 May 2011 09:36:55 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Mon, 30 May 2011 09:36:53 -0700 Cc: PHP Internals , Gustavo Lopes , Pierre Joye , Ilia Alshanetsky Content-Transfer-Encoding: quoted-printable Message-ID: <41393737-F3A2-4641-92EA-F1191884E5AB@roshambo.org> References: To: Alexey Shein X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] Need karma for committing test patches From: philip@roshambo.org (Philip Olson) On May 27, 2011, at 3:40 AM, Alexey Shein wrote: > It seems my last letter didn't came to the list, resending it. >=20 > So this is new version of this patch - with curl_multi_exec involved > and accordingly changed tests. Let me know what you think about it. >=20 > Additionally, I found another test case (actually two) not handled yet > (see attached test case in second file): > 1) If fp of non-existant file is setup to stderr and is closed before > calling curl_close() it causes glibc memory error > 2) if I additionally unlink file before curl_close() - it causes > segfault (fie not found in io_write.c or smth like that) Greetings Alexey, I'm unable to provide useful comments for this patch, but am CCing the = official ext/curl maintainer (Ilia) and you now have karma for = committing tests.=20 Regards, Philip