Newsgroups: php.announce,php.general,php.internals,php.pear.dev,php.pear.general,php.qa Path: news.php.net Xref: news.php.net php.announce:40 php.general:153325 php.internals:2971 php.pear.dev:17840 php.pear.general:6306 php.qa:14599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73475 invoked from network); 29 Jun 2003 18:28:18 -0000 Received: from unknown (HELO hasele) (216.179.74.133) by pb1.pair.com with SMTP; 29 Jun 2003 18:28:18 -0000 Received: by hasele (Postfix, from userid 1000) id BEC5A4EA56; Sun, 29 Jun 2003 14:19:28 -0400 (EDT) To: internals@lists.php.net Cc: php-qa@lists.php.net, php-general@lists.php.net, pear-general@lists.php.net, pear-dev@lists.php.net, php-announce@lists.php.net, php-doc@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1056910767.21536.46.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 29 Jun 2003 14:19:28 -0400 Subject: PHP 5.0.0 Beta 1 From: sterling@bumblebury.com (Sterling Hughes) The PHP development community is proud to announce the release of PHP 5 Beta 1. Both source packages and a Win32 build are available, you can find these packages at http://www.php.net/downloads.php. For a complete list of changes, please refer to http://www.php.net/ChangeLog-5.php. Some of the more major changes include: - PHP5 features the Zend Engine 2. For a list of Zend Engine 2 changes, please visit http://www.php.net/zend-engine-2.php. - XML support has been completely redone in PHP5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/). - SQLite has been bundled with PHP. For more information on SQLite, please visit their website, http://www.hwaci.com/sw/sqlite/. - Streams have been greatly improved, including the ability to access low-level socket operations on streams. - Due to issues surrounding the MySQL 4.0 license, the MySQL libraries are no longer bundled with PHP. For more information on these licensing changes please see the MySQL licensing policy [1] Note: This is a beta version. It should not be used in production or even semi-production web sites. There are known bugs in it, and in addition, some of the features may change (based on feedback). We encourage you to download and play with it (and report bugs[2] if you find any!), but please do not replace your production installations of PHP 4 at this time. [1] http://www.mysql.com/products/licensing.html [2] http://bugs.php.net/