| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-01-04 | 12 | -1/+79 |
|\ |
|
| * | Merge branch 'pull-request/742' into PHP-5.5 | Stanislav Malyshev | 2015-01-04 | 4 | -0/+65 |
| |\ |
|
| * | | fix GD tests with no GD loaded | Stanislav Malyshev | 2015-01-04 | 8 | -1/+14 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-24 | 3 | -0/+57 |
|\ \ \
| |/ / |
|
| * | | move tests into proper place | Stanislav Malyshev | 2014-11-24 | 3 | -0/+57 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-09-16 | 2 | -30/+4 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2014-09-16 | 2 | -30/+4 |
| |\ \ |
|
| | * | | Fixed freetype test on multiple environments | Matteo Beccati | 2014-09-16 | 2 | -30/+4 |
* | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-09-03 | 2 | -2/+28 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2014-09-03 | 2 | -2/+28 |
| |\ \ \
| | |/ / |
|
| | * | | Fixed test with freetype >= 2.4.12 | Matteo Beccati | 2014-09-03 | 2 | -2/+28 |
* | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-25 | 7 | -0/+252 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-25 | 7 | -0/+252 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk> | Lior Kaplan | 2014-08-25 | 7 | -0/+252 |
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-11 | 1 | -0/+27 |
|\ \ \
| |/ / |
|
| * | | Fix bug #67248 (imageaffinematrixget missing check of parameters) | Stanislav Malyshev | 2014-05-11 | 1 | -0/+27 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-03-05 | 1 | -1/+10 |
|\ \ \
| |/ / |
|
| * | | Fixed Bug #66815 imagecrop(): insufficient fix for NULL defer CVE-2013-7327 | Remi Collet | 2014-03-05 | 1 | -1/+10 |
* | | | imagettftext() uses the last charactermap it found and not the one you want | Scott MacVicar | 2014-02-16 | 3 | -0/+267 |
|/ / |
|
* | | Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()) | Remi Collet | 2013-12-28 | 1 | -2/+20 |
* | | Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()) | Xinchen Hui | 2013-12-27 | 1 | -0/+22 |
* | | Cleanup temp file | Christopher Jones | 2013-07-09 | 1 | -0/+2 |
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
* | | gd: fix 2 failed tests (bundled lib) due to arithmetic precision (allow minor... | Remi Collet | 2013-05-06 | 2 | -6/+6 |
* | | Revert removal of overflow2 use in gd.c | Remi Collet | 2013-05-06 | 1 | -1/+0 |
* | | - fix path | Pierre Joye | 2013-03-04 | 1 | -2/+2 |
* | | - add noisy php logo for autocrop with threshold test | Pierre Joye | 2013-03-04 | 1 | -0/+0 |
* | | - add test for imagecropauto | Pierre Joye | 2013-03-04 | 1 | -0/+82 |
* | | - typo | Pierre Joye | 2013-02-27 | 1 | -2/+1 |
* | | - add test | Pierre Joye | 2013-02-27 | 1 | -0/+31 |
|/ |
|
* | fixed tests for gd having freetype >= 2.4.10 | Anatoliy Belsky | 2012-10-12 | 5 | -2/+145 |
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 80 | -0/+0 |
* | Fix bug #61480 test bug - ext/gd/tests/bug48555.phpt | Matt Ficken | 2012-04-04 | 1 | -4/+16 |
* | Fixed #60160 and added a test for it | Florian Anderiasch | 2011-11-01 | 1 | -0/+26 |
* | move it to right place | Xinchen Hui | 2011-09-06 | 6 | -435/+0 |
* | Adding testcases to validate imageloadfont input parameter validation, tests ... | Rafael Machado Dohms | 2011-05-31 | 2 | -0/+30 |
* | - Fix #51671, imagefill does not work correctly for small images | Pierre Joye | 2010-04-28 | 1 | -0/+24 |
* | Fixed bug #51263 (imagettftext and rotated text uses wrong baseline) | Takeshi Abe | 2010-03-24 | 1 | -0/+32 |
* | Properly skip tests that require the bundled gd lib when the external is used | Raphael Geissert | 2010-03-11 | 7 | -4/+7 |
* | fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon) | Takeshi Abe | 2010-01-20 | 1 | -0/+119 |
* | imagepolygon() and imagefilledpolygon() does not allow negative number of poi... | Takeshi Abe | 2010-01-14 | 2 | -0/+30 |
* | Bug #49600 (imageTTFText text shifted right) | Takeshi Abe | 2010-01-08 | 1 | -0/+32 |
* | - check max colors while loading gd2 palette image (patch by Tomas Hoger) | Pierre Joye | 2009-10-12 | 2 | -0/+16 |
* | - Fixed tests | Felipe Pena | 2009-09-26 | 4 | -6/+5 |
* | Fix SKIPIF sections | andy wharmby | 2009-09-15 | 2 | -2/+2 |
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-28 | 9 | -0/+180 |
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 3 | -0/+78 |
* | Adding tests for imagecolorallocatealpha | Rafael Machado Dohms | 2009-08-24 | 6 | -0/+143 |
* | Test case for bug #42434 | Kalle Sommer Nielsen | 2009-07-30 | 1 | -0/+26 |