Skip to content

Commit

Permalink
Update http links to https and sync www.php.net URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Jul 6, 2024
1 parent 42530c6 commit 62e82ad
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

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

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion Zend/Zend.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion ext/intl/dateformat/datepatterngenerator_class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion ext/intl/dateformat/datepatterngenerator_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion ext/intl/dateformat/datepatterngenerator_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion ext/pdo/pdo_sql_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion ext/pdo_pgsql/pgsql_sql_parser.re
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
4 changes: 2 additions & 2 deletions ext/phar/phar.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/phar/phar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ext/session/mod_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion main/safe_bcmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
4 changes: 2 additions & 2 deletions sapi/cgi/cgi_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sapi/cli/php.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions sapi/fpm/php-fpm.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading

0 comments on commit 62e82ad

Please sign in to comment.