[PHP-CVS] cvs: php4 /ext/curl multi.c ZendEngine2 zend_list.c zend_list.h

2003-04-02 Thread Sterling Hughes
sterlingWed Apr 2 11:58:52 2003 EDT Modified files: /ZendEngine2zend_list.c zend_list.h /php4/ext/curl multi.c Log: add the ability for curl_multi_info to introspect the handles. # Zend commit doesn't break anything, so I'm

Re: [PHP-CVS] cvs: php4 /ext/curl multi.c ZendEngine2 zend_list.c zend_list.h

2003-04-02 Thread Andi Gutmans
I didn't quite understand what you did here. Can you please explain? Is it absolutely necessary to add this hack just for curl? Andi At 04:58 PM 4/2/2003 +, Sterling Hughes wrote: sterlingWed Apr 2 11:58:52 2003 EDT Modified files: /ZendEngine2zend_list.c

Re: [PHP-CVS] cvs: php4 /ext/curl multi.c ZendEngine2 zend_list.c zend_list.h

2003-04-02 Thread Sterling Hughes
I didn't quite understand what you did here. Can you please explain? Is it absolutely necessary to add this hack just for curl? I added the ability to find a resource identifier from a resource. Something I think is generally pretty useful. :) Adding an ID field to the list_entry isn't

Re: [PHP-CVS] cvs: php4 /ext/curl multi.c ZendEngine2 zend_list.c zend_list.h

2003-04-02 Thread Andi Gutmans
At 01:21 PM 4/2/2003 -0500, Sterling Hughes wrote: I didn't quite understand what you did here. Can you please explain? Is it absolutely necessary to add this hack just for curl? I added the ability to find a resource identifier from a resource. Something I think is generally pretty useful. :)