diff options
| author | Pierre Joye <pajoye@php.net> | 2007-05-16 22:55:27 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2007-05-16 22:55:27 +0000 |
| commit | 85f738261fa17df541cbcb1d9684bd7dbe1ce66d (patch) | |
| tree | e3569143d1b6f8b60d0d4bb0a2e3c16e5c699d57 | |
| parent | 7807477a87ebdc72b27f1464f125ac13233f8408 (diff) | |
| download | php-git-85f738261fa17df541cbcb1d9684bd7dbe1ce66d.tar.gz | |
- fix title
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | ext/gd/tests/libgd00086.phpt | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ PHP NEWS altered at run time. (Scott) - Allow SOAP extension's handler() to work even when always_populate_raw_post_data is off. (Ilia) -- Fixed possible infinite loop in imagepng (libgd #86) (by Xavier Roche) - (Pierre) +- Fixed possible infinite loop in imagecreatefrompng (libgd #86) + (by Xavier Roche) (Pierre) - Fixed ext/filter Email Validation Vulnerability (MOPB-24 by Stefan Esser) (Ilia) - Fixed altering $this via argument named "this". (Dmitry) diff --git a/ext/gd/tests/libgd00086.phpt b/ext/gd/tests/libgd00086.phpt index 68f589a5bd..60f28107c8 100644 --- a/ext/gd/tests/libgd00086.phpt +++ b/ext/gd/tests/libgd00086.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39780 (PNG image with CRC/data error raises a fatal error) +libgd #86 (Possible infinite loop in imagecreatefrompng) --SKIPIF-- <?php if (!extension_loaded('gd')) die("skip gd extension not available\n"); |
