[PHP-DEV] PHP 5.4.36 Released

2014-12-19 Thread Stanislav Malyshev
Hello! The PHP development team announces the immediate availability of PHP 5.4.36. Two security-related bugs were fixed in this release, including the fix for CVE-2014-8142. All PHP 5.4 users are encouraged to upgrade to this version. For source downloads of PHP 5.4.36 please visit our downloads

Re: [PHP-DEV] [VOTE] Abstract final / Static classes

2014-12-19 Thread guilhermebla...@gmail.com
Hi Pascal, I said this earlier, but considering purely namespaced functions and autoloading is not the same as static classes. Namespaced functions doesn't have support for variables and that's a huge strike against it and in favor of static classes. Cheers, On Thu, Dec 18, 2014 at 6:54 PM, Pasc

[PHP-DEV] PHP 5.5.20 is available

2014-12-19 Thread Julien Pauli
Hello! The PHP development team announces the immediate availability of PHP 5.5.20. This release fixes several bugs and one CVE in the unserialisation algorithm. All PHP 5.5 users are encouraged to upgrade to this version. For source downloads of PHP 5.5.20 please visit our downloads page: http:

[PHP-DEV] PHP 5.6.4 is available

2014-12-19 Thread Ferenc Kovacs
Hello! The PHP development team announces the immediate availability of PHP 5.6.4. This release fixes several bugs and one CVE related to unserialization. All PHP 5.6 users are encouraged to upgrade to this version. For source downloads of PHP 5.6.4 please visit our downloads page: http://www.ph

[PHP-DEV] Re: [ANNOUNCE] PHP 5.4.36 Released

2014-12-19 Thread adjptwm
Von: Stanislav Malyshev An: php-annou...@lists.php.net; PHP Internals ; php-gene...@lists.php.net Gesendet: 10:44 Freitag, 19.Dezember 2014 Betreff: [ANNOUNCE] PHP 5.4.36 Released Hello! The PHP development team announces the immediate availability of PHP 5.4.36. Two security-rela

Re: [PHP-DEV] [RFC] Nullsafe calls

2014-12-19 Thread Josh Watzman
On Dec 12, 2014, at 11:09 AM, Josh Watzman wrote: > On Dec 10, 2014, at 11:24 PM, Stanislav Malyshev wrote: > >>> the real-world code I've seen, it is the least confusing. (I'll see >> >> Which real-world code you are talking about? Examples please. > > I'm having trouble digging any up -- FB

Re: [PHP-DEV] [VOTE] Abstract final / Static classes

2014-12-19 Thread Tjerk Meesters
> On 13 Dec 2014, at 00:35, guilhermebla...@gmail.com wrote: > > RFC is updated exposing both possible usages with both explanations. > Hope it doesn't confuse even more. Hi, in your "As static class” example, it doesn’t really demonstrate that you can omit the “static” modifier from the functi