summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* imagecolortransparent() cannot return nullNikita Popov2021-03-172-3/+3
* Return bool from imageinterlace()Nikita Popov2021-03-177-14/+14
* Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+1
* Properly check imagegd() signatureNikita Popov2021-02-091-2/+12
* Make imagegd $file parameter nullableNikita Popov2021-02-093-18/+14
* Don't throw from imagecreatefromstring() with too short stringNikita Popov2020-12-022-4/+6
* Don't allow properties on GdImageNikita Popov2020-10-221-1/+1
* Fix null foreground in imagewbmpNikita Popov2020-10-141-1/+1
* Update ext/gd parameter namesNikita Popov2020-10-0929-280/+276
* Add test instantiating all objectsNikita Popov2020-10-011-3/+3
* Throw warning for failed object to int/float conversionNikita Popov2020-09-211-3/+3
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* 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-074-73/+76
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-241-4/+8
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-241-4/+8
| |\
| | * Fix potential integer overflow detected by oss-fuzzChristoph M. Becker2020-08-241-4/+8
* | | Promote warnings to exceptions in ext/gdMáté Kocsis2020-08-2033-69/+95
* | | Add all the missing parameter types to stubsMáté Kocsis2020-08-132-6/+4
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-1/+0
* | | Fix the default value handling of imagegif()Máté Kocsis2020-07-311-1/+1
* | | Add a few missing parameter types in stubsMáté Kocsis2020-07-302-5/+5
* | | Fix UNKNOWN default values in ext/mbstring and ext/gdMáté Kocsis2020-07-285-112/+101
* | | Explode _php_image_output_ctx() into multiple functionsMáté Kocsis2020-07-203-113/+199
* | | Export php_gd_libgdimageptr_from_zval_p()Christoph M. Becker2020-07-113-3/+10
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-10/+10
* | | Drop dead prototypeNikita Popov2020-07-101-2/+0
* | | Remove proto comments from C filesMax Semenik2020-07-061-238/+119
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-294-4/+4
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2411-61/+0
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Return void from php_jpeg_emit_message()Nikita Popov2020-06-191-5/+2
* | | Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-161-2/+2
* | | 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