Re: AW: [PHP-DEV] Importing namespaced functions

2013-04-23 Thread Martin Keckeis
Hello together, if you got a namespace with more than one functions, why not just create a container class and make the methods static? I know it's not exactly the same, but how many times you need this So you can write: namespace Abc\Def; class Something{ public static function blubb();

Re: [PHP-DEV] Re: [VOTE] Removal of curl-wrappers

2013-04-23 Thread Kalle Sommer Nielsen
Hi 2013/4/24 Arpad Ray : > Hi Pierrick, > > Why the big rush? There have been three more votes against removing it in > PHP 5.5 since your last email yesterday so I don't think closing the vote > early is warranted, but I'm in general confused about the rush to do this > in PHP 5.5 anyway. We sti

Re: [PHP-DEV] Re: [VOTE] Removal of curl-wrappers

2013-04-23 Thread Arpad Ray
Hi Pierrick, Why the big rush? There have been three more votes against removing it in PHP 5.5 since your last email yesterday so I don't think closing the vote early is warranted, but I'm in general confused about the rush to do this in PHP 5.5 anyway. In principle I'm in favour of moving it to

Re: [PHP-DEV] Re: [VOTE] Removal of curl-wrappers

2013-04-23 Thread Pierrick Charron
David, All, I just committed the patch to remove curl-wrappers from PHP5.5. It 's one day before schedule but we need to make sure the merge was done before the new beta release. Pierrick On 22 April 2013 13:10, Pierrick Charron wrote: > Hi, > > The vote is supposed to end on April 24th, but

Re: AW: [PHP-DEV] Importing namespaced functions

2013-04-23 Thread Daniele Orlando
+1 The current behavior is really annoying. 2013/4/22 Florian Anderiasch > On 04/22/2013 12:55 AM, Robert Stoll wrote: > > I agree with Igor. The readability could be improved and I do not see the > > problem of hiding built-in php functions (however, I would not recommend > > it). > > I would

Re: [PHP-DEV] Functionality updates to array_column()

2013-04-23 Thread Florian Anderiasch
On 04/22/2013 11:35 PM, Sherif Ramadan wrote: > On Mon, Apr 22, 2013 at 1:35 PM, Ben Ramsey wrote: > >> I've just submitted the following pull request for updates to the >> array_column() function: >> >> https://github.com/php/php-**src/pull/331 >> >> I as