Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8563 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72397 invoked by uid 1010); 17 Mar 2004 16:08:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72291 invoked from network); 17 Mar 2004 16:08:02 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 17 Mar 2004 16:08:02 -0000 Received: (qmail 18139 invoked from network); 17 Mar 2004 16:08:00 -0000 Received: from guardian.zend.office (HELO AndiNotebook.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 17 Mar 2004 16:08:00 -0000 Message-ID: <5.1.0.14.2.20040317180649.02bbb350@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 17 Mar 2004 18:07:47 +0200 To: Sterling Hughes ,jason@neodisco.com Cc: internals@lists.php.net In-Reply-To: <80DE0F5F-782A-11D8-BBCF-000A95E073A0@php.net> References: <4058407F.12039.280529@localhost> <4058407F.12039.280529@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] curl-multi-info-read not functioning From: andi@zend.com (Andi Gutmans) At 10:48 AM 3/17/2004 -0500, Sterling Hughes wrote: >curl_multi_info_read() is currently not working. I am planning on getting >it working before php5, andi allowing (*), although I don't have any >specific timeframe. > >You can use $still_running returned from curl_multi_exec (or perform, i >can't remember what i called the php version) to spawn new connections if >you like... > >-Sterling > >(*) It shouldn't hold up the release, but I think it should be allowed as >a bug fix, since its currently there, just not implemented, and its >important to the multi interface. Hey, I plan on release RC1 tomorrow (god willing). However, it's fine with me to fix this before the final release. Andi