Commit: c0e6be6a2351e8f9f8c00603854cefccaa0338ce Author: Julien Pauli <[email protected]> Thu, 23 May 2013 10:24:35 +0200 Parents: ac6e58cadf0aee43d1f3f30e75079ffaf6d28024 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c0e6be6a2351e8f9f8c00603854cefccaa0338ce Log: Announce for PHP5.5RC2 Changed paths: M archive/archive.xml A archive/entries/2013-05-23-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index f4420a9..116ae26 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-05-23-1.xml"/> <xi:include href="entries/2013-05-09-3.xml"/> <xi:include href="entries/2013-05-09-2.xml"/> <xi:include href="entries/2013-05-09-1.xml"/> diff --git a/archive/entries/2013-05-23-1.xml b/archive/entries/2013-05-23-1.xml new file mode 100644 index 0000000..84af8bc --- /dev/null +++ b/archive/entries/2013-05-23-1.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.0RC2 is available</title> + <id>http://php.net/archive/2013.php#id2013-05-23-1</id> + <published>2013-05-23T08:16:02+00:00</published> + <updated>2013-05-23T08:16:02+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-05-23-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-05-23-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + The PHP development team announces the availability of the second release candidate of PHP 5.5. + This release fixes some bugs against RC1 and improves overall stability. + </p> + <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> + <p> + You can find an incomplete changelog of PHP 5.5.0RC2 here : + </p> + <ul> + <li>Fixed a bug related to segfault on memory exhaustion within function definition.</li> + <li>Fixed bug in mbstring PHPTs which would crash on Windows x64.</li> + <li>Fixed a bug where Custom Exceptions could crash when internal properties overridden.</li> + </ul> + <p> + To get the full changelog, please, check the <a href="https://github.com/php/php-src/blob/php-5.5.0RC2/NEWS">NEWS file</a> attached to the archive. + For source downloads of PHP 5.5.0RC2 please visit <a href="http://downloads.php.net/dsp">the download page</a>, + Windows binaries can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. + </p> + <p> + Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected. + Please test this release candidate against your code base and report any problems that you encounter to the + <a href="mailto:[email protected]">QA mailing list</a> and/or the <a href="https://bugs.php.net">PHP bug tracker</a>. + </p> + <p> + Thanks to all people helping on the PHP project. + </p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
