diff --git a/README.md b/README.md
index 13b4423b49e82..4b22696cb3f24 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
0"
echo "BITS_PER_CHAR(session.sid_bits_per_character) should be one of 4, 5, or 6."
- # http://php.net/manual/en/session.configuration.php#ini.session.sid-bits-per-character
+ # https://www.php.net/manual/en/session.configuration.php#ini.session.sid-bits-per-character
exit 1
fi
diff --git a/main/safe_bcmp.c b/main/safe_bcmp.c
index 3e806de4ab6e3..f52dbee5bafee 100644
--- a/main/safe_bcmp.c
+++ b/main/safe_bcmp.c
@@ -5,7 +5,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. |
diff --git a/run-tests.php b/run-tests.php
index 5314a26f48550..ff9627a625e20 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -7,7 +7,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: |
- | https://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. |
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 8901b16d05a8d..41e2f689a79df 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -1913,11 +1913,11 @@ int main(int argc, char *argv[])
This PHP CGI binary was compiled with force-cgi-redirect enabled. This\n\
means that a page will only be served up if the REDIRECT_STATUS CGI variable is\n\
set, e.g. via an Apache Action directive.
\n\
-For more information as to why this behaviour exists, see the \
+For more information as to why this behaviour exists, see the \
manual page for CGI security.
\n\
For more information about changing this behaviour or re-enabling this webserver,\n\
consult the installation file that came with this distribution, or visit \n\
-the manual page.
\n");
+the manual page.
\n");
} zend_catch {
} zend_end_try();
#if defined(ZTS) && !PHP_DEBUG
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in
index a49e9cac13fb5..e8ac382402d23 100644
--- a/sapi/cli/php.1.in
+++ b/sapi/cli/php.1.in
@@ -437,7 +437,7 @@ such a first line as shown below:
For a more or less complete description of PHP look here:
.PD 0
.P
-.B http://www.php.net/manual/
+.B https://www.php.net/manual/
.PD 1
.P
.SH BUGS
@@ -455,7 +455,7 @@ Additional work for the CLI sapi was done by Edin Kadribasic, Marcus Boerger and
A List of active developers can be found here:
.PD 0
.P
-.B http://www.php.net/credits.php
+.B https://www.php.net/credits.php
.PD 1
.P
And last but not least PHP was developed with the help of a huge amount of
diff --git a/sapi/fpm/php-fpm.8.in b/sapi/fpm/php-fpm.8.in
index 26ace89620fad..8c3a070adc308 100644
--- a/sapi/fpm/php-fpm.8.in
+++ b/sapi/fpm/php-fpm.8.in
@@ -178,13 +178,13 @@ The PHP-FPM CGI daemon will work well with most popular webservers, including Ap
The PHP-FPM website:
.PD 0
.P
-.B http://php-fpm.org
+.B https://php-fpm.org
.PD 1
.P
For a more or less complete description of PHP look here:
.PD 0
.P
-.B http://www.php.net/manual/
+.B https://www.php.net/manual/
.PD 1
.SH BUGS
You can view the list of known bugs or report any new bug you
@@ -201,7 +201,7 @@ The PHP Group: Thies C. Arntzen, Stig Bakken, Andi Gutmans, Rasmus Lerdorf, Sam
A List of active developers can be found here:
.PD 0
.P
-.B http://www.php.net/credits.php
+.B https://www.php.net/credits.php
.PD 1
.P
And last but not least PHP was developed with the help of a huge amount of
diff --git a/sapi/fpm/status.html.in b/sapi/fpm/status.html.in
index b14123dd323ac..a89a34ac62ff2 100644
--- a/sapi/fpm/status.html.in
+++ b/sapi/fpm/status.html.in
@@ -40,7 +40,7 @@
-  PHP-FPM real-time status page
+  PHP-FPM real-time status page
|
diff --git a/sapi/phpdbg/phpdbg.1.in b/sapi/phpdbg/phpdbg.1.in
index 169f0e46558c4..56badf0cca957 100644
--- a/sapi/phpdbg/phpdbg.1.in
+++ b/sapi/phpdbg/phpdbg.1.in
@@ -98,7 +98,7 @@ The init file
The online manual can be found at
.PD 0
.P
-.B http://php.net/manual/book.phpdbg.php
+.B https://www.php.net/manual/book.phpdbg.php
.PD 1
.SH BUGS
You can view the list of known bugs or report any new bug you
@@ -113,7 +113,7 @@ Written by Felipe Pena, Joe Watkins and Bob Weinand, formatted by Ondřej Surý
A List of active developers can be found at
.PD 0
.P
-.B http://www.php.net/credits.php
+.B https://www.php.net/credits.php
.PD 1
.P
And last but not least PHP was developed with the help of a huge amount of
diff --git a/scripts/dev/genfiles b/scripts/dev/genfiles
index 2c5e6af6f7603..3e6c1271578c9 100755
--- a/scripts/dev/genfiles
+++ b/scripts/dev/genfiles
@@ -6,7 +6,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: |
-# | https://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. |
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index a1e9d92cbd0ca..ae9b6146b5f06 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -116,7 +116,7 @@ else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
// Find the php_build dir - it contains headers and libraries
// that we need
-ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified', 'no');
+ARG_WITH('php-build', 'Path to where you extracted the development libraries (https://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified', 'no');
php_build_option_handle();
ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in
index a820cf10322a5..bb466cd7f58d3 100644
--- a/win32/build/config.w32.phpize.in
+++ b/win32/build/config.w32.phpize.in
@@ -84,7 +84,7 @@ if (MODE_PHPIZE) {
// Find the php_build dir - it contains headers and libraries
// that we need
-ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified', 'no');
+ARG_WITH('php-build', 'Path to where you extracted the development libraries (https://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified', 'no');
php_build_option_handle();
ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');