Commit: 975c50a0bc64f50fefc67417cb59151f616946d5 Author: Johannes Schlüter <[email protected]> Thu, 11 Apr 2013 14:59:07 +0200 Parents: b1af07fb136385043b6d2100e42a00d692c42a50 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=975c50a0bc64f50fefc67417cb59151f616946d5 Log: restore 5.5b3 news, git can be too hard Changed paths: M archive/entries/2013-04-11-1.xml Diff: diff --git a/archive/entries/2013-04-11-1.xml b/archive/entries/2013-04-11-1.xml index 959db2d..c5d3411 100644 --- a/archive/entries/2013-04-11-1.xml +++ b/archive/entries/2013-04-11-1.xml @@ -1,21 +1,50 @@ <?xml version="1.0" encoding="utf-8"?> <entry xmlns="http://www.w3.org/2005/Atom"> - <title>PHP 5.4.14 and PHP 5.3.24 released!</title> + <title>PHP 5.5 beta3 is available</title> <id>http://php.net/archive/2013.php#id2013-04-11-1</id> - <published>2013-04-11T10:16:06+00:00</published> - <updated>2013-04-11T10:16:06+00:00</updated> + <published>2013-04-11T08:32:44+00:00</published> + <updated>2013-04-11T08:32:44+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-04-11-1" rel="alternate" type="text/html"/> <link href="http://php.net/archive/2013.php#id2013-04-11-1" rel="via" type="text/html"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - - <p>The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.</p> - - <p>For source downloads of PHP 5.4.14 and PHP 5.3.24 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p> - - <p>The list of changes are recorded in the <a href="/ChangeLog-5.php">ChangeLog</a>.</p> + <p> + The PHP development team announces the release of the 3rd beta of PHP 5.5.0. + This release fixes some bugs against beta 2. + </p> + + <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> + + <p> + PHP 5.5.0beta3 is shipped with some bug fixes and improvements. Here is an incomplete list: + </p> + <ul> + <li>Drop support for bison < 2.4 when building PHP from GIT source.</li> + <li>Fixed bug #54567 (DateTimeZone serialize/unserialize)</li> + <li>Fixed bug #64555 (foreach no longer copies keys if they are interned)</li> + <li>Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap)</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.0beta3/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.5.0beta3 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> + Our next beta is expected for April 25th. RC should follow. + </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
