From 62e82ad5796b77aa8e9651abfad3689693b06995 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 7 Jul 2024 01:40:05 +0200 Subject: [PATCH] Update http links to https and sync www.php.net URLs --- README.md | 8 ++++---- Zend/Zend.m4 | 2 +- ext/intl/dateformat/datepatterngenerator_class.cpp | 2 +- ext/intl/dateformat/datepatterngenerator_class.h | 2 +- ext/intl/dateformat/datepatterngenerator_methods.cpp | 2 +- ext/pdo/pdo_sql_parser.h | 2 +- ext/pdo_pgsql/pgsql_sql_parser.re | 2 +- ext/phar/phar.1.in | 4 ++-- ext/phar/phar.c | 2 +- ext/session/mod_files.sh | 2 +- main/safe_bcmp.c | 2 +- run-tests.php | 2 +- sapi/cgi/cgi_main.c | 4 ++-- sapi/cli/php.1.in | 4 ++-- sapi/fpm/php-fpm.8.in | 6 +++--- sapi/fpm/status.html.in | 2 +- sapi/phpdbg/phpdbg.1.in | 4 ++-- scripts/dev/genfiles | 2 +- win32/build/config.w32 | 2 +- win32/build/config.w32.phpize.in | 2 +- 20 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 13b4423b49e8..4b22696cb3f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + PHP0" 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 3e806de4ab6e..f52dbee5bafe 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 5314a26f4855..ff9627a625e2 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 8901b16d05a8..41e2f689a79d 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 a49e9cac13fb..e8ac382402d2 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 26ace89620fa..8c3a070adc30 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 b14123dd323a..a89a34ac62ff 100644 --- a/sapi/fpm/status.html.in +++ b/sapi/fpm/status.html.in @@ -40,7 +40,7 @@
- PHP Logo

PHP-FPM real-time status page

+ PHP Logo

PHP-FPM real-time status page

diff --git a/sapi/phpdbg/phpdbg.1.in b/sapi/phpdbg/phpdbg.1.in index 169f0e46558c..56badf0cca95 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 2c5e6af6f760..3e6c1271578c 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 a1e9d92cbd0c..ae9b6146b5f0 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 a820cf10322a..bb466cd7f58d 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', '');