summaryrefslogtreecommitdiff
path: root/ext/gd
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-172-3/+3
|\
| * imagecolortransparent() cannot return nullNikita Popov2021-03-172-3/+3
* | Merge branch 'PHP-8.0'Nikita Popov2021-03-177-14/+14
|\ \ | |/
| * Return bool from imageinterlace()Nikita Popov2021-03-177-14/+14
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+1
|\ \ | |/
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+1
* | Improve class entry generationMáté Kocsis2021-02-161-3/+2
* | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-093-19/+25
|\ \ | |/
| * Properly check imagegd() signatureNikita Popov2021-02-091-2/+12
| * Make imagegd $file parameter nullableNikita Popov2021-02-093-18/+14
* | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* | Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-083-10/+32
* | Replace zend_bool uses with boolNikita Popov2021-01-151-14/+14
* | Merge branch 'PHP-8.0'Nikita Popov2020-12-022-4/+6
|\ \ | |/
| * Don't throw from imagecreatefromstring() with too short stringNikita Popov2020-12-022-4/+6
* | 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-213-81/+117
* | 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-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