Skip to content

Commit

Permalink
Upgrade some HTTP URLs to HTTPS if appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Sep 16, 2021
1 parent e31d328 commit 2c7d73a
Show file tree
Hide file tree
Showing 25 changed files with 276 additions and 276 deletions.
4 changes: 2 additions & 2 deletions RFC/coding_standards
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GENERAL:

References: http://pear.php.net/manual/en/standards.php
http://www.php.net/manual/howto/
References: https://pear.php.net/manual/en/standards.php
https://www.php.net/manual/howto/

Examples need to be clear and simple, but should show the possibilities and
usage of the functions used. Only use OOP features where you would like to
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ GENERAL:
example, make sure a function exists.

BUGS
- Open: http://bit.ly/phpdocbugs
- Open: https://bit.ly/phpdocbugs
4 changes: 2 additions & 2 deletions chm/chm_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Array to manual code -> HTML Help Code conversion
// Code list: http://www.helpware.net/htmlhelp/hh_info.htm
// Charset list: http://www.microsoft.com/globaldev/nlsweb/default.asp
// Language code: http://www.unicode.org/unicode/onlinedat/languages.html
// MIME preferred charset list: http://www.iana.org/assignments/character-sets
// Language code: https://www.unicode.org/unicode/onlinedat/languages.html
// MIME preferred charset list: https://www.iana.org/assignments/character-sets
// Font list: http://www.microsoft.com/office/ork/xp/three/inte03.htm

