Skip to content

Commit d64c718

Browse files
committed
Remove unneeded occurrences of my name in UPGRADING
In NEWS, each 'news item' is suffixed with the name of the developer who implemented the change. When adding entries to UPGRADING, I used the same format as NEWS, without thinking about it much. However, it has come to my attention that the standard format for entries in UPGRADING does not include the developer's name.
1 parent c4a1100 commit d64c718

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

UPGRADING

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ PHP 8.3 UPGRADE NOTES
101101
. mb_strtolower, mb_strtotitle, and mb_convert_case implement conditional
102102
casing rules for the Greek letter sigma. For mb_convert_case, conditional
103103
casing only applies to MB_CASE_LOWER and MB_CASE_TITLE modes, not to
104-
MB_CASE_LOWER_SIMPLE and MB_CASE_TITLE_SIMPLE. (Alex Dowad)
104+
MB_CASE_LOWER_SIMPLE and MB_CASE_TITLE_SIMPLE.
105105
. mb_decode_mimeheader interprets underscores in QPrint-encoded MIME
106106
encoded words as required by RFC 2047; they are converted to spaces.
107107
Underscores must be encoded as "=5F" in such MIME encoded words.
108-
(Alex Dowad)
109108
. In rare cases, mb_encode_mimeheader will transfer-encode its input
110109
string where it would pass it through as raw ASCII in PHP 8.2.
111-
(Alex Dowad)
112110

113111
- mysqli:
114112
. mysqli_fetch_object now raises a ValueError instead of an Exception when the constructor_args

0 commit comments

Comments
 (0)