2012/3/10 Pierre Joye <pierre....@gmail.com>
>
> hi Pierrick,
>
> I would rather go with php-next. The amount of changes are not safe
> for a now very stable version in 5.3 and 5.4 (same code base), while
> the code could be nicer as you did it in trunk.
>
> Cheers,
>
> On Sat, Mar 10, 2012 at 5:57 PM, Pierrick Charron <pierr...@webstart.fr> 
> wrote:
> > Hi all,
> >
> > As you may know, the cURL PHP extension is currently not in sync
> > (featurewise) with the original libcurl. I started to work on it to
> > make it as close as possible from the original libcurl. I also did
> > some cleaning to make it easier to maintain (ordered all the
> > constants/features by their libcurl version). All those changes were
> > made on the trunk branch only.
> >
> > I wanted to make this new version available in PHP5.4 but
> > unfortunately I did finish my work when it was already in RC phase.
> > The question now is should we include this new version in PHP5.4.1 or
> > should we wait for PHP 5.5/6/7 or whatever PHP next will be. There is
> > no feature break (AFAIK) so all the previous code should work as
> > expected. You'll find the list of new features attached and the last
> > code in the trunk branch.
> >
> > So please, test the new version of the curl extension, review the
> > code, and give your input on either or not those changes should be
> > merge on 5.4.1
> >
> > Thanks
> > Pierrick
> >
> > --
> > PHP Internals - PHP Runtime Development Mailing List
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

Hi, all

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.
May we have a little brainstorming around that .. may some other
language has some good implementation ...

When I see the list of constants, I feel like that is way to much ...
this could be grouped somehow ...

Bye
Simon

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

Reply via email to