| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-8.0' | Nikita Popov | 2021-03-17 | 4 | -10/+10 |
| |\ | |||||
| | * | Return bool from imageinterlace() | Nikita Popov | 2021-03-17 | 4 | -10/+10 |
| * | | Deprecate passing null to non-nullable arg of internal function | Nikita Popov | 2021-02-11 | 1 | -1/+1 |
| |/ | |||||
| * | Don't throw from imagecreatefromstring() with too short string | Nikita Popov | 2020-12-02 | 1 | -2/+3 |
| * | Update ext/gd parameter names | Nikita Popov | 2020-10-09 | 26 | -32/+32 |
| * | Throw warning for failed object to int/float conversion | Nikita Popov | 2020-09-21 | 1 | -3/+3 |
| * | Run tidy | Nikita Popov | 2020-09-18 | 116 | -321/+321 |
| * | Make null byte error a ValueError | Nikita Popov | 2020-09-08 | 3 | -6/+6 |
| * | Fix UNKNOWN default values in various extensions | Máté Kocsis | 2020-09-07 | 1 | -5/+50 |
| * | Promote warnings to exceptions in ext/gd | Máté Kocsis | 2020-08-20 | 32 | -54/+80 |
| * | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 1 | -1/+0 |
| * | Fix UNKNOWN default values in ext/mbstring and ext/gd | Máté Kocsis | 2020-07-28 | 2 | -20/+3 |
| * | Replace EXPECTF when possible | Fabien Villepinte | 2020-06-29 | 4 | -4/+4 |
| * | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 11 | -61/+0 |
| * | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-06-12 | 1 | -0/+31 |
| |\ | |||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-06-12 | 1 | -0/+31 |
| | |\ | |||||
| | | * | Fix #79676: imagescale adds black border with IMG_BICUBIC | Christoph M. Becker | 2020-06-12 | 1 | -0/+31 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-05-22 | 1 | -0/+20 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-05-22 | 1 | -0/+20 |
| | |\ \ | | |/ | |||||
| | | * | Fix #79615: Wrong GIF header written in GD GIFEncode | Christoph M. Becker | 2020-05-22 | 1 | -0/+20 |
| * | | | Improve some ValueError messages | Máté Kocsis | 2020-04-06 | 17 | -65/+65 |
| * | | | Display nullability in type error messages for internal functions | Máté Kocsis | 2020-03-31 | 1 | -1/+1 |
| * | | | Improve error messages of various extensions | Máté Kocsis | 2020-03-23 | 7 | -13/+13 |
| * | | | Change argument error message format | Máté Kocsis | 2020-02-26 | 3 | -3/+3 |
| * | | | Make type error messages more consistent | Máté Kocsis | 2020-02-17 | 3 | -3/+3 |
| * | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 49 | -593/+593 |
| * | | | Fix #78880 Another round | Máté Kocsis | 2020-01-19 | 2 | -2/+2 |
| * | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 13 | -14/+14 |
| * | | | Fix #78880: Final spelling fixes | Máté Kocsis | 2020-01-16 | 3 | -3/+3 |
| * | | | Add imagegetinterpolation() | Christoph M. Becker | 2020-01-14 | 3 | -6/+61 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-01-06 | 2 | -0/+21 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-06 | 2 | -0/+21 |
| | |\ \ | | |/ | |||||
| | | * | Fix #79068: gdTransformAffineCopy() changes interpolation method | Christoph M. Becker | 2020-01-06 | 2 | -0/+21 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-01-06 | 1 | -0/+14 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-06 | 1 | -0/+14 |
| | |\ \ | | |/ | |||||
| | | * | Fix #79067: gdTransformAffineCopy() may use unitialized values | Christoph M. Becker | 2020-01-06 | 1 | -0/+14 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-12-07 | 2 | -3/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-12-07 | 2 | -3/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix #78923: Artifacts when convoluting image with transparency | willson-chen | 2019-12-07 | 2 | -3/+1 |
| * | | | Make the $num_points parameter of php_imagepolygon optional | Christoph M. Becker | 2019-11-15 | 9 | -20/+19 |
| * | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 53 | -106/+0 |
| * | | | Fix #55005: imagepolygon num_points requirement | Christoph M. Becker | 2019-11-02 | 3 | -42/+21 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-01 | 3 | -3/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-01 | 3 | -3/+3 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-01 | 3 | -3/+3 |
| | | |\ | |||||
| | | | * | Add missing skip keyword in tests | Fabien Villepinte | 2019-10-01 | 3 | -3/+3 |
| * | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-09-30 | 2 | -4/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fix borked SKIPIFs | Fabien Villepinte | 2019-09-30 | 2 | -4/+3 |
| * | | | | Convert GD Resources to objects | Mark | 2019-09-30 | 31 | -464/+86 |
| * | | | | Prefer ValueError over Error in GD | Christoph M. Becker | 2019-09-10 | 14 | -41/+41 |
