Commit: 147ef69899442fac85d47f363cdaaa1eaed57adf Author: Julien Pauli <[email protected]> Thu, 6 Jun 2013 19:07:14 +0200 Parents: e1752b781839a0d3db42d07d0e88961806456a78 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=147ef69899442fac85d47f363cdaaa1eaed57adf Log: Announce for PHP5.5 RC3 Changed paths: M archive/archive.xml A archive/entries/2013-06-06-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 8f7ede9..7e08eff 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-06-06-1.xml"/> <xi:include href="entries/2013-06-04-1.xml"/> <xi:include href="entries/2013-05-23-1.xml"/> <xi:include href="entries/2013-05-09-3.xml"/> diff --git a/archive/entries/2013-06-06-1.xml b/archive/entries/2013-06-06-1.xml new file mode 100644 index 0000000..1e458b3 --- /dev/null +++ b/archive/entries/2013-06-06-1.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5 RC3 is available</title> + <id>http://php.net/archive/2013.php#id2013-06-06-1</id> + <published>2013-06-06T17:01:36+00:00</published> + <updated>2013-06-06T17:01:36+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-06-06-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-06-06-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 PHP 5.5 RC3. + This release fixes some bugs against RC2. + </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.0RC3 here : + </p> + <ul> + <li>Fixed bug causing segfault in gc_zval_possible_root)</li> + <li>Fixed bug about a heap based buffer overflow in quoted_printable_encode</li> + <li>hash_pbkdf2() truncates data when using default length and hex output</li> + </ul> + <p> + To get the full changelog, please, check the <a href="https://github.com/php/php-src/blob/php-5.5.0RC3/NEWS">NEWS file</a> attached to the archive. + For source downloads of PHP 5.5.0RC3 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> + We were pleased if you could 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 you helping us making PHP better. + </p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
