Skip to content

Commit 2ebef11

Browse files
authored
Update http links to https and sync www.php.net URLs (php#14854)
1 parent 42530c6 commit 2ebef11

20 files changed

+29
-29
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://php.net">
2+
<a href="https://www.php.net">
33
<img
44
alt="PHP"
55
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
2020

2121
## Documentation
2222

23-
The PHP manual is available at [php.net/docs](https://php.net/docs).
23+
The PHP manual is available at [php.net/docs](https://www.php.net/docs).
2424

2525
## Installation
2626

@@ -32,7 +32,7 @@ For Windows, the PHP binaries can be obtained from
3232
[windows.php.net](https://windows.php.net). After extracting the archive the
3333
`*.exe` files are ready to use.
3434

35-
For other systems, see the [installation chapter](https://php.net/install).
35+
For other systems, see the [installation chapter](https://www.php.net/install).
3636

3737
### Building PHP source code
3838

@@ -138,4 +138,4 @@ contribute:
138138
## Credits
139139

140140
For the list of people who've put work into PHP, please see the
141-
[PHP credits page](https://php.net/credits.php).
141+
[PHP credits page](https://www.php.net/credits.php).

Zend/Zend.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl ZEND_CHECK_FLOAT_PRECISION
55
dnl
66
dnl x87 floating point internal precision control checks
7-
dnl See: http://wiki.php.net/rfc/rounding
7+
dnl See: https://wiki.php.net/rfc/rounding
88
dnl
99
AC_DEFUN([ZEND_CHECK_FLOAT_PRECISION], [dnl
1010
AC_CACHE_CHECK([for usable _FPU_SETCW],

ext/intl/dateformat/datepatterngenerator_class.cpp

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

ext/intl/dateformat/datepatterngenerator_class.h

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

ext/intl/dateformat/datepatterngenerator_methods.cpp

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

ext/pdo/pdo_sql_parser.h

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

ext/pdo_pgsql/pgsql_sql_parser.re

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

ext/phar/phar.1.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ OpenSSL using SHA-512
489489
For a more or less complete description of PHAR look here:
490490
.PD 0
491491
.P
492-
.B http://php.net/phar
492+
.B https://www.php.net/phar
493493
.PD 1
494494
.P
495495
.SH BUGS
@@ -507,7 +507,7 @@ Work for the PHP archive was done by Gregory Beaver, Marcus Boerger.
507507
A List of active developers can be found here:
508508
.PD 0
509509
.P
510-
.B http://www.php.net/credits.php
510+
.B https://www.php.net/credits.php
511511
.PD 1
512512
.P
513513
And last but not least PHP was developed with the help of a huge amount of

ext/phar/phar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ void phar_parse_metadata_lazy(const char *buffer, phar_metadata_tracker *tracker
706706

707707
/**
708708
* Size of fixed fields in the manifest.
709-
* See: http://php.net/manual/en/phar.fileformat.phar.php
709+
* See: https://www.php.net/manual/en/phar.fileformat.phar.php
710710
*/
711711
#define MANIFEST_FIXED_LEN 18
712712

ext/session/mod_files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ "$2" = "" ]] || [[ "$3" = "" ]]; then
55
echo "BASE_DIRECTORY will be created if it doesn't exist"
66
echo "DEPTH must be an integer number >0"
77
echo "BITS_PER_CHAR(session.sid_bits_per_character) should be one of 4, 5, or 6."
8-
# http://php.net/manual/en/session.configuration.php#ini.session.sid-bits-per-character
8+
# https://www.php.net/manual/en/session.configuration.php#ini.session.sid-bits-per-character
99
exit 1
1010
fi
1111

main/safe_bcmp.c

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

run-tests.php

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

sapi/cgi/cgi_main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1913,11 +1913,11 @@ int main(int argc, char *argv[])
19131913
<p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This\n\
19141914
means that a page will only be served up if the REDIRECT_STATUS CGI variable is\n\
19151915
set, e.g. via an Apache Action directive.</p>\n\
1916-
<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">\
1916+
<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"https://www.php.net/security.cgi-bin\">\
19171917
manual page for CGI security</a>.</p>\n\
19181918
<p>For more information about changing this behaviour or re-enabling this webserver,\n\
19191919
consult the installation file that came with this distribution, or visit \n\
1920-
<a href=\"http://php.net/install.windows\">the manual page</a>.</p>\n");
1920+
<a href=\"https://www.php.net/install.windows\">the manual page</a>.</p>\n");
19211921
} zend_catch {
19221922
} zend_end_try();
19231923
#if defined(ZTS) && !PHP_DEBUG

sapi/cli/php.1.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ such a first line as shown below:
437437
For a more or less complete description of PHP look here:
438438
.PD 0
439439
.P
440-
.B http://www.php.net/manual/
440+
.B https://www.php.net/manual/
441441
.PD 1
442442
.P
443443
.SH BUGS
@@ -455,7 +455,7 @@ Additional work for the CLI sapi was done by Edin Kadribasic, Marcus Boerger and
455455
A List of active developers can be found here:
456456
.PD 0
457457
.P
458-
.B http://www.php.net/credits.php
458+
.B https://www.php.net/credits.php
459459
.PD 1
460460
.P
461461
And last but not least PHP was developed with the help of a huge amount of

sapi/fpm/php-fpm.8.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ The PHP-FPM CGI daemon will work well with most popular webservers, including Ap
178178
The PHP-FPM website:
179179
.PD 0
180180
.P
181-
.B http://php-fpm.org
181+
.B https://php-fpm.org
182182
.PD 1
183183
.P
184184
For a more or less complete description of PHP look here:
185185
.PD 0
186186
.P
187-
.B http://www.php.net/manual/
187+
.B https://www.php.net/manual/
188188
.PD 1
189189
.SH BUGS
190190
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
201201
A List of active developers can be found here:
202202
.PD 0
203203
.P
204-
.B http://www.php.net/credits.php
204+
.B https://www.php.net/credits.php
205205
.PD 1
206206
.P
207207
And last but not least PHP was developed with the help of a huge amount of

0 commit comments

Comments
 (0)