Commit: 21584bb6e09ec80938b0c212dee33d9c09229bc5 Author: Julien Pauli <[email protected]> Thu, 21 Mar 2013 13:54:46 +0100 Parents: e8432b34ee7a196a14a6e0191a00fe73b5a095e7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=21584bb6e09ec80938b0c212dee33d9c09229bc5 Log: 5.5 Beta1 announcement Changed paths: M archive/archive.xml A archive/entries/2013-03-21-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 7ed4614..d172d80 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2013-03-21-1.xml"/> <xi:include href="entries/2013-03-14-1.xml"/> <xi:include href="entries/2013-03-07-1.xml"/> <xi:include href="entries/2013-02-24-1.xml"/> diff --git a/archive/entries/2013-03-21-1.xml b/archive/entries/2013-03-21-1.xml new file mode 100644 index 0000000..c688882 --- /dev/null +++ b/archive/entries/2013-03-21-1.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.0 beta1 available</title> + <id>http://php.net/archive/2013.php#id2013-03-21-1</id> + <published>2013-03-21T12:45:18+00:00</published> + <updated>2013-03-21T12:45:18+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2013-03-21-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-03-21-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + The PHP development team announces the release of the first beta of PHP 5.5.0. + This release fixes some bugs from alphas and add new features. + One important feature is Zend OPCache, from which you can find more info + <a href="https://wiki.php.net/rfc/optimizerplus">on our wiki webpage</a>. + All users of PHP are encouraged to test this version carefully, having the Zend OPCache + activated, against several different applications, and report any bug in + <a href="https://bugs.php.net">the bug tracking system</a>. + </p> + + <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> + + <p> + PHP 5.5.0beta1 is shipped with improvements. Here is an incomplete list: + </p> + <ul> + <li>Added Zend Opcache extension and enable building it by default,</li> + <li>Added array_column function which returns a column in a multidimensional + array,</li> + <li>Added support for non-scalar Iterator keys in foreach,</li> + <li>Added support for changing the process's title in CLI/CLI-Server SAPIs</li> + </ul> + + <p>You can read the full list of changes in the + <a href="https://github.com/php/php-src/blob/php-5.5.0beta1/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.5.0beta1 please visit + the <a href="http://downloads.php.net/dsp">download page</a>, Windows binaries + can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. + </p> + + <p> + This beta begins feature freeze and stability period. We won't add any new feature to PHP5.5 + starting from now. Please, test and help us roll a stable release out. Our next beta is planned + for April 4th. + </p> + + <p> + Thank you for supporting PHP. + </p> + + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
