2004年7月14日星期三

PHP5发布!

该死,昨天本来想要记录下来着的,结果忙活忙活竟然忘记了!

[13-Jul-2004] The PHP team is proud to announce the final release of PHP 5!

Some of the key features of PHP 5 include:

  • 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...

For changes since Release Candidate 3, please consult the ChangeLog.

中文翻译:

一些PHP5的主要特性包括:

  • 新的 Zend II 引擎 提供了全新的对象模式以及很多新的特性。
  • PHP 5中, XML支持被完全重新的开发,现在所有的扩展都围绕着优越的libxml2 库来进行。
  • 作为一个PHP对象,一个新的SimpleXML扩展被用来进行简单访问与操作XML文件。它也能为DOM扩展提供接口,反之亦然。
  • PHP5提供了一个全新的内置SOAP扩展来增强PHPWEB SERVICE的协同性。
  • 一个新的叫做MySQLiMySQL扩展提供给所有使用MySQL4.1或以后版本的开发者。这个新的扩展提供了一个面向对象的接口,另外,它还提供了一个传统接口。同时,她也支持许多新的MySQL特性,例如预先声明(prepared statements)。
  • SQLite被绑定到PHP中。更多关于SQLite的信息,请访问他们的网站
  • 对于流的支持被高度的提高,包括对流的底层套接字的操作。
  • 还有很多其他的新的特性。

如想了解从Release Candidate 3的变化,请参阅ChangeLog

更多信息请参看,www.php.net

我这两天会逐渐写几个PHP5新功能应用的中文介绍出来,希望大家给予鼓励、支持与动力!

没有评论: