PHP5.3 snapshots

原创
2016-06-08 17:32:14 693浏览


PHP5.3 snapshots

Antony Dovgal 指出 Derick Rethans 已经将php 5.3在snaps.php.net 上发布.
新增内容:Namespaces,__callstatic()魔术方法,通过$foo::myFunc()访问静态成员,类似于.htaccess的重写,OpenSSL扩展,PCRE7.4, 5.2版本中没有的其他的一些改进和修正.
他建议要十分彻底的调试过才发布release版.
源码版和windows版,已经在snaps.php.net发布.






Antony Dovgal''s Blog: 5.3 snapshots are available

Antony Dovgal points out that Derick Rethans has added the snapshots for PHP 5.3 to the snaps.php.net website.
Short list of what you can find there: Namespaces, __callstatic() magic method, accessing static members through $foo::myFunc(), fully rewritten ini-parser with .htaccess-like user defined ini files for CGI/FastCGI, improved OpenSSL extension, PCRE 7.4, and other fixes and improvements that will never get into 5_2 branch.
He recommends teching throughly before the major release to find all of the bug before the general public does. Builds for both source and Windows systems have been posted.



声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。