Commit: 469816915e0355cd3a50cbd3f33866f462d8398f Author: Julien Pauli <[email protected]> Thu, 28 Mar 2013 10:06:43 +0100 Parents: 5f6005af6adb08d0028df75097523dca766b3081 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=469816915e0355cd3a50cbd3f33866f462d8398f Log: Announcing 5.5 beta2 Changed paths: M archive/archive.xml A archive/entries/2013-03-28-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index d172d80..88ed80c 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-28-1.xml"/> <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"/> diff --git a/archive/entries/2013-03-28-1.xml b/archive/entries/2013-03-28-1.xml new file mode 100644 index 0000000..0606f5d --- /dev/null +++ b/archive/entries/2013-03-28-1.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5 beta2 released</title> + <id>http://php.net/archive/2013.php#id2013-03-28-1</id> + <published>2013-03-28T08:55:45+00:00</published> + <updated>2013-03-28T08:55:45+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-28-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-03-28-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 second beta of PHP 5.5.0. + This release fixes some bugs from beta one that could prevent the release from compiling. + </p> + + <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> + + <p> + PHP 5.5.0beta2 is shipped with some bug fixes. Here is an incomplete list: + </p> + <ul> + <li>Fixed a memoryleak when using the same variablename 2times in + function declaration.</li> + <li>Fixed a compilation fail with error: conflicting types for 'zendparse'</li> + <li>Fixed Debug backtrace changed behavior since 5.4.10 or 5.4.11</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.0beta2/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.5.0beta2 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 9th. + </p> + + <p> + Thank you for supporting PHP. + </p> + + </div> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
