summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-1/+1
|\ | | | | | | | | * PHP-5.4: - Fix extern declaration according to definition
| * - Fix extern declaration according to definitionFelipe Pena2013-10-201-1/+1
| |
| * typo fixesVeres Lajos2013-07-152-2/+2
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-3/+3
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | ensure that the defined interpolation method is used by the generic scaling ↵unknown2013-09-091-1/+4
| | | | | | | | functions
* | Reduce compiler noise by removing unused variables and labelsChristopher Jones2013-08-142-2/+1
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-4/+4
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | typo fixesVeres Lajos2013-07-153-3/+3
| |
* | Cleanup temp fileChristopher Jones2013-07-091-0/+2
| |
* | fix imagecreatefromwebp and imagewebp protosRemi Collet2013-06-241-3/+3
| |
* | Use same logic to load WebP image that other formatsRemi Collet2013-06-241-18/+1
| |
* | Upstream fix from https://bitbucket.org/libgd/gd-libgd/issue/75Remi Collet2013-06-241-11/+22
| |
* | Require second parameter of imagecrop()Jakub Vrana2013-06-231-1/+1
| |
* | Fixed Bug #65060 imagecreatefrom... crashes with user streamsRemi Collet2013-06-211-3/+2
| | | | | | | | | | | | | | | | Fixed Bug #65084 imagecreatefromjpeg fails with URL Regression introduced in 8a90aad (drop of USE_GD_IOCTX) Secure with php_stream_can_cast to avoid segfault in php_stream_cast. (encountered when imagecreatefromxpm with URL)
* | fix #65070, bgcolor does not use the same format as the input image with ↵Pierre Joye2013-06-202-29/+18
| | | | | | | | imagerotate
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-3/+3
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Fix image method signaturesJakub Vrana2013-06-101-7/+7
| |
* | Fixed Bug #64962 imagerotate produce corrupted imageRemi Collet2013-06-031-8/+8
| | | | | | | | | | | | See https://bitbucket.org/libgd/gd-libgd/issue/67/problem-with-gdrotate This computation need to be done in signed range.
* | Fixed Bug #64961 segfault in imagesetinterpolationRemi Collet2013-06-031-4/+4
| | | | | | | | enum type are not long ;) so cannot be used as zend_parse_parameters arg.
* | fix #64898imagerotate is broken with bilinear interpolationPierre Joye2013-05-271-6/+6
| |
* | fixe preprocessor definitionAnatol Belski2013-05-151-1/+1
| |
* | Fixed bug #64785 : restore 5.4 behaviour, libpng is mandatoryRemi Collet2013-05-081-3/+4
| |
* | gd: fix 2 failed tests (bundled lib) due to arithmetic precision (allow ↵Remi Collet2013-05-062-6/+6
| | | | | | | | minor diff).
* | gd: fix previous (bad include)Remi Collet2013-05-061-1/+1
| |
* | Revert removal of overflow2 use in gd.cRemi Collet2013-05-064-6/+24
| | | | | | | | | | | | | | | | Function provided by gd_security with bundled libgd Function provided by gd_compat with system libgd This fix failed test imageloadfont_invalid.phpt This test now also pass with system libgd
* | gd: fix include...Remi Collet2013-05-051-1/+1
| |
* | Move (back) missing functions in system libgd to gd_compatRemi Collet2013-05-054-32/+57
| | | | | | | | | | - display libPng version in all cases - gd_compat.c in ext/gd (nothing in ext/gd/libgd)
* | gd: don't include png.h (breaks build on some old version), so report libPNG ↵Remi Collet2013-05-051-11/+2
| | | | | | | | version only with external libgd
* | gd: missing commaRemi Collet2013-05-051-2/+1
| |
* | gd: fix typo and cleanupsRemi Collet2013-05-041-8/+7
| |
* | fix build with bundled libgdRemi Collet2013-05-042-9/+13
| |
* | Move png and jpeg version functions to gd.c so the external library build ↵Ondřej Surý2013-05-044-49/+45
| | | | | | | | doesn't include anything from libgd/.
* | Remove extra unused functions from gd_compat.hOndřej Surý2013-05-041-54/+0
| |
* | Rewrite Xpm library check so it doesn't break on MultiArch systemsOndřej Surý2013-05-041-9/+2
| |
* | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdefOndřej Surý2013-05-045-491/+80
| |
* | * Remove overflow2, getmbi and skipheaders from gd_compat.h * Add missing ↵Ondřej Surý2013-05-043-13/+5
| | | | | | | | return in _php_ctx_getmbi * Reintroduce imagecreatefromxbm by checking for gdCreateImageFromXbm
* | Remove overflow2, getmbi and skipheader, since they are not needed anymore.Ondřej Surý2013-05-041-48/+0
| |
* | Allow to use new GD-2.1.0 function from system libraryOndřej Surý2013-05-044-52/+95
| |
* | fix #64738, fix implicit type declarationPierre Joye2013-04-301-1/+1
| |
* | fix #64725, wrong res checkPierre Joye2013-04-271-1/+1
| |
* | - #64710, check return valPierre Joye2013-04-261-4/+8
| |
* | - #64710, kill unused varPierre Joye2013-04-261-1/+1
| |
* | #64710, kill unused varsPierre Joye2013-04-261-3/+0
| |
* | #64710, kill unused varsPierre Joye2013-04-261-3/+0
| |
* | #64710, kill unused varsPierre Joye2013-04-261-3/+0
| |
* | #64710, kill unused varsPierre Joye2013-04-261-3/+0
| |
* | #64710, kill unused varsPierre Joye2013-04-261-4/+1
| |
* | #64710, Implicit declarationPierre Joye2013-04-261-0/+2
| |
* | Fixed bug #64707 missing declaration after dd0399fRemi Collet2013-04-251-0/+2
| |
* | gd: missing headers in previousRemi Collet2013-04-241-1/+4
| |