PHP 6 not backward compatible

Posted by netrox on Stack Overflow See other posts from Stack Overflow or by netrox
Published on 2010-01-23T05:16:36Z Indexed on 2010/04/16 18:33 UTC
Read the original article Hit count: 206

From what I read, PHP 6 will break a lot of php scripts. I understand the reasons why it may break but why don't they just keep the PHP 5 and simply call PHP 6 as a different language based on PHP syntax? Like for example, why not just call php 6 scripts with an extension, "p6"- why are they trying so hard to make it backward compatible for old scripts when the extension can be used to call a specific interpreter?

© Stack Overflow or respective owner

Related posts about php

Related posts about backwards-compatibility