Skip to content

Commit 2c7d73a

Browse files
committed
Upgrade some HTTP URLs to HTTPS if appropriate
1 parent e31d328 commit 2c7d73a

25 files changed

+276
-276
lines changed

RFC/coding_standards

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GENERAL:
22

3-
References: http://pear.php.net/manual/en/standards.php
4-
http://www.php.net/manual/howto/
3+
References: https://pear.php.net/manual/en/standards.php
4+
https://www.php.net/manual/howto/
55

66
Examples need to be clear and simple, but should show the possibilities and
77
usage of the functions used. Only use OOP features where you would like to

TODO

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ GENERAL:
3939
example, make sure a function exists.
4040

4141
BUGS
42-
- Open: http://bit.ly/phpdocbugs
42+
- Open: https://bit.ly/phpdocbugs

chm/chm_settings.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// Array to manual code -> HTML Help Code conversion
55
// Code list: http://www.helpware.net/htmlhelp/hh_info.htm
66
// Charset list: http://www.microsoft.com/globaldev/nlsweb/default.asp
7-
// Language code: http://www.unicode.org/unicode/onlinedat/languages.html
8-
// MIME preferred charset list: http://www.iana.org/assignments/character-sets
7+
// Language code: https://www.unicode.org/unicode/onlinedat/languages.html
8+
// MIME preferred charset list: https://www.iana.org/assignments/character-sets
99
// Font list: http://www.microsoft.com/office/ork/xp/three/inte03.htm
1010

1111
$LANGUAGES = array(

chm/make_chm.README

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ WHAT YOU NEED
2525

2626
Microsoft(r) HTML Help Workshop.
2727
You can download it freely at:
28-
http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp
28+
https://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp
2929
You need the complete workshop package install (about 4 Megs).
3030
Of course you need Microsoft(r) Windows to run that software :)
3131

3232
The html manual. You have two alternatives:
3333

3434
a) Download the actual html manual from
35-
http://www.php.net/download-docs.php
35+
https://www.php.net/download-docs.php
3636
and untar the distribution into a directory
3737
b) Build the html manual yourself using Jade and the other
3838
tools needed (look into the HOWTO to see how to build it yourself)

