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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
| license@php.net so we can mail you a copy immediately. |

ext/intl/dateformat/datepatterngenerator_class.h

Lines changed: 1 addition & 1 deletion
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
| license@php.net so we can mail you a copy immediately. |

ext/intl/dateformat/datepatterngenerator_methods.cpp

Lines changed: 1 addition & 1 deletion
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
| license@php.net so we can mail you a copy immediately. |

ext/pdo/pdo_sql_parser.h

Lines changed: 1 addition & 1 deletion
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
| license@php.net so we can mail you a copy immediately. |

ext/pdo_pgsql/pgsql_sql_parser.re

Lines changed: 1 addition & 1 deletion
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
| license@php.net so we can mail you a copy immediately. |

ext/phar/phar.1.in

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)