|
|
|
|
|
by MAGZine
3753 days ago
|
|
> The reason for that is that python2=>3 fixed several fundamental problems. 5.6 => 7 is just a incremental upgrade, whatever the version numbering tells you. Most of the PHP problems are still there. too bad for py3's fundamental problem: that it broke the interface so badly, people still don't use it. PHP7 has no such problem, and gets to add boatloads of new features (which will be immediately used/adopted) while deprecating old versions of the language. |
|
Php7 did nothing like that, that's why the "porting" process was so light. But it also means it didn't fix any of the big things.