summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-26/+26
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
* | Refactor zlib (all tests pass)Xinchen Hui2014-05-051-9/+10
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+4
|\ \ | |/
| * Fix windows buildStanislav Malyshev2014-04-131-0/+3
| * Fixed bug #67024 - getimagesize should recognize BMP files with negative heightGabor Buella2014-04-131-0/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
| * typo fixesVeres Lajos2013-07-151-1/+1
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+3
* | Fixed memory leak in getimagesizeXinchen Hui2014-03-061-9/+9
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-27/+27
* | Bump yearXinchen Hui2014-01-031-1/+1
* | typo fixesVeres Lajos2013-07-151-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
|/
* Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_f...Lars Strojny2013-01-141-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #54723 - getimagesize() doesn't check the full ico signature and m...Scott MacVicar2011-05-131-2/+2