Any particular reason you are sticking with using http links to
downloads.php.net after I asked you to update it to https (which it
redirects to)?

-Hannes


On Thu, Jun 11, 2015 at 5:05 PM, Kalle Sommer Nielsen <[email protected]> wrote:
> Commit:    6717572fa8959048009e84f8ca638eabcf65ac6f
> Author:    Kalle Sommer Nielsen <[email protected]>         Fri, 12 Jun 2015 
> 02:05:59 +0200
> Parents:   706c8736268b3bb3ac0abcf446f4c928e7653211
> Branches:  master
>
> Link:       
> http://git.php.net/?p=web/php.git;a=commitdiff;h=6717572fa8959048009e84f8ca638eabcf65ac6f
>
> Log:
> PHP 7.0.0 Alpha 1
>
> Changed paths:
>   M  archive/archive.xml
>   A  archive/entries/2015-06-11-3.xml
>
>
> Diff:
> diff --git a/archive/archive.xml b/archive/archive.xml
> index 50f3402..cb6db84 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/2015-06-11-3.xml"/>
>    <xi:include href="entries/2015-06-11-2.xml"/>
>    <xi:include href="entries/2015-06-11-1.xml"/>
>    <xi:include href="entries/2015-06-01-1.xml"/>
> diff --git a/archive/entries/2015-06-11-3.xml 
> b/archive/entries/2015-06-11-3.xml
> new file mode 100644
> index 0000000..b05ea60
> --- /dev/null
> +++ b/archive/entries/2015-06-11-3.xml
> @@ -0,0 +1,59 @@
> +<?xml version="1.0" encoding="utf-8"?>
> +<entry xmlns="http://www.w3.org/2005/Atom";>
> +  <title>PHP 7.0.0 Alpha 1 Released</title>
> +  <id>http://php.net/archive/2015.php#id2015-01-11-6</id>
> +  <published>2015-06-11T23:24:10+01:00</published>
> +  <updated>2015-06-11T23:24:10+01:00</updated>
> +  <category term="releases" label="New PHP release"/>
> +  <category term="frontpage" label="PHP.net frontpage news"/>
> +  <link href="http://php.net/index.php#id2015-06-11-3"; rel="alternate" 
> type="text/html"/>
> +  <link href="http://php.net/archive/2015.php#id2015-06-11-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.0.0 Alpha 1. This release marks the beginning of the PHP 7 
> major series.
> +        All users of PHP are encouraged to test this version carefully,
> +        and report any bugs and incompatibilities in <a 
> href="https://bugs.php.net";>the bug tracking system</a>.
> +     </p>
> +
> +     <strong>THIS IS A DEVELOPMENT PREVIEW - DO <u>NOT</u> USE IT IN 
> PRODUCTION!</strong>
> +
> +     <p>
> +      PHP 7.0.0 Alpha 1 comes with new version of the Zend Engine with 
> features such as (incomplete list):
> +     </p>
> +     <ul>
> +        <li>Improved performance: PHP 7 is up to twice as fast as PHP 5.6/li>
> +        <li>Consistent 64-bit support</li>
> +        <li>Many fatal errors are now Exceptions</li>
> +        <li>Removal of old and unsupported SAPIs and extensions</li>
> +        <li>The null coalescing operator (??)</li>
> +        <li>Combined comparison Operator (&lt;=&gt;)</li>
> +        <li>Scalar Type Declarations</li>
> +        <li>Anonymous Classes</li>
> +     </ul>
> +
> +     <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.0.0alpha1/NEWS";>NEWS file</a> 
> or the
> +      or the <a 
> href="https://github.com/php/php-src/blob/php-7.0.0alpha1/UPGRADING";>UPGRADING
>  file</a>
> +      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.0.0 Alpha 1 please visit
> +      the <a href="http://downloads.php.net/ab";>download page</a>, Windows 
> binaries
> +      can be found on <a 
> href="http://windows.php.net/qa/";>windows.php.net/qa/</a>.
> +     </p>
> +
> +     <p>
> +      The second alpha will be released on 25th of June. You can also read 
> the full list of
> +      planned releases on our <a 
> href="https://wiki.php.net/todo/php70#timetable";>wiki</a>.
> +     </p>
> +
> +     <p>
> +        Thank you for helping us making PHP better.
> +     </p>
> +    </div>
> +  </content>
> +</entry>
> \ No newline at end of file
>
>
> --
> PHP Webmaster List Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to