Skip to content

Commit b3f1f05

Browse files
committed
fix: update windows.php.net links to https
1 parent ce33ea6 commit b3f1f05

510 files changed

Lines changed: 986 additions & 986 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

archive/2008.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div class="entry-content description">
443443
<abbr class="published newsdate" title="2008-08-01T08:50:37+02:00">[01-Aug-2008]</abbr>
444444
<div>
445-
<p>The PHP development team is proud to announce the <a href="http://qa.php.net/">first alpha release</a> of the upcoming minor version update of PHP. <a href="http://windows.php.net/download/">Windows binaries</a> will be available starting with alpha2 (intermediate snapshots available at <a href="http://snaps.php.net">snaps.php.net</a>). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>, others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a> in preparation of getting documented. Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
445+
<p>The PHP development team is proud to announce the <a href="http://qa.php.net/">first alpha release</a> of the upcoming minor version update of PHP. <a href="https://windows.php.net/download/">Windows binaries</a> will be available starting with alpha2 (intermediate snapshots available at <a href="http://snaps.php.net">snaps.php.net</a>). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>, others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a> in preparation of getting documented. Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
446446

447447
<strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
448448
<p>The purpose of this alpha release is to encourage users to not only actively

archive/2008.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
<link href="http://www.php.net/archive/2008.php#id2008-08-01-1" rel="via" type="text/html"/>
464464
<content type="xhtml">
465465
<div xmlns="http://www.w3.org/1999/xhtml">
466-
<p>The PHP development team is proud to announce the <a href="http://qa.php.net/">first alpha release</a> of the upcoming minor version update of PHP. <a href="http://windows.php.net/download/">Windows binaries</a> will be available starting with alpha2 (intermediate snapshots available at <a href="http://snaps.php.net">snaps.php.net</a>). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>, others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a> in preparation of getting documented. Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
466+
<p>The PHP development team is proud to announce the <a href="http://qa.php.net/">first alpha release</a> of the upcoming minor version update of PHP. <a href="https://windows.php.net/download/">Windows binaries</a> will be available starting with alpha2 (intermediate snapshots available at <a href="http://snaps.php.net">snaps.php.net</a>). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>, others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a> in preparation of getting documented. Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
467467
<strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
468468
<p>The purpose of this alpha release is to encourage users to not only actively
469469
participate in identifying bugs, but also in ensuring that all new features or

archive/2009.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838
</li>
839839
<li>Optional <a href="http://php.net/gc_enable">garbage collection</a> for cyclic references</li>
840840
<li>Optional <a href="http://php.net/mysqli.mysqlnd">mysqlnd</a> PHP native replacement for libmysql</li>
841-
<li>Improved <a href="http://windows.php.net">windows</a> support including VC6 and VC9 binaries</li>
841+
<li>Improved <a href="https://windows.php.net">windows</a> support including VC6 and VC9 binaries</li>
842842
<li>More consistent float rounding</li>
843843
<li>Deprecation notices are now handle via E_DEPRECATED (part of E_ALL) instead of the E_STRICT error level</li>
844844
<li>Several enhancements to enable more <a href="http://php.net/ini.sections">flexiblity in php.ini</a> (and ini parsing in general)</li>

archive/2010.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
For a full list of changes in PHP 5.3.4, see the
9797
<a href="/ChangeLog-5.php#5.3.4">ChangeLog</a>. For source downloads
9898
please visit our <a href="/downloads.php">downloads page</a>, Windows
99-
binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
99+
binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
100100
</p>
101101
</div>
102102

