Commit: 8f2f9a78473cc80ad04ba525da4cc5f7788bf7c2 Author: Davey Shafik <[email protected]> Fri, 19 Aug 2016 17:17:11 +1000 Parents: 4fbb0e7a26d9f97fbbfd82bc941f262d9385950a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8f2f9a78473cc80ad04ba525da4cc5f7788bf7c2 Log: Fixup timezone issues due to posting from the future Changed paths: M archive/archive.xml A archive/entries/2016-08-18-3.xml D archive/entries/2016-08-19-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 94f632a..60a4c49 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,7 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> - <xi:include href="entries/2016-08-19-1.xml"/> + <xi:include href="entries/2016-08-18-3.xml"/> <xi:include href="entries/2016-08-18-2.xml"/> <xi:include href="entries/2016-08-18-1.xml"/> <xi:include href="entries/2016-08-16-2.xml"/> diff --git a/archive/entries/2016-08-18-3.xml b/archive/entries/2016-08-18-3.xml new file mode 100644 index 0000000..16c9662 --- /dev/null +++ b/archive/entries/2016-08-18-3.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.0 Beta 3 Released</title> + <id>http://php.net/archive/2016.php#id2016-08-18-3</id> + <published>2016-08-18T23:10:34+00:00</published> + <updated>2016-08-18T23:10:34+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#id2016-08-18-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2016.php#id2016-08-18-3" 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 7.1.0 Beta 3. This release is the last beta for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system. + </p> + + <p> + <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> + </p> + + <p> + For more information on the new features and other changes, you can read the <a href="https://github.com/php/php-src/blob/php-7.1.0beta3/NEWS">NEWS</a> file, + or the <a href="https://github.com/php/php-src/blob/php-7.1.0beta3/UPGRADING">UPGRADING</a> file for a complete list of upgrading notes. These files can also be found in the release archive. + </p> + + <p> + For source downloads of PHP 7.1.0 Beta 3 please visit the <a href="https://downloads.php.net/~davey/">download</a> page, Windows sources and binaries can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. + </p> + + <p> + The first release candidate will be released on the 1st of September. You can also read the full list of planned releases on <a href="https://wiki.php.net/todo/php71">our wiki</a>. + </p> + + <p> + Thank you for helping us make PHP better. + </p> + </div> + </content> +</entry> diff --git a/archive/entries/2016-08-19-1.xml b/archive/entries/2016-08-19-1.xml deleted file mode 100644 index 90ace34..0000000 --- a/archive/entries/2016-08-19-1.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<entry xmlns="http://www.w3.org/2005/Atom"> - <title>PHP 7.1.0 Beta 3 Released</title> - <id>http://php.net/archive/2016.php#id2016-08-19-1</id> - <published>2016-08-19T07:10:34+00:00</published> - <updated>2016-08-19T07:10:34+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#id2016-08-19-1" rel="alternate" type="text/html"/> - <link href="http://php.net/archive/2016.php#id2016-08-19-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 7.1.0 Beta 3. This release is the last beta for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system. - </p> - - <p> - <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> - </p> - - <p> - For more information on the new features and other changes, you can read the <a href="https://github.com/php/php-src/blob/php-7.1.0beta3/NEWS">NEWS</a> file, - or the <a href="https://github.com/php/php-src/blob/php-7.1.0beta3/UPGRADING">UPGRADING</a> file for a complete list of upgrading notes. These files can also be found in the release archive. - </p> - - <p> - For source downloads of PHP 7.1.0 Beta 3 please visit the <a href="https://downloads.php.net/~davey/">download</a> page, Windows sources and binaries can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. - </p> - - <p> - The first release candidate will be released on the 1st of September. You can also read the full list of planned releases on <a href="https://wiki.php.net/todo/php71">our wiki</a>. - </p> - - <p> - Thank you for helping us make PHP better. - </p> - </div> - </content> -</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
