summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-122-4/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-122-4/+35
| |\ \ | | |/
| | * Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-122-4/+35
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-222-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-222-1/+21
| |\ \ | | |/
| | * Fix #79615: Wrong GIF header written in GD GIFEncodeChristoph M. Becker2020-05-222-1/+21
* | | Fix [-Wundef] warning in GD extensionGeorge Peter Banyard2020-05-204-20/+20
* | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-2/+2
* | | workaround typo in system libgd 2.3.0Remi Collet2020-04-151-0/+5
* | | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-142-4/+4
* | | Lowercase NULL to null in stubsMáté Kocsis2020-04-112-12/+12
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-16/+19
* | | Fix typo in GD stubNikita Popov2020-04-081-1/+1
* | | Improve some ValueError messagesMáté Kocsis2020-04-0618-137/+161
* | | Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-054-284/+286
* | | Verify that all stubs have a return typeNikita Popov2020-04-032-2/+2
* | | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-1/+1
* | | Improve error messages of various extensionsMáté Kocsis2020-03-238-21/+21
* | | Change argument error message formatMáté Kocsis2020-02-263-3/+3
* | | Make type error messages more consistentMáté Kocsis2020-02-173-3/+3
* | | Fix [-Wtype-limits] in bundled GD lib by using signed integersGeorge Peter Banyard2020-02-061-2/+2
* | | 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-1717-20/+20
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-167-8/+8
* | | Add imagegetinterpolation()Christoph M. Becker2020-01-1410-14/+120
* | | Avoid superfluous assignmentsChristoph M. Becker2020-01-091-2/+0
* | | Fix hypothetical segfault in gdTransformAffineCopy()Christoph M. Becker2020-01-061-3/+13
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-063-1/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-063-1/+22
| |\ \ | | |/
| | * Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-063-1/+22
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-063-3/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-063-3/+20
| |\ \ | | |/
| | * Fix #79067: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-063-3/+20
* | | Remove useless else branchChristoph M. Becker2020-01-061-6/+0
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* | | Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-6/+6
* | | Use RETURN_THROWS() after zend_value_error()Máté Kocsis2019-12-311-34/+34
* | | Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensionsMáté Kocsis2019-12-311-89/+89
* | | Regenerate stubsNikita Popov2019-12-301-2/+2
* | | Fix smaller issues with stubsMáté Kocsis2019-12-201-2/+2
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-091-0/+1
|\ \ \ | |/ /
| * | Call zend_unregister_ini_entries() when unload extension loaded through dl() ...Dmitry Stogov2019-12-091-0/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-073-3/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-073-3/+2
| |\ \ | | |/
| | * Fix #78923: Artifacts when convoluting image with transparencywillson-chen2019-12-073-3/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-211-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-11-211-1/+1
| | |\
| | | * Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-211-1/+1