@@ -661,7 +661,7 @@ public function Bar() {<br>
661661
For a full list of changes in PHP 5.3.2, see the
662662
<a href="/ChangeLog-5.php#5.3.2">ChangeLog</a>. For source downloads
663663
please visit our <a href="/downloads.php">downloads page</a>, Windows
664-
binaries can be found on <a href="http://windows.php.net/download/">
664+
binaries can be found on <a href="https://windows.php.net/download/">
665665
windows.php.net/download/</a>.
666666
</p>
667667

archive/2011.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a href="http://qa.php.net">release candidate</a> of PHP 5.4.
2424
PHP 5.4 includes new language features and removes several legacy
2525
(deprecated) behaviours. Windows binaries can be downloaded from the
26-
<a href="http://windows.php.net/qa/">Windows QA site</a>.
26+
<a href="https://windows.php.net/qa/">Windows QA site</a>.
2727
</p>
2828
<p>
2929
<strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>.
@@ -88,7 +88,7 @@
8888
<a href="http://qa.php.net">release candidate</a> of PHP 5.4.
8989
PHP 5.4 includes new language features and removes several legacy
9090
(deprecated) behaviours. Windows binaries can be downloaded from the
91-
<a href="http://windows.php.net/qa/">Windows QA site</a>.
91+
<a href="https://windows.php.net/qa/">Windows QA site</a>.
9292
</p>
9393
<p>
9494
<strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>.
@@ -134,7 +134,7 @@
134134
<a href="http://qa.php.net">release candidate</a> of PHP 5.4.
135135
PHP 5.4 includes new language features and removes several legacy
136136
(deprecated) behaviours. Windows binaries can be downloaded from the
137-
<a href="http://windows.php.net/qa/">Windows QA site</a>.
137+
<a href="https://windows.php.net/qa/">Windows QA site</a>.
138138
</p>
139139
<p>
140140
<strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>.
@@ -211,7 +211,7 @@ traits, best-practices and success cases related to quality, revision
211211
<a href="http://qa.php.net/">release candidate</a> of PHP 5.4.
212212
PHP 5.4 includes new language features and removes several legacy
213213
(deprecated) behaviours. Windows binaries can be downloaded from the
214-
<a href="http://windows.php.net/qa/">Windows QA site</a>.
214+
<a href="https://windows.php.net/qa/">Windows QA site</a>.
215215
</p>
216216
<p>
217217
<strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>
@@ -255,7 +255,7 @@ traits, best-practices and success cases related to quality, revision
255255
<p>
256256
The PHP development team is proud to announce the second <a href="http://qa.php.net/">beta release</a> of PHP 5.4.
257257
PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours.
258-
Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.
258+
Windows binaries can be downloaded from the <a href="https://windows.php.net/qa/">Windows QA site</a>.
259259
</p>
260260
<p>
261261
<strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
@@ -360,7 +360,7 @@ traits, best-practices and success cases related to quality, revision
360360
<p>
361361
The PHP development team is proud to announce the first <a href="http://qa.php.net/">beta release</a> of PHP 5.4.
362362
PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors.
363-
Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/"> Windows QA site</a>.
363+
Windows binaries can be downloaded from the <a href="https://windows.php.net/qa/"> Windows QA site</a>.
364364
</p>
365365
<p>
366366
<strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
@@ -491,7 +491,7 @@ traits, best-practices and success cases related to quality, revision
491491

492492
<p>For a full list of changes in PHP 5.3.8, see the <a href="/ChangeLog-5.php#5.3.8">ChangeLog</a>. For source downloads please
493493
visit our <a href="/downloads.php">downloads page</a>, Windows binaries
494-
can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
494+
can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
495495
<p>
496496
<strong>For more details on the crypt() blowfish security issue in pre 5.3.6 see <a href="http://php.net/security/crypt_blowfish">the crypt blowfish page</a></strong>
497497
</p>
@@ -610,7 +610,7 @@ traits, best-practices and success cases related to quality, revision
610610
<p xmlns="http://www.w3.org/2005/Atom">For a full list of changes in PHP 5.3.7, see the
611611
<a href="/ChangeLog-5.php#5.3.7">ChangeLog</a>. For source downloads
612612
please visit our <a href="/downloads.php">downloads page</a>, Windows
613-
binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
613+
binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
614614

615615
</div>
616616
</div>
@@ -663,7 +663,7 @@ traits, best-practices and success cases related to quality, revision
663663
and documented before PHP 5.4.0 is released. Please report findings to
664664
the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or
665665
the <a href="https://bugs.php.net/">PHP bug tracker</a>. Windows binaries
666-
can be downloaded from the <a href="http://windows.php.net/qa/">
666+
can be downloaded from the <a href="https://windows.php.net/qa/">
667667
Windows QA site</a>.
668668
</p>
669669
<p>
@@ -926,7 +926,7 @@ traits, best-practices and success cases related to quality, revision
926926
<p>For a full list of changes in PHP 5.3.6, see the
927927
<a href="/ChangeLog-5.php#5.3.6">ChangeLog</a>. For source downloads
928928
please visit our <a href="/downloads.php">downloads page</a>, Windows
929-
binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
929+
binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
930930
</div>
931931

932932
</div>

archive/2012.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<p>
5454
For source downloads of PHP 5.5.0 Alpha 2 please visit
5555
the <a href="http://downloads.php.net/dsp">download page</a>, Windows binaries
56-
can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
56+
can be found on <a href="https://windows.php.net/qa/">windows.php.net/qa/</a>.
5757
</p>
5858

5959
<p>
@@ -89,7 +89,7 @@
8989
<div>
9090
<div>
9191
<p>The PHP development team announces the immediate availability of PHP 5.4.10 and PHP 5.3.20. These releases fix about 15 bugs. Please note that the PHP 5.3 series will enter an end of life cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4.</p>
92-
<p>For source downloads of PHP 5.4.10 and PHP 5.3.20 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
92+
<p>For source downloads of PHP 5.4.10 and PHP 5.3.20 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
9393
<p>The list of changes are recorded in the <a href="/ChangeLog-5.php">ChangeLog</a>.</p>
9494
</div>
9595
</div>
@@ -122,7 +122,7 @@
122122
<abbr class="published newsdate" title="2012-11-22T17:54:29+01:00">22-Nov-2012</abbr>
123123
<div>
124124
<p>The PHP development team announces the immediate availability of PHP 5.4.9 and PHP 5.3.19. These releases fix over 15 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.9, or at least 5.3.19.</p>
125-
<p>For source downloads of PHP 5.4.9 and PHP 5.3.19 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
125+
<p>For source downloads of PHP 5.4.9 and PHP 5.3.19 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
126126
<p>The list of changes are recorded in the <a href="/ChangeLog-5.php">ChangeLog</a>.</p>
127127
</div>
128128

@@ -164,7 +164,7 @@
164164
<p>
165165
For source downloads of PHP 5.5.0 Alpha 1 please visit
166166
the <a href="http://downloads.php.net/dsp">download page</a>, Windows binaries
167-
can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
167+
can be found on <a href="https://windows.php.net/qa/">windows.php.net/qa/</a>.
168168
</p>
169169

170170
<p>
@@ -248,7 +248,7 @@
248248
<p>
249249
For source downloads of PHP 5.4.8 and PHP 5.3.18 please visit
250250
our <a href="/downloads.php">downloads page</a>, Windows binaries
251-
can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
251+
can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
252252
</p>
253253

254254
<p>
@@ -339,7 +339,7 @@
339339
<p>
340340
For source downloads of PHP 5.4.7 and PHP 5.3.17 please visit
341341
our <a href="/downloads.php">downloads page</a>, Windows binaries
342-
can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
342+
can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
343343
</p>
344344

345345
<p>
@@ -494,7 +494,7 @@
494494
<p>The PHP development team announces the immediate availability of PHP 5.4.6 and PHP 5.3.16. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.6, or at least 5.3.16.</p>
495495

496496
<p>For source downloads of PHP 5.4.6 and PHP 5.3.16 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
497-
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
497+
Windows binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
498498
The list of changes are recorded in the <a href="http://www.php.net/ChangeLog-5.php">ChangeLog</a>.</p>
499499
</div>
500500

@@ -560,7 +560,7 @@
560560
PHP 5.4.5 or PHP 5.3.15.</p>
561561

562562
<p>For source downloads of PHP 5.4.5 and PHP 5.3.15 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
563-
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
563+
Windows binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
564564
The list of changes are recorded in the <a href="http://www.php.net/ChangeLog-5.php">ChangeLog</a>.</p>
565565

566566
</div>
@@ -614,7 +614,7 @@
614614
use of <i>php://fd</i> streams is now restricted to the CLI SAPI</p>
615615

616616
<p>For source downloads of PHP 5.4.4 and PHP 5.3.14 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
617-
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
617+
Windows binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
618618
The list of changes are recorded in the <a href="http://www.php.net/ChangeLog-5.php">ChangeLog</a>.</p>
619619
</div>
620620

@@ -638,7 +638,7 @@
638638
The PHP 5.3 series is not vulnerable to this issue.</p>
639639

640640
<p>For source downloads of PHP 5.4.3 and PHP 5.3.13 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
641-
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
641+
Windows binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
642642
The list of changes are recorded in the <a href="http://www.php.net/ChangeLog-5.php">ChangeLog</a>.</p>
643643
</div>
644644

@@ -735,7 +735,7 @@
735735

736736
<p>For source downloads of PHP 5.3.12 and PHP 5.4.2 please visit
737737
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
738-
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. A
738+
on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. A
739739
<a href="/ChangeLog-5.php#5.4.2">ChangeLog</a> exists.</p>
740740

741741

@@ -808,7 +808,7 @@
808808

809809
<p>For a full list of changes in PHP 5.3.11 and PHP 5.4.1, see the <a href="/ChangeLog-5.php">ChangeLog</a>. For source downloads please visit
810810
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
811-
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
811+
on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
812812

813813
<p>All users of PHP are strongly encouraged to upgrade to PHP 5.3.11 or PHP 5.4.1.</p>
814814
</div>
@@ -825,7 +825,7 @@
825825
The PHP development team would like to announce the 2nd
826826
<a href="http://qa.php.net">release candidate</a> of PHP 5.4.1.
827827
Windows binaries can be downloaded from the
828-
<a href="http://windows.php.net/qa/">Windows QA site</a>.
828+
<a href="https://windows.php.net/qa/">Windows QA site</a>.
829829
</p>
830830
<p>
831831
<strong>
@@ -969,7 +969,7 @@ classes in multiple threads.
969969

970970
<p>For source downloads please visit
971971
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
972-
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
972+
on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
973973
</div>
974974

975975
</div>
@@ -1033,7 +1033,7 @@ classes in multiple threads.
10331033

10341034
<p>For a full list of changes in PHP 5.3.9, see the <a href="/ChangeLog-5.php#5.3.9">ChangeLog</a>. For source downloads please visit
10351035
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
1036-
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
1036+
on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.</p>
10371037

10381038
<p>All users are strongly encouraged to upgrade to PHP 5.3.9.</p>
10391039

0 commit comments

Comments
 (0)