1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00
This commit is contained in:
Remi Collet
2013-05-04 16:54:22 +02:00
parent 00b097d2a3
commit d981c191d4

5
NEWS
View File

@@ -8,6 +8,11 @@ PHP NEWS
detected by code coverity scan. (Remi)
. Log a warning when a syscall fails. (Remi)
- GD:
. Fix build with system libgd >= 2.1 which is now the minimal
version required (as build with previous version is broken).
No change when bundled libgd is used. (Ondrej Sury, Remi)
- SNMP:
. Fixed bug #64765 (Some IPv6 addresses get interpreted wrong).
(Boris Lytochkin)