From 547e4760e01e2d3f5132e7b1b55805ebc6af4497 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 10 Mar 2007 01:13:19 +0000 Subject: [PATCH] - #40764, line thickness not respected for horizontal and vertical lines - add test - NEWS entry --- NEWS | 2 ++ ext/gd/tests/bug40764.phpt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 ext/gd/tests/bug40764.phpt diff --git a/NEWS b/NEWS index be0774ce92..69b334a01e 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ PHP NEWS - Added tidyNode::getParent() method (John, Nuno) - Fixed zend_llist_remove_tail (Michael Wallner, Dmitry) - Fixed a thread safety issue in gd gif read code (Nuno, Roman Nemecek) +- Fixed bug #40764, line thickness not respected for horizontal and vertical + lines (Pierre) - Fixed bug #40754 (added substr() & substr_replace() overflow checks). (Ilia) - Fixed bug #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array). (Tony) diff --git a/ext/gd/tests/bug40764.phpt b/ext/gd/tests/bug40764.phpt new file mode 100644 index 0000000000..cbe262fe7a --- /dev/null +++ b/ext/gd/tests/bug40764.phpt @@ -0,0 +1,31 @@ +--TEST-- +Bug #40764 (line thickness not respected for horizontal and vertical lines) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +00 -- 2.40.0