Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers

2013-04-16 Thread Pierrick Charron
I created a straightforward RFC that you can access here https://wiki.php.net/rfc/curl-wrappers-removal-rfc . If someone have something more to add in it, feel free. Otherwise I will start the vote so that we could remove it in 5.5 ASAP. Thanks Pierrick On 12 April 2013 11:09, Julien Pauli wrot

Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers

2013-04-16 Thread Julien Pauli
On Tue, Apr 16, 2013 at 3:01 PM, Pierrick Charron wrote: > I created a straightforward RFC that you can access here > https://wiki.php.net/rfc/curl-wrappers-removal-rfc . > > If someone have something more to add in it, feel free. Otherwise I will > start the vote so that we could remove it in 5.

RE: [PHP-DEV] trigger_error() enhancements

2013-04-16 Thread Chris Wright
At 08 April 2013 21:51 Thomas Anderson wrote: > I was thinking it'd be useful if people could switch between throwing > exceptions and displaying errors. If throw were a function and not a > language construct one could do $function($error) where $function was a > string equal to either 'trigger_e

[PHP-DEV] WIP on extension loading improvement

2013-04-16 Thread Julien Pauli
Hello, I recently worked on the extension loading system to fully understand it and try to improve it while keeping full BC. Joe helped me in this task. I wrote an RFC giving details about what we have today ( https://wiki.php.net/internals/extensions ) The branch can be found here : https://gith

Re: [PHP-DEV] WIP on extension loading improvement

2013-04-16 Thread Pierre Joye
hi, On Tue, Apr 16, 2013 at 7:06 PM, Julien Pauli wrote: > Hello, > > I recently worked on the extension loading system to fully understand it > and try to improve it while keeping full BC. > Joe helped me in this task. > I wrote an RFC giving details about what we have today ( > https://wiki.php

Re: [PHP-DEV] WIP on extension loading improvement

2013-04-16 Thread Julien Pauli
On Tue, Apr 16, 2013 at 7:55 PM, Pierre Joye wrote: > hi, > > On Tue, Apr 16, 2013 at 7:06 PM, Julien Pauli wrote: > > Hello, > > > > I recently worked on the extension loading system to fully understand it > > and try to improve it while keeping full BC. > > Joe helped me in this task. > > I wr