summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in various placesGeorge Peter Banyard2021-03-171-1/+1
* Merge branch 'PHP-8.0'Nikita Popov2021-03-171-1/+1
|\
| * Return bool from imageinterlace()Nikita Popov2021-03-171-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+1
|\ \ | |/
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-091-14/+20
|\ \ | |/
| * Properly check imagegd() signatureNikita Popov2021-02-091-2/+12
| * Make imagegd $file parameter nullableNikita Popov2021-02-091-13/+9
* | Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-081-8/+2
* | Replace zend_bool uses with boolNikita Popov2021-01-151-14/+14
* | Merge branch 'PHP-8.0'Nikita Popov2020-12-021-2/+3
|\ \ | |/
| * Don't throw from imagecreatefromstring() with too short stringNikita Popov2020-12-021-2/+3
* | Fix zpp for GdFont|intNikita Popov2020-10-221-20/+22
* | Don't allow properties on former resource objectsNikita Popov2020-10-221-2/+2
* | Merge branch 'PHP-8.0'Nikita Popov2020-10-221-1/+1
|\ \ | |/
| * Don't allow properties on GdImageNikita Popov2020-10-221-1/+1
* | Convert gdFont from resource to objectSara Golemon2020-10-211-66/+98
* | Remove IGNORE_URL_WIN macroChristoph M. Becker2020-10-181-4/+4
|/
* Fix null foreground in imagewbmpNikita Popov2020-10-141-1/+1
* Update ext/gd parameter namesNikita Popov2020-10-091-6/+6
* Add test instantiating all objectsNikita Popov2020-10-011-3/+3
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-34/+10
* Promote warnings to exceptions in ext/gdMáté Kocsis2020-08-201-15/+15
* Fix the default value handling of imagegif()Máté Kocsis2020-07-311-1/+1
* Fix UNKNOWN default values in ext/mbstring and ext/gdMáté Kocsis2020-07-281-54/+53
* Explode _php_image_output_ctx() into multiple functionsMáté Kocsis2020-07-201-112/+189
* Export php_gd_libgdimageptr_from_zval_p()Christoph M. Becker2020-07-111-1/+1
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-10/+10
* Remove proto comments from C filesMax Semenik2020-07-061-238/+119
* Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-161-2/+2
* Fix [-Wundef] warning in GD extensionGeorge Peter Banyard2020-05-201-16/+16
* 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-141-3/+3
* Improve some ValueError messagesMáté Kocsis2020-04-061-72/+96
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-151/+1
* Improve error messages of various extensionsMáté Kocsis2020-03-231-8/+8
* Add imagegetinterpolation()Christoph M. Becker2020-01-141-0/+21
* 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
* 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
* | Make the $num_points parameter of php_imagepolygon optionalChristoph M. Becker2019-11-151-1/+10
* | Fix #55005: imagepolygon num_points requirementChristoph M. Becker2019-11-021-7/+2
* | Remove unused codeChristoph M. Becker2019-11-021-18/+0
* | Just return after throwing a ValueErrorChristoph M. Becker2019-09-301-2/+2