Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95552 invoked by uid 1010); 14 Sep 2004 08:04:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95489 invoked from network); 14 Sep 2004 08:04:23 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 14 Sep 2004 08:04:23 -0000 Received: from [192.168.1.105] (c-24-6-200-247.client.comcast.net [24.6.200.247]) by colo.lerdorf.com (8.13.1/8.13.1/Debian-13) with ESMTP id i8E84MF7002554; Tue, 14 Sep 2004 01:04:23 -0700 Date: Tue, 14 Sep 2004 01:04:18 -0700 (PDT) X-X-Sender: rasmus@t42p.lerdorf.com To: iliaa@php.net cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: curl multi backport to PHP4 From: rasmus@php.net (Rasmus Lerdorf) I needed the curl multi stuff for something, so I trivially backported it to PHP4's ext/curl. There is nothing really PHP5-specific in it and it is basically just a standalone extension keeping track with the 3rd-party library it is wrapping. Ilia, as RM of the 4.3 tree, do you see any reason not to commit this to ext/curl on the PHP_4_3 branch after 4.3.9 is out the door? -Rasmus