The oop interface to cURl is already available, take a look at
http://pecl.php.net/package/pecl_http extension. It provides OOP
interface and takes care of many of the input preparation or output
parsing tasks normally you need to do in PHP when working with cURL.


On Sat, Mar 10, 2012 at 12:49 PM, Simon Schick
<simonsimc...@googlemail.com> wrote:
> 2012/3/10 Reindl Harald <h.rei...@thelounge.net>:
>>
>>
>> Am 10.03.2012 18:28, schrieb Simon Schick:
>>> I'd like to see a new interface for curl in php ... I have no special
>>> idea how, but I heard from several people that they pretty much don't
>>> like the way curl is implemented in php.
>>
>> many other people would not like to break their
>> perfect working code!
>>
>
> Hi, Reindl
>
> I do not mean to drop the implementation as it is right now - but
> think of something different for the future.
> If there would be an additional implementation it would probably be
> like mysqli, where you have an oop-implmentation and a non-oop.
>
> Bye
> Simon
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to