configure.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| This source file is subject to version 3.0 of the PHP license, |
1111
| that is bundled with this package in the file LICENSE, and is |
1212
| available through the world-wide-web at the following url: |
13-
| http://www.php.net/license/3_0.txt. |
13+
| https://www.php.net/license/3_0.txt. |
1414
| If you did not receive a copy of the PHP license and are unable to |
1515
| obtain it through the world-wide-web, please send a note to |
1616
| [email protected] so we can mail you a copy immediately. |
@@ -503,7 +503,7 @@ function generate_sources_file() // {{{
503503
// Reject 'old' LibXML installations, due to LibXML feature #502960 {{{
504504
if (version_compare(LIBXML_DOTTED_VERSION, '2.7.4', '<') && $ac['LIBXML_CHECK'] === 'yes') {
505505
echo "LibXML 2.7.4+ added a 'feature' to break things, typically namespace related, and unfortunately we must require it.\n";
506-
echo "For a few related details, see: http://www.mail-archive.com/[email protected]/msg777646.html\n";
506+
echo "For a few related details, see: https://www.mail-archive.com/[email protected]/msg777646.html\n";
507507
echo "Please recompile PHP with a LibXML version 2.7.4 or greater. Version detected: " . LIBXML_DOTTED_VERSION . "\n";
508508
echo "Or, pass in --disable-libxml-check if doing so feels safe.\n\n";
509509
#exit(100);

docbook/docbook-xml/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ README for the DocBook XML DTD
22

33
For more information about DocBook, please see
44

5-
http://www.oasis-open.org/docbook/
5+
https://www.oasis-open.org/docbook/
66

77
Please send all questions, comments, concerns, and bug reports to the
88
DocBook mailing list: [email protected]

docbook/docbook-xml/docbook.cat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-- Please direct all questions, bug reports, or suggestions for
66
changes to the [email protected] mailing list. For more
7-
information, see http://www.oasis-open.org/.
7+
information, see https://www.oasis-open.org/.
88
--
99

1010
-- This is the catalog data file for DocBook XML V4.5. It is provided as

entities/global.ent

+239-239
Large diffs are not rendered by default.

htmlhelp/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build system of the extended CHMs
1212
=================================
1313

1414
[See latest "official" output package online at
15-
http://php.net/docs-echm]
15+
https://php.net/docs-echm]
1616

1717
How to build a CHM manual with this system?
1818

htmlhelp/make-xchm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ make chm_xsl
1111
cd htmlhelp
1212
rm -f mirrors.inc all
1313

14-
wget http://php.net/include/mirrors.inc
15-
wget http://php.net/backend/notes/all.bz2
14+
wget https://php.net/include/mirrors.inc
15+
wget https://php.net/backend/notes/all.bz2
1616

1717
bunzip2 all.bz2
1818
./make_chm.bat

htmlhelp/suppfiles/html/_script.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function bugOnPage()
121121
alert("You are in offline mode.\nThis functionality is not available");
122122
} else {
123123
window.open(
124-
"http://bugs.php.net/report.php?" +
124+
"https://bugs.php.net/report.php?" +
125125
escape("in[php_version]") + "=earlier&" +
126126
escape("in[bug_type]") + "=Documentation%20problem&" +
127127
escape("in[php_os]") + "=windows&" +
@@ -216,7 +216,7 @@ function contextMenuRewrite(first)
216216
case "_GoogleSearch_":
217217
if (prefs_online) {
218218
menuHTML +=
219-
'<tr><td style="background-color: #f5f5f5;"><form action="http://www.google.com/search" class="thin"' +
219+
'<tr><td style="background-color: #f5f5f5;"><form action="https://www.google.com/search" class="thin"' +
220220
'onsubmit="contextMenuClose()" method="GET" target="_blank">' +
221221
'<img src="_google.gif" align="absmiddle" alt="Google"><input type="text" name="q" ' +
222222
'style="width:120px;"></form></td></tr>';
@@ -333,7 +333,7 @@ function contextParse(i)
333333
// Search for the selected text on Google
334334
case "searchSelGoogle":
335335
sel = contextGetSelection();
336-
if (sel != '') { window.open('http://www.google.com/search?q=' + escape(sel)); }
336+
if (sel != '') { window.open('https://www.google.com/search?q=' + escape(sel)); }
337337
break;
338338

339339
// Search for the selected text on AlltheWeb
@@ -416,7 +416,7 @@ function contextMenu(e)
416416
contextMenuRewrite(false);
417417

418418
// IE6+ is in standard compliant mode because of our !DOCTYPE
419-
// [ http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/doctype.asp ]
419+
// [ https://msdn.microsoft.com/workshop/author/dhtml/reference/objects/doctype.asp ]
420420
// so we need to use the "html" tag instead of the "body" to measure scrolled distance.
421421
// For older browsers, we need to use the body.
422422
if (ie_version_major >= 6) { delement = document.body.parentElement; }

htmlhelp/suppfiles/prefs/context.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ implementation = "indexes.html"
5050

5151
[context_item]
5252
display = "PHP-GTK home"
53-
implementation = "http://gtk.php.net/"
53+
implementation = "https://gtk.php.net/"
5454

5555
[context_item]
5656
display = "PEAR home"
57-
implementation = "http://pear.php.net/"
57+
implementation = "https://pear.php.net/"
5858

5959
# Search engine quickforms and selections
6060
# ---------------------------------------

htmlhelp/suppfiles/prefs/php_manual_prefs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prefs_online = true;
2-
prefs_mirror = "http://www.php.net/";
2+
prefs_mirror = "https://www.php.net/";
33
prefs_context_override = true;
44
prefs_context_names = Array(
55
"Manual TOC",

install-unix.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<para>
2929
These installation instructions were generated from the HTML version of
3030
the PHP Manual so formatting and linking have been altered. See the
31-
online and updated version at: http://php.net/install.unix
31+
online and updated version at: https://php.net/install.unix
3232
</para>
3333
</preface>
3434
&install.intro;

install-win.xml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If CRT is already installed, the installer will tell you that and not change any
6969
7070
The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it.
7171
72-
VC11 CRT DLLs can be copied from your local machine to a remote machine(`Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: http://www.sitepoint.com/install-php53-windows/
72+
VC11 CRT DLLs can be copied from your local machine to a remote machine(`Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: https://www.sitepoint.com/install-php53-windows/
7373
7474
VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many more DLLs(most in files with names starting with api-*). If you can find them all and copy them, it will also work (try a tool like Resource Hacker to get a list of all the DLLs to copy).
7575
@@ -83,7 +83,7 @@ VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many mo
8383
<!--<sect1>
8484
<title>PECL</title>
8585
86-
<para>PECL extensions are pre-built for Windows and available from: <link xlink:href="http://windows.php.net/downloads/pecl/releases/">http://windows.php.net/downloads/pecl/releases/</link>
86+
<para>PECL extensions are pre-built for Windows and available from: <link xlink:href="https://windows.php.net/downloads/pecl/releases/">https://windows.php.net/downloads/pecl/releases/</link>
8787
</para>
8888
8989
</sect1>

scripts/aspell.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| This source file is subject to version 3.0 of the PHP license, |
1010
| that is bundled with this package in the file LICENSE, and is |
1111
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_0.txt. |
12+
| https://www.php.net/license/3_0.txt. |
1313
| If you did not receive a copy of the PHP license and are unable to |
1414
| obtain it through the world-wide-web, please send a note to |
1515
| [email protected] so we can mail you a copy immediately. |

scripts/build-chms-config.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* | This source file is subject to version 3.01 of the PHP license, |
99
* | that is bundled with this package in the file LICENSE, and is |
1010
* | available through the world-wide-web at the following url: |
11-
* | http://www.php.net/license/3_01.txt. |
11+
* | https://www.php.net/license/3_01.txt. |
1212
* | If you did not receive a copy of the PHP license and are unable to |
1313
* | obtain it through the world-wide-web, please send a note to |
1414
* | [email protected] so we can mail you a copy immediately. |
@@ -72,8 +72,8 @@
7272
* CHM full text search does not work without compiling
7373
* with Windows Language Code Identifier(LCID).
7474
*
75-
* http://msdn.microsoft.com/en-us/library/cc233965.aspx
76-
* http://msdn.microsoft.com/ja-jp/library/cc392381.aspx
75+
* https://msdn.microsoft.com/en-us/library/cc233965.aspx
76+
* https://msdn.microsoft.com/ja-jp/library/cc392381.aspx
7777
*/
7878
$CHM_FULLTEXT_SEARCH_LCID = array(
7979
'en' => 1033,

scripts/build-chms-history.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* | This source file is subject to version 3.01 of the PHP license, |
99
* | that is bundled with this package in the file LICENSE, and is |
1010
* | available through the world-wide-web at the following url: |
11-
* | http://www.php.net/license/3_01.txt. |
11+
* | https://www.php.net/license/3_01.txt. |
1212
* | If you did not receive a copy of the PHP license and are unable to |
1313
* | obtain it through the world-wide-web, please send a note to |
1414
* | [email protected] so we can mail you a copy immediately. |

scripts/build-chms.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* | This source file is subject to version 3.01 of the PHP license, |
99
* | that is bundled with this package in the file LICENSE, and is |
1010
* | available through the world-wide-web at the following url: |
11-
* | http://www.php.net/license/3_01.txt. |
11+
* | https://www.php.net/license/3_01.txt. |
1212
* | If you did not receive a copy of the PHP license and are unable to |
1313
* | obtain it through the world-wide-web, please send a note to |
1414
* | [email protected] so we can mail you a copy immediately. |

scripts/check-examples.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
+----------------------------------------------------------------------+
44
| PHP Version 5 |
55
+----------------------------------------------------------------------+
6-
| Copyright (c) 2009-2011 The PHP Group |
6+
| Copyright (c) 2009-2011 The PHP Group |
77
+----------------------------------------------------------------------+
88
| This source file is subject to version 3.01 of the PHP license, |
99
| that is bundled with this package in the file LICENSE, and is |
1010
| available through the world-wide-web at the following url: |
11-
| http://www.php.net/license/3_01.txt. |
11+
| https://www.php.net/license/3_01.txt. |
1212
| If you did not receive a copy of the PHP license and are unable to |
1313
| obtain it through the world-wide-web, please send a note to |
1414
| [email protected] so we can mail you a copy immediately. |

scripts/check-trans-maint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| This source file is subject to version 3.0 of the PHP license, |
1010
| that is bundled with this package in the file LICENSE, and is |
1111
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_0.txt. |
12+
| https://www.php.net/license/3_0.txt. |
1313
| If you did not receive a copy of the PHP license and are unable to |
1414
| obtain it through the world-wide-web, please send a note to |
1515
| [email protected] so we can mail you a copy immediately. |

scripts/check-trans-params.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| This source file is subject to version 3.0 of the PHP license, |
1010
| that is bundled with this package in the file LICENSE, and is |
1111
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_0.txt. |
12+
| https://www.php.net/license/3_0.txt. |
1313
| If you did not receive a copy of the PHP license and are unable to |
1414
| obtain it through the world-wide-web, please send a note to |
1515
| [email protected] so we can mail you a copy immediately. |

scripts/grep-files.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| This source file is subject to version 3.01 of the PHP license, |
1010
| that is bundled with this package in the file LICENSE, and is |
1111
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_01.txt |
12+
| https://www.php.net/license/3_01.txt |
1313
| If you did not receive a copy of the PHP license and are unable to |
1414
| obtain it through the world-wide-web, please send a note to |
1515
| [email protected] so we can mail you a copy immediately. |

scripts/qa/check-grammar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Description:
55
This script checks the documentation for grammatical problems, and it's a port from here:
6-
- http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
6+
- https://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
77
Read that entry for details and reasons.
88
99
TODO:

scripts/script-skel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| This source file is subject to version 3.01 of the PHP license, |
99
| that is bundled with this package in the file LICENSE, and is |
1010
| available at through the world-wide-web at |
11-
| http://www.php.net/license/3_01.txt. |
11+
| https://www.php.net/license/3_01.txt. |
1212
| If you did not receive a copy of the PHP license and are unable to |
1313
| obtain it through the world-wide-web, please send a note to |
1414
| [email protected] so we can mail you a copy immediately. |

0 commit comments

Comments
 (0)