Skip to content

Commit 643f3c2

Browse files
committed
"http://" -> "https://"
1 parent c658216 commit 643f3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

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

ext/opcache/jit/zend_jit_arm64.h

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

0 commit comments

Comments
 (0)