@@ -125,14 +125,13 @@ PHP NEWS
125
125
- Fixed bug #39398 (Booleans are not automatically translated to integers).
126
126
(Ilia)
127
127
- Fixed bug #39366 (imagerotate does not use alpha with angle > 45°) (Pierre)
128
- - Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the
129
- number of connection retries). (Ilia)
130
- - Fixed bug #39350 (crash with implode("\n", array(false))). (Ilia)
131
- - Fixed bug #39273 (imagecopyresized may ignore alpha channel) (Pierre)
132
128
- Fixed bug #39364 (Removed warning on empty haystack inside mb_strstr()).
133
129
(Ilia)
130
+ - Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the
131
+ number of connection retries). (Ilia)
134
132
- Fixed bug #39354 (Allow building of curl extension against libcurl 7.16.0)
135
133
(Ilia)
134
+ - Fixed bug #39350 (crash with implode("\n", array(false))). (Ilia)
136
135
- Fixed bug #39344 (Unnecessary calls to OnModify callback routine for
137
136
an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
138
137
- Fixed bug #39320 (ZEND_HASH_APPLY_STOP causes deletion). (Marcus)
@@ -144,9 +143,12 @@ PHP NEWS
144
143
given) (Pierre)
145
144
- Fixed bug #39265 (Fixed path handling inside mod_files.sh).
146
145
(michal dot taborsky at gmail dot com, Ilia)
146
+ - Fixed bug #39273 (imagecopyresized may ignore alpha channel) (Pierre)
147
147
- Fixed bug #39217 (serialNumber might be -1 when the value is too large)
148
148
(Pierre, Tony)
149
149
- Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr). (Wez,Ilia)
150
+ - Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).
151
+ (Ilia)
150
152
- Fixed bug #39151 (Parse error in recursiveiteratoriterator.php). (Marcus)
151
153
- Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client).
152
154
(Dmitry)
0 commit comments