Re: [PHP-DEV][RFC][DISCUSSION] Strong Typing Syntax

2018-01-04 Thread MichaƂ Brzuchalski
2018-01-04 3:37 GMT+01:00 Michael Morris : > Second Draft based on the feedback upstream. > > Target version: PHP 8. > > This is a proposal to strengthen the dynamic type checking of PHP during > development. > > Note - this is not a proposal to change PHP to a statically typed language > or to re

Re: [PHP-DEV] Personal Home Page

2018-01-04 Thread Thomas Hruska
On 1/2/2018 5:54 AM, Lester Caine wrote: At what point did 'Personal Home Page' become 'Professional Home Page'? I sat down this morning to look at the sites that are still on the 'TODO' list with a view to just what I can do with them and if the clients could do anything to help. The short answ

[PHP-DEV] PHP 7.0.27 is available

2018-01-04 Thread Anatol Belski
Hi, The PHP development team announces the immediate availability of PHP 7.0.27. This is a security release. Several security bugs were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version. This release is the last to contain the active maintenance patches. The furt

[PHP-DEV] PHP 7.1.13 and 7.2.1 Available

2018-01-04 Thread Sara Golemon
I'm happy to announce not one, but two new PHP releases today. PHP 7.1.13 and 7.2.1 are ready to go at http://php.net/downloads.php The Windows binaries are available per usual at: http://windows.php.net/download/ Hash Values and GPG signatures can be found below and at: 7.1.3: https://gist.githu

[PHP-DEV] PHP 5.6.33 is available

2018-01-04 Thread Ferenc Kovacs
Hello! The PHP development team announces the immediate availability of PHP 5.6.33. This is a security release. Several security bugs were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version. For source downloads of PHP 5.6.33 please visit our downloads page: http:/

Re: [PHP-DEV] [RFC][DISCUSSION] Strong Typing Syntax

2018-01-04 Thread Andreas Hennings
On 3 January 2018 at 21:26, Rowan Collins wrote: > Hi Michael, > > On 02/01/2018 10:35, Michael Morris wrote: >> >> I would like to propose a clean way to add some strong typing to PHP in a >> manner that is almost fully backward compatible (there is a behavior >> change >> with PHP 7 type declara

Re: [PHP-DEV] [RFC][DISCUSSION] Strong Typing Syntax

2018-01-04 Thread Rasmus Lerdorf
> On Jan 4, 2018, at 13:09, Andreas Hennings wrote: > > A system where all variables are type-locked could in fact be faster > than a system with dynamically typed variables. > Depends on the implementation, of course. I imagine it would be a lot > of work to get there. I think you, and many ot

Re: [PHP-DEV] [RFC][DISCUSSION] Strong Typing Syntax

2018-01-04 Thread Michael Morris
On Thu, Jan 4, 2018 at 7:21 PM Rasmus Lerdorf wrote: > > > On Jan 4, 2018, at 13:09, Andreas Hennings wrote: > > > > A system where all variables are type-locked could in fact be faster > > than a system with dynamically typed variables. > > Depends on the implementation, of course. I imagine it