Re: [PHP-DEV] PHP 5.4.16 and PHP 5.3.26 released!

2013-06-09 Thread Johannes Schlüter
Stas Malyshev wrote: >Hi! > >> be great. (Perfect would be if that script would also translate NEWS >> to HTML, see README.RELEASE_PROCESS for HTML requirements .. even > >Something like this: https://gist.github.com/smalyshev/5736464 > >If it looks good, I'll add it into phpWeb/bin. Please al

[PHP-DEV] [RFC] Apparmor change_hat functionality for php-fpm

2013-06-09 Thread Gernot Vormayr
https://wiki.php.net/rfc/fpm_change_hat

RE: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements

2013-06-09 Thread Zeev Suraski
From: Nikita Popov [mailto:nikita@gmail.com] Sent: Sunday, June 09, 2013 5:15 PM To: Zeev Suraski Cc: PHP internals Subject: Re: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements On Sun, Jun 9, 2013 at 3:37 PM, Zeev Suraski wrote: >> What I meant by cumulativity in that conte

Re: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements

2013-06-09 Thread Nikita Popov
On Sun, Jun 9, 2013 at 3:37 PM, Zeev Suraski wrote: > What I meant by cumulativity in that context is really commutativity J > Fixed (and also added transitivity). > > > > In other words, operands that are commutative in PHP (like addition, > multiplication, etc.) – one should not overload for do

RE: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements

2013-06-09 Thread Zeev Suraski
What I meant by cumulativity in that context is really commutativity J Fixed (and also added transitivity). In other words, operands that are commutative in PHP (like addition, multiplication, etc.) – one should not overload for domains where they’re not commutative. Zeev *From:* Nikita

Re: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements

2013-06-09 Thread Nikita Popov
On Sun, Jun 9, 2013 at 10:00 AM, Zeev Suraski wrote: > It wouldn’t have been the first time that something that seems common > sense, suddenly becomes controversial a few years later J Better safe > than sorry. > > I made some changes to the phrasing of the final paragraph in this section > (ple

RE: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements

2013-06-09 Thread Zeev Suraski
It wouldn’t have been the first time that something that seems common sense, suddenly becomes controversial a few years later J Better safe than sorry. I made some changes to the phrasing of the final paragraph in this section (please review and make sure you’re good with it) – I think the list y