summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Expand)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-3/+5
* Merge branch 'PHP-7.3'Nikita Popov2018-08-211-15/+35
|\
| * Avoid directly adding to string literalDavid Carlier2018-08-211-15/+35
* | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Merge branch 'PHP-7.2'Christoph M. Becker2018-06-301-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-301-1/+1
| |\
| | * Fix #71848: getimagesize with $imageinfo returns falseChristoph M. Becker2018-06-301-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | Fixed folderXinchen Hui2018-03-161-0/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Change getimagesize() and friends to report image/bmpChristoph M. Becker2017-08-031-1/+1
|/ /
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in standardSara Golemon2016-12-301-9/+13
|/
* Remove channels from getimagesize() results for WebPChristoph M. Becker2016-10-081-10/+2
* Add VP8X support to getimagesize() and friendsChristoph M. Becker2016-10-081-15/+23
* Add VP8L support to getimagesize() and friendsChristoph M. Becker2016-10-081-6/+27
* Implement #65038: IMAGETYPE_WEBP constant missingChristoph M. Becker2016-10-081-0/+46
* improve fixAnatol Belski2016-09-021-4/+2
* fix mem leakAnatol Belski2016-09-021-2/+8
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-131-26/+14
|\
| * Fix #72278: getimagesize returning FALSE on valid jpgChristoph M. Becker2016-08-131-27/+15
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | fix possible NULL deref in image functionsAnatol Belski2015-11-051-1/+6
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-231-7/+18
|\ \ | |/
| * Fix #70052: getimagesize() fails for very large and very small WBMPChristoph M. Becker2015-07-231-7/+18
| * bump yearXinchen Hui2015-01-151-1/+1
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* | More warning fixesNikita Popov2015-07-171-4/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | fix warningsMichael Wallner2015-01-301-10/+9
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-18/+18
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-77/+77
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* | Merge branch 'PHP-5.6'Anatol Belski2014-09-191-3/+3
|\ \ | |/
| * fix possible array underflowAnatol Belski2014-09-191-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fix conditionsAnatol Belski2014-09-191-2/+2
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-3/+3
* | master renames phase 1Anatol Belski2014-08-251-31/+31
* | yet more fixes to zppAnatol Belski2014-08-201-4/+4