We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eb659 commit 6e5958eCopy full SHA for 6e5958e
NEWS
@@ -7,9 +7,16 @@ PHP NEWS
7
- Core:
8
. Fixed bug #72172 (zend_hex_strtod should not use strlen).
9
(bwitz at hotmail dot com )
10
+ . Fixed bug #72114 (Integer underflow / arbitrary null write in
11
+ fread/gzread). (Stas)
12
+ . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas)
13
+
14
+- GD:
15
+ . Fixed bug #72227 (imagescale out-of-bounds read). (Stas)
16
17
- Intl
18
. Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
19
+ . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas)
20
21
- Postgres:
22
. Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)
0 commit comments