[原创]PHP5新特性-PHP5官方正式版隆重发布 |
近日,站长从PHP官方网站(www.php.net)获悉,PHP5官方正式版隆重发布。根据PHP官方网站提供的资料,PHP5有如下特性:
原文如下:
----------------------------------------------------------
·The Zend Engine II with a new object model and dozens of new features.
·XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
·A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
·A brand new built-in SOAP extension for interoperability with Web Services.
·A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements.
·SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
·Streams have been greatly improved, including the ability to access low-level socket operations on streams.
And lots more...
-----------------------------------------------------------
站长粗略翻译,仅供参考:
-----------------------------------------------------------
·包含了新的对象模型和大量新特性的zend引擎II.
·完全的XML支持。
·为了将XML作为PHP的对象来简单的访问和控制而新加入了SimpleXML.
·新增了内建于SOAP扩展的新标示,用来与Web服务(器)协同工作。
·一个新的名为MysqlLI的MYSQL扩展,用来使得开发者可以使用MySQL 4.1 和以后的版本。(这个扩展包含面向对象的接口)
·SQLite被和PHP绑定在一起(作为PHP的附属)。
·大大提高了“流”的处理能力。包括对低级socket(套接字)在“流”层次上的操作和访问能力。
等等。
-------------------------------------------------------------
以上资料希望能对大家认识PHP5有所帮助。
----------------------------------------------------------- |
|
|