summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* These need to be volatile in order to prevent leaking after theRasmus Lerdorf2012-11-051-2/+2
| | | | longjmp in the error handler
* enabled libxpm for gd on windowsAnatoliy Belsky2012-10-241-1/+5
|
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-125-2/+145
|\ | | | | | | | | * PHP-5.3: fixed tests for gd having freetype >= 2.4.10
| * fixed tests for gd having freetype >= 2.4.10Anatoliy Belsky2012-10-125-2/+145
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1080-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-1080-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-041-0/+5
|\ \ | |/ | | | | | | * PHP-5.3: exposing the libxpm version in phpinfo
| * exposing the libxpm version in phpinfoAnatoliy Belsky2012-10-041-0/+5
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-021-2/+1
|\ \ | |/ | | | | | | * PHP-5.3: reverted the previous fix for libpng include
| * reverted the previous fix for libpng includeAnatoliy Belsky2012-10-021-2/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-021-1/+2
|\ \ | |/ | | | | | | * PHP-5.3: fixed include checks for libpng under win
| * fixed include checks for libpng under winAnatoliy Belsky2012-10-021-1/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-051-1/+1
|\ \ | |/ | | | | | | Conflicts: ext/interbase/interbase.rc
| * year++Xinchen Hui2012-09-051-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-041-4/+16
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Fix bug #61480 test bug - ext/gd/tests/bug48555.phpt updated the NEWS with the latest fileinfo changes Conflicts: NEWS
| * Fix bug #61480 test bug - ext/gd/tests/bug48555.phptMatt Ficken2012-04-041-4/+16
| |
| * - Year++Felipe Pena2012-01-013-3/+3
| |
| * Fixed #60160 and added a test for itFlorian Anderiasch2011-11-012-13/+34
| |
| * move it to right placeXinchen Hui2011-09-066-435/+0
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Adding testcases to validate imageloadfont input parameter validation, tests ↵Rafael Machado Dohms2011-05-312-0/+30
| | | | | | | | were developed at #tek11 testfest
| * Check headers first and let the CHECK_LIBRARY macroRasmus Lerdorf2011-05-121-8/+4
| | | | | | | | | | | | | | | | handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix the build on Ubuntu natty.
| * - malloc may failPierre Joye2011-01-191-0/+3
| |
| * - Year++Felipe Pena2011-01-013-3/+3
| |
| * - WSPierre Joye2010-12-281-1/+1
| |
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-0/+2
| | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
| * Merge from trunk:Martin Jansen2010-12-111-2/+2
| | | | | | | | | | | | | | * Fixed parameter check introduced with the recent fix for bug #53492. * Improved the error message along the way.
| * - Fix #53492, fix crash if aa steps are invalidPierre Joye2010-12-081-0/+5
| |
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-182-0/+14
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * - WSPierre Joye2010-06-301-2/+2
| |
| * - typo for iconv DLL .libPierre Joye2010-06-281-1/+1
| |
| * - #52043,GD doesn't recognize latest libJPEG versionPierre Joye2010-06-141-0/+9
| |
| * Check for -1 as well hereRasmus Lerdorf2010-05-241-2/+2
| |
| * Let's have a sane error message here instead of some cryptic zlib errorRasmus Lerdorf2010-05-241-0/+4
| |
| * - - Fixed #51128, imagefill() doesn't work with large imagesPierre Joye2010-04-281-2/+2
| |
| * - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-282-1/+25
| |
| * - WSPierre Joye2010-04-281-2/+2
| |
| * Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)Takeshi Abe2010-03-242-1/+33
| |
* | - Year++Felipe Pena2012-01-013-3/+3
| |
* | Fixed #60160 and added a test for itFlorian Anderiasch2011-11-012-13/+34
| |
* | move it to right placeXinchen Hui2011-09-066-435/+0
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-062-3/+3
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Adding testcases to validate imageloadfont input parameter validation, tests ↵Rafael Machado Dohms2011-05-312-0/+30
| | | | | | | | were developed at #tek11 testfest
* | Check headers first and let the CHECK_LIBRARY macroRasmus Lerdorf2011-05-121-10/+6
| | | | | | | | | | | | | | | | handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix the build on Ubuntu natty.
* | - malloc may failPierre Joye2011-01-191-0/+3
| |
* | - useless commented codePierre Joye2011-01-031-1/+0
| |
* | - slightly cleanerPierre Joye2011-01-031-1/+1
| |
* | - fix crash when argc > 1 and to_zval is NULL (thx tony for the headup)Pierre Joye2011-01-031-1/+1
| |