In this weeks show we are very lucky to have Joe Watkins on again to discuss all things PHP 7.
Starting off with the decisions behind calling the next release 7, we delve into the reasons for 6 being abandoned.
Moving on from this we look into what PHP 7 currently has scheduled to offer, including the PHPNG patch, an AST and maybe Joe’s own Unicode String class.
We then discuss how a PHP script is internally lexed, parsed/compiled and cached, - including how a JIT would speed up certain use-cases.
Finally we touch upon the much requested String type hinting and how a solution similar to Java’s could be implemented with minimal hassle.
Show Links
PHP 6 - experimental/first_unicode_implementation BranchUStringJIT-FuPHP RFC - Name of Next Release of PHPPHP RFC - Scalar Type Hinting With CastsPHP RFC - Uniform Variable SyntaxPHP RFC - Abstract Syntax TreePHP RFC - Uniform Variable SyntaxPHP RFC - Move the PHPNG branch into masterMethods on Primitive Types in PHPLast 5.3 release ever availablePHP - Unsupported BranchesPHPNG (Next Generation)PHPNG Implementation DetailsUpgrading PHP extensions from PHP5 to NGOPcacheAlternative PHP CacheLexical analysisAbstract syntax treeReactPHP