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

- missing entry

This commit is contained in:
Pierre Joye
2008-08-08 18:46:20 +00:00
parent 3f7a4b7e90
commit f9d813df51

2
NEWS
View File

@@ -306,6 +306,8 @@ PHP NEWS
- Fixed bug #45179 (--with-mysql-sock fails to compile & work). (Andrey)
- Fixed bug #45038 (Crash when using DateTimeZone object returned by
Date::getTimezone). (Joe Orton, Derick)
- Fixed bug #45030 (Destination image alpha channel noise when using
imagecopyresampled). (Pierre)
- Fixed bug #44769 (declaring private magic methods should throw error).
(Felipe)
- Fixed bug #44913 (Segfault when using return in combination with nested loops