$LANGUAGES = array(
Expand Down
4 changes: 2 additions & 2 deletions chm/make_chm.README
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ WHAT YOU NEED

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

The html manual. You have two alternatives:

a) Download the actual html manual from
http://www.php.net/download-docs.php
https://www.php.net/download-docs.php
and untar the distribution into a directory
b) Build the html manual yourself using Jade and the other
tools needed (look into the HOWTO to see how to build it yourself)
Expand Down
4 changes: 2 additions & 2 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_0.txt. |
| https://www.php.net/license/3_0.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down Expand Up @@ -503,7 +503,7 @@ function generate_sources_file() // {{{
// Reject 'old' LibXML installations, due to LibXML feature #502960 {{{
if (version_compare(LIBXML_DOTTED_VERSION, '2.7.4', '<') && $ac['LIBXML_CHECK'] === 'yes') {
echo "LibXML 2.7.4+ added a 'feature' to break things, typically namespace related, and unfortunately we must require it.\n";
echo "For a few related details, see: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg777646.html\n";
echo "For a few related details, see: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg777646.html\n";
echo "Please recompile PHP with a LibXML version 2.7.4 or greater. Version detected: " . LIBXML_DOTTED_VERSION . "\n";
echo "Or, pass in --disable-libxml-check if doing so feels safe.\n\n";
#exit(100);
Expand Down
2 changes: 1 addition & 1 deletion docbook/docbook-xml/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ README for the DocBook XML DTD

For more information about DocBook, please see

http://www.oasis-open.org/docbook/
https://www.oasis-open.org/docbook/

Please send all questions, comments, concerns, and bug reports to the
DocBook mailing list: docbook@lists.oasis-open.org
2 changes: 1 addition & 1 deletion docbook/docbook-xml/docbook.cat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-- Please direct all questions, bug reports, or suggestions for
changes to the docbook@lists.oasis-open.org mailing list. For more
information, see http://www.oasis-open.org/.
information, see https://www.oasis-open.org/.
--

-- This is the catalog data file for DocBook XML V4.5. It is provided as
Expand Down
478 changes: 239 additions & 239 deletions entities/global.ent

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion htmlhelp/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build system of the extended CHMs
=================================

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

How to build a CHM manual with this system?

Expand Down
4 changes: 2 additions & 2 deletions htmlhelp/make-xchm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ make chm_xsl
cd htmlhelp
rm -f mirrors.inc all

wget http://php.net/include/mirrors.inc
wget http://php.net/backend/notes/all.bz2
wget https://php.net/include/mirrors.inc
wget https://php.net/backend/notes/all.bz2

bunzip2 all.bz2
./make_chm.bat
Expand Down
8 changes: 4 additions & 4 deletions htmlhelp/suppfiles/html/_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function bugOnPage()
alert("You are in offline mode.\nThis functionality is not available");
} else {
window.open(
"http://bugs.php.net/report.php?" +
"https://bugs.php.net/report.php?" +
escape("in[php_version]") + "=earlier&" +
escape("in[bug_type]") + "=Documentation%20problem&" +
escape("in[php_os]") + "=windows&" +
Expand Down Expand Up @@ -216,7 +216,7 @@ function contextMenuRewrite(first)
case "_GoogleSearch_":
if (prefs_online) {
menuHTML +=
'<tr><td style="background-color: #f5f5f5;"><form action="http://www.google.com/search" class="thin"' +
'<tr><td style="background-color: #f5f5f5;"><form action="https://www.google.com/search" class="thin"' +
'onsubmit="contextMenuClose()" method="GET" target="_blank">' +
'<img src="_google.gif" align="absmiddle" alt="Google"><input type="text" name="q" ' +
'style="width:120px;"></form></td></tr>';
Expand Down Expand Up @@ -333,7 +333,7 @@ function contextParse(i)
// Search for the selected text on Google
case "searchSelGoogle":
sel = contextGetSelection();
if (sel != '') { window.open('http://www.google.com/search?q=' + escape(sel)); }
if (sel != '') { window.open('https://www.google.com/search?q=' + escape(sel)); }
break;

// Search for the selected text on AlltheWeb
Expand Down Expand Up @@ -416,7 +416,7 @@ function contextMenu(e)
contextMenuRewrite(false);

// IE6+ is in standard compliant mode because of our !DOCTYPE
// [ http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/doctype.asp ]
// [ https://msdn.microsoft.com/workshop/author/dhtml/reference/objects/doctype.asp ]
// so we need to use the "html" tag instead of the "body" to measure scrolled distance.
// For older browsers, we need to use the body.
if (ie_version_major >= 6) { delement = document.body.parentElement; }
Expand Down
4 changes: 2 additions & 2 deletions htmlhelp/suppfiles/prefs/context.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ implementation = "indexes.html"

[context_item]
display = "PHP-GTK home"
implementation = "http://gtk.php.net/"
implementation = "https://gtk.php.net/"

[context_item]
display = "PEAR home"
implementation = "http://pear.php.net/"
implementation = "https://pear.php.net/"

# Search engine quickforms and selections
# ---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion htmlhelp/suppfiles/prefs/php_manual_prefs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prefs_online = true;
prefs_mirror = "http://www.php.net/";
prefs_mirror = "https://www.php.net/";
prefs_context_override = true;
prefs_context_names = Array(
"Manual TOC",
Expand Down
2 changes: 1 addition & 1 deletion install-unix.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<para>
These installation instructions were generated from the HTML version of
the PHP Manual so formatting and linking have been altered. See the
online and updated version at: http://php.net/install.unix
online and updated version at: https://php.net/install.unix
</para>
</preface>
&install.intro;
Expand Down
4 changes: 2 additions & 2 deletions install-win.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If CRT is already installed, the installer will tell you that and not change any
The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it.
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/
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/
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).
Expand All @@ -83,7 +83,7 @@ VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many mo
<!--<sect1>
<title>PECL</title>
<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>
<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>
</para>
</sect1>
Expand Down
2 changes: 1 addition & 1 deletion scripts/aspell.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_0.txt. |
| https://www.php.net/license/3_0.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down
6 changes: 3 additions & 3 deletions scripts/build-chms-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* | This source file is subject to version 3.01 of the PHP license, |
* | that is bundled with this package in the file LICENSE, and is |
* | available through the world-wide-web at the following url: |
* | http://www.php.net/license/3_01.txt. |
* | https://www.php.net/license/3_01.txt. |
* | If you did not receive a copy of the PHP license and are unable to |
* | obtain it through the world-wide-web, please send a note to |
* | license@php.net so we can mail you a copy immediately. |
Expand Down Expand Up @@ -72,8 +72,8 @@
* CHM full text search does not work without compiling
* with Windows Language Code Identifier(LCID).
*
* http://msdn.microsoft.com/en-us/library/cc233965.aspx
* http://msdn.microsoft.com/ja-jp/library/cc392381.aspx
* https://msdn.microsoft.com/en-us/library/cc233965.aspx
* https://msdn.microsoft.com/ja-jp/library/cc392381.aspx
*/
$CHM_FULLTEXT_SEARCH_LCID = array(
'en' => 1033,
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-chms-history.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* | This source file is subject to version 3.01 of the PHP license, |
* | that is bundled with this package in the file LICENSE, and is |
* | available through the world-wide-web at the following url: |
* | http://www.php.net/license/3_01.txt. |
* | https://www.php.net/license/3_01.txt. |
* | If you did not receive a copy of the PHP license and are unable to |
* | obtain it through the world-wide-web, please send a note to |
* | license@php.net so we can mail you a copy immediately. |
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-chms.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* | This source file is subject to version 3.01 of the PHP license, |
* | that is bundled with this package in the file LICENSE, and is |
* | available through the world-wide-web at the following url: |
* | http://www.php.net/license/3_01.txt. |
* | https://www.php.net/license/3_01.txt. |
* | If you did not receive a copy of the PHP license and are unable to |
* | obtain it through the world-wide-web, please send a note to |
* | license@php.net so we can mail you a copy immediately. |
Expand Down
4 changes: 2 additions & 2 deletions scripts/check-examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 2009-2011 The PHP Group |
| Copyright (c) 2009-2011 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt. |
| https://www.php.net/license/3_01.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-trans-maint.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_0.txt. |
| https://www.php.net/license/3_0.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-trans-params.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_0.txt. |
| https://www.php.net/license/3_0.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down
2 changes: 1 addition & 1 deletion scripts/grep-files.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |
| https://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down
2 changes: 1 addition & 1 deletion scripts/qa/check-grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Description:
This script checks the documentation for grammatical problems, and it's a port from here:
- http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
- https://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
Read that entry for details and reasons.
TODO:
Expand Down
2 changes: 1 addition & 1 deletion scripts/script-skel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/3_01.txt. |
| https://www.php.net/license/3_01.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down

0 comments on commit 2c7d73a

Please sign in to comment.