diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-04 17:31:35 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-04 17:31:35 +0000 |
commit | f3a253a4a0935c6b8887568d0af37181751aec02 (patch) | |
tree | ad3019a4d36a219d64dfe017c9539f735ff02ebb | |
parent | 30724f62915af6a092a612f04d2aa2db9aab7faa (diff) | |
download | php-git-f3a253a4a0935c6b8887568d0af37181751aec02.tar.gz |
Fixed a typo.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ PHP 4 NEWS . ext/cybermut - Fixed bug #20785 (crash when using pdf_open_memory_image() to load a true-color image). (Ilia) -- Fixed a crash when converting between true-color images (peg/jpeg) and +- Fixed a crash when converting between true-color images (png/jpeg) and gd1/gd2 image formats, png/jpeg -> gd1/gd2 -> png/jpeg conversion now works correctly. (Ilia, (Pierre-Alain Joye). - Fixed a memory leak in the bundled GD library inside |