summaryrefslogtreecommitdiff
path: root/ext/gd/gd.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Update ext/gd parameter namesNikita Popov2020-10-091-94/+96
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-6/+8
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-1/+2
* Add a few missing parameter types in stubsMáté Kocsis2020-07-301-2/+2
* Fix UNKNOWN default values in ext/mbstring and ext/gdMáté Kocsis2020-07-281-18/+25
* Explode _php_image_output_ctx() into multiple functionsMáté Kocsis2020-07-201-0/+4
* Lowercase NULL to null in stubsMáté Kocsis2020-04-111-6/+6
* Fix typo in GD stubNikita Popov2020-04-081-1/+1
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-0/+2
* Verify that all stubs have a return typeNikita Popov2020-04-031-1/+1
* Add imagegetinterpolation()Christoph M. Becker2020-01-141-0/+2
* Fix smaller issues with stubsMáté Kocsis2019-12-201-2/+2
* Add union return types with one classMáté Kocsis2019-11-181-44/+22
* Make the $num_points parameter of php_imagepolygon optionalChristoph M. Becker2019-11-151-3/+3
* Add union return types for function stubsMáté Kocsis2019-11-111-35/+18
* Convert GD Resources to objectsMark2019-09-301-99/+99
* Fix arginfoChristoph M. Becker2019-08-111-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2019-08-111-2/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2019-08-111-7/+14
* Fix arginfoChristoph M. Becker2019-08-111-1/+1
* Add GD function stubsChristoph M. Becker2019-08-111-0/+269