summaryrefslogtreecommitdiff
path: root/ext/gd/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-281-0/+24
|
* Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)Takeshi Abe2010-03-241-0/+32
|
* Properly skip tests that require the bundled gd lib when the external is usedRaphael Geissert2010-03-116-3/+6
|
* fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)Takeshi Abe2010-01-201-0/+119
|
* imagepolygon() and imagefilledpolygon() does not allow negative number of ↵Takeshi Abe2010-01-142-0/+30
| | | | points causing invalid allocation
* Bug #49600 (imageTTFText text shifted right)Takeshi Abe2010-01-081-0/+32
| | | | - fix difference of horizontal position between imagettftext() and imagettfbbox()
* - check max colors while loading gd2 palette image (patch by Tomas Hoger)Pierre Joye2009-10-122-0/+16
|
* - Fixed testsFelipe Pena2009-09-264-6/+5
|
* Fix SKIPIF sectionsandy wharmby2009-09-152-2/+2
|
* More tests from 2009 testfestZoe Slattery2009-08-285-0/+103
|
* Test from 2009 testfestZoe Slattery2009-08-263-0/+78
|
* Adding tests for imagecolorallocatealphaRafael Machado Dohms2009-08-246-0/+143
|
* Test case for bug #42434Kalle Sommer Nielsen2009-07-301-0/+26
|
* - Skip some tests in 32bit systems, add cleanups where missingJani Taskinen2009-07-283-3/+7
|
* MFB: added test for #43073Takeshi Abe2009-07-271-0/+46
|
* MFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and ↵Takeshi Abe2009-07-273-2/+44
| | | | #48801 (Problem with imagettfbbox)
* Adding tests for imagesetthickness, basic and errors for both params, and ↵Rafael Machado Dohms2009-07-244-0/+101
| | | | complementing imagetruecolortopalette with out of bound params
* Removing deprecated test replaced by individual tests for imageistruecolor ↵Rafael Machado Dohms2009-07-201-19/+0
| | | | and imagetruecolortopalette
* Separating and complementing imageistruecolor and imagetruecolortopalette testsRafael Machado Dohms2009-07-206-0/+147
|
* Adjusting tests to use EXPECTF (faster testing) and adjusting 5_2 version to ↵Rafael Machado Dohms2009-07-192-6/+6
| | | | lack of parameter validation
* Adding tests for imagecreatetruecolor for PHP_5_2 and trunkRafael Machado Dohms2009-07-194-0/+85
|
* Fix testandy wharmby2009-07-091-1/+1
|
* - Fix testFelipe Pena2009-07-011-0/+1
|
* - New testsFelipe Pena2009-07-0183-0/+1913
|
* MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for ↵Takeshi Abe2009-06-222-0/+18
| | | | texts with new lines)
* MFH: Fixed bug #45799 (imagepng() crashes on empty image)Takeshi Abe2009-03-141-0/+15
|
* New image tests. Tested on Windows, LInux and Linux 64 bitandy wharmby2009-01-2218-0/+1604
|
* MFH Fix segfault and potential security issue in imagerotate().Scott MacVicar2008-12-101-0/+32
|
* do not leave crap behindJani Taskinen2008-08-141-0/+1
|
* - MFB: fix crash when some crafted font are givenPierre Joye2008-07-171-0/+25
|
* - a few more gd tests (committed on behalf of andy wharmby)Robert Nicholson2008-02-016-0/+424
|
* - Right filenameMattias Bengtsson2007-11-051-1/+1
|
* - Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)Mattias Bengtsson2007-11-042-0/+21
|
* - MFB: gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectanglesPierre Joye2007-08-261-0/+22
|
* - libgd #101, imagecreatefromgd can crash if gdImageCreate failsMattias Bengtsson2007-08-092-0/+19
|
* - libgd #94, imagecreatefromxbm can crash if gdImageCreate failsMattias Bengtsson2007-08-092-0/+22
|
* - enable tests even when an external GD is used. Latest releasesPierre Joye2007-06-0235-144/+180
| | | | | (2.0.34 or 2.0.35) work.
* MFH: fix #41442 (imagegd2() under output control)Antony Dovgal2007-05-221-0/+37
|
* fix testAntony Dovgal2007-05-171-3/+3
|
* - fix titlePierre Joye2007-05-161-1/+1
|
* - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix testPierre Joye2007-05-161-3/+3
| | | | | (Reported by Xavier Roche)
* - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.cPierre Joye2007-05-162-0/+21
| | | | | (Reported by Xavier Roche)
* improve testAntony Dovgal2007-05-031-0/+1
|
* - Sync with gd 2.0.35 (bug #52, #60 and #66)Pierre Joye2007-04-041-1/+2
| | | | | | | | | | - Improve TS of gif loading code (Roman Nemecek, Nuno, Pierre) - a frame size must be confined to the screen defition (Pierre) - be sure to always read the dimensions in the frame and does not use the screen size (see #66 for a side effect) (Pierre) - Update #37360 test. The frame does not fit the logical screen (specs tell that it must fit) (Pierre)
* - MFH: CVE-2007-1001, integer overflow with invalid wbmp imagesPierre Joye2007-03-101-0/+47
|
* - #40764, line thickness not respected for horizontal and vertical linesPierre Joye2007-03-101-0/+31
| | | | | | - add test - NEWS entry
* MFHAntony Dovgal2007-02-161-1/+1
|
* - #39286, misleading error message when nvalid dimensions are givenPierre Joye2006-12-102-2/+17
|
* - #39508, add test (imagefill crashes with small image)Pierre Joye2006-12-101-0/+16
|
* - MFH:#39780, PNG image with CRC/data error raises fatal errorPierre Joye2006-12-102-0/+21
|