Skip to content

Commit 3ee687e

Browse files
Release preps: housekeeping (quick SCA fixes round).
1 parent e7a022d commit 3ee687e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
Reports a PHP 7.1 <a href="http://php.net/manual/en/migration71.incompatible.php#migration71.incompatible.forbid-dynamic-calls-to-scope-introspection-functions">BC break</a>.
3+
Reports a PHP 7.1 <a href="https://php.net/manual/en/migration71.incompatible.php#migration71.incompatible.forbid-dynamic-calls-to-scope-introspection-functions">BC break</a>.
44
</body>
55
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
Reports 'simplexml_load_file(...)' calls, which may be affected by <a href="https://bugs.php.net/bug.php?id=62577">this PHP bug<a>.
3+
Reports 'simplexml_load_file(...)' calls, which may be affected by <a href="https://bugs.php.net/bug.php?id=62577">this PHP bug</a>.
44
</body>
55
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
See http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.list
3+
See https://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.list
44
</body>
55
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<body>
33
Reports BC breaks in PHP 7.1: when string to array conversion emits an exception (not reflected in changelogs) and
4-
<a href="http://php.net/manual/en/migration71.incompatible.php#migration71.incompatible.empty-string-index-operator">empty string index operation</a>.
4+
<a href="https://php.net/manual/en/migration71.incompatible.php#migration71.incompatible.empty-string-index-operator">empty string index operation</a>.
55
</body>
66
</html>

0 commit comments

Comments
 (0)