Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42076 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54886 invoked from network); 29 Nov 2008 10:47:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2008 10:47:33 -0000 Authentication-Results: pb1.pair.com header.from=mark@hell.ne.jp; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mark@hell.ne.jp; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hell.ne.jp designates 84.96.92.124 as permitted sender) X-PHP-List-Original-Sender: mark@hell.ne.jp X-Host-Fingerprint: 84.96.92.124 sp604003av.neufgp.fr Received: from [84.96.92.124] ([84.96.92.124:46167] helo=neuf-infra-smtp-out-sp604003av.neufgp.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/82-30340-3CD11394 for ; Sat, 29 Nov 2008 05:47:32 -0500 Received: from neuf-infra-smtp-out-sp604011av.neufgp.fr ([10.110.56.116]) by neuf-infra-smtp-out-sp604003av.neufgp.fr with neuf telecom id kyYK1a0072WT6TN03ynUeA; Sat, 29 Nov 2008 11:47:28 +0100 Received: from [192.168.0.25] ([77.207.3.30]) by neuf-infra-smtp-out-sp604011av.neufgp.fr with neuf telecom id kynT1a00A0erKVH0BynTEa; Sat, 29 Nov 2008 11:47:28 +0100 To: PHP Internals Content-Type: text/plain Date: Sat, 29 Nov 2008 11:47:27 +0100 Message-ID: <1227955647.11157.73.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Subject: [PATCH] ext/curl: fix for bug #46711 From: mark@hell.ne.jp (Mark Karpeles) Hello, Added a patch and a test file to http://bugs.php.net/46711 . After extensive tests I believe this bug should be considered fixed (no more memory leak, and expected behaviour is still working). I would also like to provide more tests to libcurl and give some of my time to fix existing bugs. (I'm using libcurl a lot, I believe I should be able to write tests for most features, including curl_multi). The main thing I would like to fix is the current need for an external HTTP server for libcurl tests (and do like it's done for ext/ftp: use pcntl_fork() and create a local http server). Before starting I'd like to know if anyone is already working on something similar. As far as I can see, ext/curl was maintained by Sterling Hughes, but I can't seem to find any recent information about him, so I'm wondering who should I bug to get the changes in the patch proposed to bug #46711 commited (with its test). Best regards, Mark Karpeles