1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 20:11:02 +02:00

add missing NEWS entry to the correct release where it was added

This commit is contained in:
Ferenc Kovacs
2014-05-01 10:52:24 +02:00
parent ef7821506a
commit b14b8dfc10

1
NEWS
View File

@@ -44,6 +44,7 @@ PHP NEWS
. Fixed bug #67024 (getimagesize should recognize BMP files with negative
height). (Gabor Buella)
. Fixed bug #67043 (substr_compare broke by previous change) (Tjerk)
. Fixed bug #67033 (Remove reference to Windows 95). (Anatol)
- cURL:
. Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).