1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +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:50:08 +02:00
parent 35ceea928b
commit 1c13ad7c0e

1
NEWS
View File

@@ -37,6 +37,7 @@ PHP NEWS
. Fixed bug #66736 (fpassthru broken). (Mike)
. Fixed bug #67024 (getimagesize should recognize BMP files with negative
height). (Gabor Buella)
. Fixed bug #67033 (Remove reference to Windows 95). (Anatol)
- cURL:
. Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).