Update http links to https and sync www.php.net URLs (#14854)

This commit is contained in:
Peter Kokot 2024-07-07 04:23:08 +02:00 committed by GitHub
parent 42530c6543
commit 2ebef11e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 29 additions and 29 deletions

View File

@ -1,5 +1,5 @@
<div align="center">
<a href="https://php.net">
<a href="https://www.php.net">
<img
alt="PHP"
src="https://www.php.net/images/logos/new-php-logo.svg"
@ -20,7 +20,7 @@ blog to the most popular websites in the world. PHP is distributed under the
## Documentation
The PHP manual is available at [php.net/docs](https://php.net/docs).
The PHP manual is available at [php.net/docs](https://www.php.net/docs).
## Installation
@ -32,7 +32,7 @@ For Windows, the PHP binaries can be obtained from
[windows.php.net](https://windows.php.net). After extracting the archive the
`*.exe` files are ready to use.
For other systems, see the [installation chapter](https://php.net/install).
For other systems, see the [installation chapter](https://www.php.net/install).
### Building PHP source code
@ -138,4 +138,4 @@ contribute:
## Credits
For the list of people who've put work into PHP, please see the
[PHP credits page](https://php.net/credits.php).
[PHP credits page](https://www.php.net/credits.php).

View File

@ -4,7 +4,7 @@ dnl
dnl ZEND_CHECK_FLOAT_PRECISION
dnl
dnl x87 floating point internal precision control checks
dnl See: http://wiki.php.net/rfc/rounding
dnl See: https://wiki.php.net/rfc/rounding
dnl
AC_DEFUN([ZEND_CHECK_FLOAT_PRECISION], [dnl
AC_CACHE_CHECK([for usable _FPU_SETCW],

View File

@ -3,7 +3,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. |

View File

@ -3,7 +3,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. |

View File

@ -3,7 +3,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. |

View File

@ -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. |

View File

@ -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. |

View File

@ -489,7 +489,7 @@ OpenSSL using SHA-512
For a more or less complete description of PHAR look here:
.PD 0
.P
.B http://php.net/phar
.B https://www.php.net/phar
.PD 1
.P
.SH BUGS
@ -507,7 +507,7 @@ Work for the PHP archive was done by Gregory Beaver, Marcus Boerger.
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

View File

@ -706,7 +706,7 @@ void phar_parse_metadata_lazy(const char *buffer, phar_metadata_tracker *tracker
/**
* Size of fixed fields in the manifest.
* See: http://php.net/manual/en/phar.fileformat.phar.php
* See: https://www.php.net/manual/en/phar.fileformat.phar.php
*/
#define MANIFEST_FIXED_LEN 18

View File

@ -5,7 +5,7 @@ if [[ "$2" = "" ]] || [[ "$3" = "" ]]; then
echo "BASE_DIRECTORY will be created if it doesn't exist"
echo "DEPTH must be an integer number >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

View File

@ -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. |

View File

@ -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. |

View File

@ -1913,11 +1913,11 @@ int main(int argc, char *argv[])
<p>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.</p>\n\
<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">\
<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"https://www.php.net/security.cgi-bin\">\
manual page for CGI security</a>.</p>\n\
<p>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\
<a href=\"http://php.net/install.windows\">the manual page</a>.</p>\n");
<a href=\"https://www.php.net/install.windows\">the manual page</a>.</p>\n");
} zend_catch {
} zend_end_try();
#if defined(ZTS) && !PHP_DEBUG

View File

@ -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

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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. |

View File

@ -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', '');

View File

@ -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', '');