Newsgroups: php.announce,php.general,php.internals Path: news.php.net Xref: news.php.net php.announce:45 php.general:180866 php.internals:8586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46564 invoked by uid 1010); 18 Mar 2004 17:25:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46449 invoked from network); 18 Mar 2004 17:25:13 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 18 Mar 2004 17:25:13 -0000 Received: (qmail 25556 invoked from network); 18 Mar 2004 17:25:10 -0000 Received: from guardian.zend.office (HELO AndiNotebook.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 18 Mar 2004 17:25:10 -0000 Message-ID: <5.1.0.14.2.20040318192428.02ba8400@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 18 Mar 2004 19:24:49 +0200 To: php-announce@lists.php.net,php-general@lists.php.net Cc: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: PHP 5 Release Candidate 1 From: andi@zend.com (Andi Gutmans) The PHP development team is proud to announce the release of PHP 5 Release Candidate 1. 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 MySQL extension named MySQLi for developers using MySQL 4.1 and later. Additionally to a functional interface this new extension also includes an object-oriented interfaced and 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. - A brand new built-in SOAP extension for interoperability with Web Services. - A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa. - Streams have been greatly improved, including the ability to access low-level socket operations on streams. - And lots more... PHP 5 is now feature complete and quite stable. The purpose of the release candidate is to start widespread testing and use in non-mission critical applications. Enjoy!