Re: [PHP-DEV] [VOTE] Property Accessors for 5.5

2013-01-17 Thread Clint Priest
On 1/17/2013 4:24 PM, Steve Clay wrote: > https://wiki.php.net/rfc/propertygetsetsyntax-v1.2#voting I'll say my peace on this. This is a very good implementation, and as long as authors use accessors that depend on a separate property for storage (like other langs require), everything will be

Re: [PHP-DEV] [VOTE] Property Accessors for 5.5

2013-01-17 Thread Steve Clay
On 1/17/13 1:20 PM, Clint Priest wrote: I'm happy to say that Property Accessors is ready for a vote for inclusion in 5.5 release. Nikita and I (as well as Stas a bit) have all been working hard to make this happen for 5.5, voting and the specifications are here: > https://wiki.php.net/rfc/p

Re: [PHP-DEV] [RFC] Fixing insecure cURL file uploading

2013-01-17 Thread Pierrick Charron
Great :) Thanks for the update On 17 January 2013 15:35, Stas Malyshev wrote: > Hi! > >> What's the status of this fix ? > > The pull is in the RFC, so I planned to do the vote on Monday and then > get it merged if nobody objects. > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://w

Re: [PHP-DEV] [RFC] Fixing insecure cURL file uploading

2013-01-17 Thread Stas Malyshev
Hi! > What's the status of this fix ? The pull is in the RFC, so I planned to do the vote on Monday and then get it merged if nobody objects. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing L

Re: [PHP-DEV] [RFC] Fixing insecure cURL file uploading

2013-01-17 Thread Pierrick Charron
Hi Stas, What's the status of this fix ? Thanks Pierrick On 8 January 2013 04:23, Stas Malyshev wrote: > Hi! > >> Looks good to me, just it could be great to add a new cURL option at >> the same time to disable the '@' usage so that someone working with >> the new ext/curl version can disable i

Re: [PHP-DEV] [VOTE] Property Accessors for 5.5

2013-01-17 Thread Benjamin Eberlei
On Thu, Jan 17, 2013 at 7:20 PM, Clint Priest wrote: > I'm happy to say that Property Accessors is ready for a vote for inclusion > in 5.5 release. > > Nikita and I (as well as Stas a bit) have all been working hard to make > this happen for 5.5, voting and the specifications are here: > > https:

[PHP-DEV] [VOTE] Property Accessors for 5.5

2013-01-17 Thread Clint Priest
I'm happy to say that Property Accessors is ready for a vote for inclusion in 5.5 release. Nikita and I (as well as Stas a bit) have all been working hard to make this happen for 5.5, voting and the specifications are here: https://wiki.php.net/rfc/propertygetsetsyntax-v1.2#voting Thanks, -

Re: [PHP-DEV] PHP patches

2013-01-17 Thread Ferenc Kovacs
On Mon, Dec 31, 2012 at 5:44 AM, Ferenc Kovacs wrote: > > > > On Mon, Jun 20, 2011 at 8:02 PM, Robert Eisele wrote: > >> Thanks, Johannes! :) It works. >> >> 2011/6/20 Johannes Schlüter >> >> > On Mon, 2011-06-20 at 07:11 -0700, Philip Olson wrote: >> > > On Jun 20, 2011, at 7:01 AM, Robert Eis

[PHP-DEV] Re: VCS Account Request: cpriest

2013-01-17 Thread PHP Group
rasmus approved cpriest account request \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: ardbiesheuvel

2013-01-17 Thread PHP Group
rasmus approved ardbiesheuvel account request \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Zend signed multiply for ARM

2013-01-17 Thread Ard Biesheuvel
On 17 January 2013 16:22, Rasmus Lerdorf wrote: > Welcome back Ard. Looks good to me, but I don't have an ARM box to test Thanks! I have done some manual testing on the corner cases, both on the 64-bit ARMv8 emulator and a 32-bit TI Beaglebone, and have also run the test cases in the Zend/ folde

[PHP-DEV] VCS Account Request: ardbiesheuvel

2013-01-17 Thread Ard Biesheuvel
Submitting performance tweaks specific to ARM platforms (both 32 and 64 bit) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Zend signed multiply for ARM

2013-01-17 Thread Rasmus Lerdorf
Welcome back Ard. Looks good to me, but I don't have an ARM box to test on. Go to http://php.net/git-php.php and fill in the form at the bottom there and we will get you set up with a git account unless you already have one. I did a quick search and couldn't find it. -Rasmus -- PHP Internals - P

[PHP-DEV] Re: Zend signed multiply for ARM

2013-01-17 Thread Ard Biesheuvel
Gmail ate my attachment the 1st time, trying Thunderbird instead ... diff --git a/Zend/zend_multiply.h b/Zend/zend_multiply.h index c3c9657..3053f8b 100644 --- a/Zend/zend_multiply.h +++ b/Zend/zend_multiply.h @@ -13,7 +13,7 @@ | lice...@zend.com so we can mail you a copy immediately.

[PHP-DEV] Zend signed multiply for ARM

2013-01-17 Thread Ard Biesheuvel
Hello all, Some of the senior citizens in this community may remember me. I used to be involved in PHP development (and went to some conferences) in 2002-2005. I am now working for Linaro (www.linaro.org), trying to engineer the best LAMP stack possible for ARM servers (32 and 64 bit). I would li