Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Stas Malyshev
Hi! 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) s

[PHP-DEV] Re: Upgrade cURL extension

2012-03-10 Thread David Soria Parra
On 2012-03-10, Pierrick Charron wrote: > --047d7b2ee19338d79004bae668f3 > Content-Type: text/plain; charset=ISO-8859-1 > > 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 possib

Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Michael Dowling
I think all the php curl bindings should do is expose the power of curl in php with an interface similar to the c interface. I think it's up to third party libraries to put an easier to use interface on top of the curl bindings. Thanks, Michael On Mar 10, 2012, at 11:41 AM, Reindl Harald wrot

Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Simon Schick
2012/3/10 Reindl Harald : > > > 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 li

Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Reindl Harald
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 co

Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Simon Schick
2012/3/10 Pierre Joye > > 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

Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Pierre Joye
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 wrote: > Hi all, > > As you may know, t

[PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Pierrick Charron
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 l