Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call zend_unregister_ini_entries() when unload extension loaded through dl() ... | Dmitry Stogov | 2019-12-09 | 1 | -0/+1 |
* | Fix parameter order | Christoph M. Becker | 2019-08-11 | 1 | -4/+4 |
* | Extend color component range checks | Christoph M. Becker | 2019-08-11 | 1 | -8/+45 |
* | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -4/+4 |
* | cleanup gd build with system libgd - drop need to use libpng with system libg... | Remi Collet | 2019-07-22 | 1 | -31/+25 |
* | Drop superfluous ENABLE_GD_TTF | Christoph M. Becker | 2019-07-22 | 1 | -24/+12 |
* | Use ZEND_HASH_FOREACH APIs in a few more places | Nikita Popov | 2019-07-16 | 1 | -6/+2 |
* | Properly shut down font cache mutex | Christoph M. Becker | 2019-06-21 | 1 | -1/+12 |
* | Support TGA reading | Christoph M. Becker | 2019-06-20 | 1 | -0/+31 |
* | imagecolorallocate(): Check that RGB components are in-range | Nikita Popov | 2019-06-20 | 1 | -1/+14 |
* | imageloadfont: Perform overflow check before calculation | Nikita Popov | 2019-06-19 | 1 | -7/+7 |
* | Add BMP support to PHP info | Christoph M. Becker | 2019-06-13 | 1 | -0/+3 |
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -1/+4 |
* | Implemented the gdScatter filter I wrote almost 10 years ago | Kalle Sommer Nielsen | 2019-05-10 | 1 | -2/+50 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-04-29 | 1 | -1/+5 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-04-29 | 1 | -1/+5 |
| |\ | |||||
| | * | Fix #77943: imageantialias($image, false); does not work | Christoph M. Becker | 2019-04-29 | 1 | -1/+5 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -3/+3 |
* | | | Remove unused variables | Fabien Villepinte | 2019-03-17 | 1 | -1/+1 |
* | | | Remove dead code | Christoph M. Becker | 2019-02-28 | 1 | -28/+2 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Preserve aspect ratio for width or height | Andreas Treichel | 2019-01-05 | 1 | -2/+6 |
* | | | Resolve imagecropauto() default $mode quirk | Christoph M. Becker | 2018-12-12 | 1 | -2/+4 |
|/ / | |||||
* | | Cleanup unused items | Anatol Belski | 2018-08-02 | 1 | -3/+0 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Deprecate image2wbmp() | Christoph M. Becker | 2018-06-10 | 1 | -59/+5 |
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -3/+3 |
* | | Dump obsolete EBCDIC support | Christoph M. Becker | 2018-05-14 | 1 | -6/+0 |
* | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-03-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #73957: signed integer conversion in imagescale() | Christoph M. Becker | 2018-03-10 | 1 | -1/+1 |
* | | | [ci skip] Remove space between function name and open parentheses | Gabriel Caruso | 2018-02-24 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix imagesetinterpolation arginfo | Gabriel Caruso | 2018-02-24 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -3/+3 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2017-10-25 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2017-10-25 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-25 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fix bug #75437 Wrong reflection on imagewebp | Fabien Villepinte | 2017-10-25 | 1 | -0/+1 |
* | | | | Narrow typeinfos down for zend_parse_paramenters_none | Xinchen Hui | 2017-09-12 | 1 | -1/+1 |
* | | | | Fixed signature | Xinchen Hui | 2017-09-09 | 1 | -4/+4 |
* | | | | Remove redundant checks in ext/gd | Tom Van Looy | 2017-09-04 | 1 | -20/+0 |
* | | | | Replace magic values with constants | Andreas Treichel | 2017-08-19 | 1 | -16/+16 |
* | | | | Add support for webp in imagecreatefromstring | Andreas Treichel | 2017-07-30 | 1 | -12/+21 |
|/ / / |