summaryrefslogtreecommitdiff
path: root/ext/gd/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-03-174-10/+10
|\
| * Return bool from imageinterlace()Nikita Popov2021-03-174-10/+10
* | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
|/
* Don't throw from imagecreatefromstring() with too short stringNikita Popov2020-12-021-2/+3
* Update ext/gd parameter namesNikita Popov2020-10-0926-32/+32
* Throw warning for failed object to int/float conversionNikita Popov2020-09-211-3/+3
* Run tidyNikita Popov2020-09-18116-321/+321
* Make null byte error a ValueErrorNikita Popov2020-09-083-6/+6
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-5/+50
* Promote warnings to exceptions in ext/gdMáté Kocsis2020-08-2032-54/+80
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-1/+0
* Fix UNKNOWN default values in ext/mbstring and ext/gdMáté Kocsis2020-07-282-20/+3
* Replace EXPECTF when possibleFabien Villepinte2020-06-294-4/+4
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2411-61/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-121-0/+31
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-121-0/+31
| |\
| | * Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-121-0/+31
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-221-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-221-0/+20
| |\ \ | | |/
| | * Fix #79615: Wrong GIF header written in GD GIFEncodeChristoph M. Becker2020-05-221-0/+20
* | | Improve some ValueError messagesMáté Kocsis2020-04-0617-65/+65
* | | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-1/+1
* | | Improve error messages of various extensionsMáté Kocsis2020-03-237-13/+13
* | | Change argument error message formatMáté Kocsis2020-02-263-3/+3
* | | Make type error messages more consistentMáté Kocsis2020-02-173-3/+3
* | | Reindent phpt filesNikita Popov2020-02-0349-593/+593
* | | Fix #78880 Another roundMáté Kocsis2020-01-192-2/+2
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-1713-14/+14
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-163-3/+3
* | | Add imagegetinterpolation()Christoph M. Becker2020-01-143-6/+61
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-062-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-062-0/+21
| |\ \ | | |/
| | * Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-062-0/+21
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-061-0/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-061-0/+14
| |\ \ | | |/
| | * Fix #79067: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-061-0/+14
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-072-3/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-072-3/+1
| |\ \ | | |/
| | * Fix #78923: Artifacts when convoluting image with transparencywillson-chen2019-12-072-3/+1
* | | Make the $num_points parameter of php_imagepolygon optionalChristoph M. Becker2019-11-159-20/+19
* | | Clean DONE tags from testsFabien Villepinte2019-11-0753-106/+0
* | | Fix #55005: imagepolygon num_points requirementChristoph M. Becker2019-11-023-42/+21
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-013-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-013-3/+3
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-013-3/+3
| | |\
| | | * Add missing skip keyword in testsFabien Villepinte2019-10-013-3/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-302-4/+3
|\ \ \ \ | |/ / /
| * | | Fix borked SKIPIFsFabien Villepinte2019-09-302-4/+3
* | | | Convert GD Resources to objectsMark2019-09-3031-464/+86
* | | | Prefer ValueError over Error in GDChristoph M. Becker2019-09-1014-41/+41