Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-20 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.4: - Fix extern declaration according to definition | ||||
| * | - Fix extern declaration according to definition | Felipe Pena | 2013-10-20 | 1 | -1/+1 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | ensure that the defined interpolation method is used by the generic scaling ↵ | unknown | 2013-09-09 | 1 | -1/+4 |
| | | | | | | | | functions | ||||
* | | Reduce compiler noise by removing unused variables and labels | Christopher Jones | 2013-08-14 | 2 | -2/+1 |
| | | |||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -4/+4 |
| | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | typo fixes | Veres Lajos | 2013-07-15 | 3 | -3/+3 |
| | | |||||
* | | Cleanup temp file | Christopher Jones | 2013-07-09 | 1 | -0/+2 |
| | | |||||
* | | fix imagecreatefromwebp and imagewebp protos | Remi Collet | 2013-06-24 | 1 | -3/+3 |
| | | |||||
* | | Use same logic to load WebP image that other formats | Remi Collet | 2013-06-24 | 1 | -18/+1 |
| | | |||||
* | | Upstream fix from https://bitbucket.org/libgd/gd-libgd/issue/75 | Remi Collet | 2013-06-24 | 1 | -11/+22 |
| | | |||||
* | | Require second parameter of imagecrop() | Jakub Vrana | 2013-06-23 | 1 | -1/+1 |
| | | |||||
* | | Fixed Bug #65060 imagecreatefrom... crashes with user streams | Remi Collet | 2013-06-21 | 1 | -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 Joye | 2013-06-20 | 2 | -29/+18 |
| | | | | | | | | imagerotate | ||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Fix image method signatures | Jakub Vrana | 2013-06-10 | 1 | -7/+7 |
| | | |||||
* | | Fixed Bug #64962 imagerotate produce corrupted image | Remi Collet | 2013-06-03 | 1 | -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 imagesetinterpolation | Remi Collet | 2013-06-03 | 1 | -4/+4 |
| | | | | | | | | enum type are not long ;) so cannot be used as zend_parse_parameters arg. | ||||
* | | fix #64898imagerotate is broken with bilinear interpolation | Pierre Joye | 2013-05-27 | 1 | -6/+6 |
| | | |||||
* | | fixe preprocessor definition | Anatol Belski | 2013-05-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #64785 : restore 5.4 behaviour, libpng is mandatory | Remi Collet | 2013-05-08 | 1 | -3/+4 |
| | | |||||
* | | gd: fix 2 failed tests (bundled lib) due to arithmetic precision (allow ↵ | Remi Collet | 2013-05-06 | 2 | -6/+6 |
| | | | | | | | | minor diff). | ||||
* | | gd: fix previous (bad include) | Remi Collet | 2013-05-06 | 1 | -1/+1 |
| | | |||||
* | | Revert removal of overflow2 use in gd.c | Remi Collet | 2013-05-06 | 4 | -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 Collet | 2013-05-05 | 1 | -1/+1 |
| | | |||||
* | | Move (back) missing functions in system libgd to gd_compat | Remi Collet | 2013-05-05 | 4 | -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 Collet | 2013-05-05 | 1 | -11/+2 |
| | | | | | | | | version only with external libgd | ||||
* | | gd: missing comma | Remi Collet | 2013-05-05 | 1 | -2/+1 |
| | | |||||
* | | gd: fix typo and cleanups | Remi Collet | 2013-05-04 | 1 | -8/+7 |
| | | |||||
* | | fix build with bundled libgd | Remi Collet | 2013-05-04 | 2 | -9/+13 |
| | | |||||
* | | Move png and jpeg version functions to gd.c so the external library build ↵ | Ondřej Surý | 2013-05-04 | 4 | -49/+45 |
| | | | | | | | | doesn't include anything from libgd/. | ||||
* | | Remove extra unused functions from gd_compat.h | Ondřej Surý | 2013-05-04 | 1 | -54/+0 |
| | | |||||
* | | Rewrite Xpm library check so it doesn't break on MultiArch systems | Ondřej Surý | 2013-05-04 | 1 | -9/+2 |
| | | |||||
* | | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdef | Ondřej Surý | 2013-05-04 | 5 | -491/+80 |
| | | |||||
* | | * Remove overflow2, getmbi and skipheaders from gd_compat.h * Add missing ↵ | Ondřej Surý | 2013-05-04 | 3 | -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-04 | 1 | -48/+0 |
| | | |||||
* | | Allow to use new GD-2.1.0 function from system library | Ondřej Surý | 2013-05-04 | 4 | -52/+95 |
| | | |||||
* | | fix #64738, fix implicit type declaration | Pierre Joye | 2013-04-30 | 1 | -1/+1 |
| | | |||||
* | | fix #64725, wrong res check | Pierre Joye | 2013-04-27 | 1 | -1/+1 |
| | | |||||
* | | - #64710, check return val | Pierre Joye | 2013-04-26 | 1 | -4/+8 |
| | | |||||
* | | - #64710, kill unused var | Pierre Joye | 2013-04-26 | 1 | -1/+1 |
| | | |||||
* | | #64710, kill unused vars | Pierre Joye | 2013-04-26 | 1 | -3/+0 |
| | | |||||
* | | #64710, kill unused vars | Pierre Joye | 2013-04-26 | 1 | -3/+0 |
| | | |||||
* | | #64710, kill unused vars | Pierre Joye | 2013-04-26 | 1 | -3/+0 |
| | | |||||
* | | #64710, kill unused vars | Pierre Joye | 2013-04-26 | 1 | -3/+0 |
| | | |||||
* | | #64710, kill unused vars | Pierre Joye | 2013-04-26 | 1 | -4/+1 |
| | | |||||
* | | #64710, Implicit declaration | Pierre Joye | 2013-04-26 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #64707 missing declaration after dd0399f | Remi Collet | 2013-04-25 | 1 | -0/+2 |
| | | |||||
* | | gd: missing headers in previous | Remi Collet | 2013-04-24 | 1 | -1/+4 |
| | |