diff options
author | Pierre Joye <pajoye@php.net> | 2006-07-26 10:06:10 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-07-26 10:06:10 +0000 |
commit | 9db0e7cc3a08508b891ee8d6d5a88b53741881ee (patch) | |
tree | fe37aa387c4a1f26e43e684decabd4085cce9ca0 | |
parent | bc11170217439211fe8804562a4b89ebd47810fe (diff) | |
download | php-git-9db0e7cc3a08508b891ee8d6d5a88b53741881ee.tar.gz |
- 38212 & 38214
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ PHP NEWS - Fixed memory leaks in openssl streams context options. (Pierre) - Fixed handling of extremely long paths inside tempnam() function. (Ilia) +- Fixed bug #38214 (gif interlace output cannot work) (Pierre) +- Fixed bug #38212 (Segfault on invalid imagecreatefromgd2part() parameters) + (Pierre) - Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo). (Jani) - Fixed bug #38179 (imagecopy from a palette to a truecolor image loose |