summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image
Commit message (Expand)AuthorAgeFilesLines
* Remove channels from getimagesize() results for WebPChristoph M. Becker2016-10-081-6/+2
* Add VP8X support to getimagesize() and friendsChristoph M. Becker2016-10-083-2/+19
* Fix WSChristoph M. Becker2016-10-081-9/+9
* Add VP8L support to getimagesize() and friendsChristoph M. Becker2016-10-083-2/+21
* Implement #65038: IMAGETYPE_WEBP constant missingChristoph M. Becker2016-10-086-4/+32
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-133-1/+35
|\
| * Fix #72278: getimagesize returning FALSE on valid jpgChristoph M. Becker2016-08-133-1/+35
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-311-0/+1
|\ \ | |/
| * test requires imagejpeg(); skip otherwiseChristoph M. Becker2015-07-311-0/+1
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-233-0/+21
|\ \ | |/
| * Fix #70052: getimagesize() fails for very large and very small WBMPChristoph M. Becker2015-07-233-0/+21
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-181-0/+31
|\ \ | |/
| * Fix #70096: Repeated iptcembed() adds superfluous FF bytesChristoph M. Becker2015-07-181-0/+31
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-8/+8
* | Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-291-0/+0
|\ \
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-0/+0
| |/
* | Skip buncha tests on 32-bitAndrea Faulds2014-11-291-1/+3
|/
* Fix bug #67250 (iptcparse out-of-bounds read)Stanislav Malyshev2014-05-111-0/+8
* Fixed bug #67024 - getimagesize should recognize BMP files with negative heightGabor Buella2014-04-133-2/+19
* Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_f...Lars Strojny2013-01-143-5/+22
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * move it to right placeXinchen Hui2011-09-065-0/+359
* | move it to right placeXinchen Hui2011-09-065-0/+359
* | - #51063, news and testPierre Joye2010-05-052-0/+49
|/
* MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this...Scott MacVicar2009-03-174-4/+4
* Fix names of new image files.andy wharmby2009-01-235-9/+9
* New image tests. Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-2213-0/+711
* Commited for Sanjay, reviewed by Pierre. Testfest task 117.Zoe Slattery2008-06-131-0/+38
* Commited for Sanjay, reviewed by Pierre. Testfest task 117.Zoe Slattery2008-06-137-0/+219
* Commited for Sanjay, reviewed by Pierre. Testfest task 118.Zoe Slattery2008-06-134-0/+72
* - MFH Add constants and new test (test from testfest.php.net)Marcus Boerger2008-05-241-0/+79
* MFH: fix segfault in iptcembed()Antony Dovgal2007-05-101-0/+18
* improve test fileAntony Dovgal2006-06-251-1/+24
* MFH: image_type_to_mime_type()Hannes Magnusson2006-06-251-0/+80
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* Test name formattingMoriyoshi Koizumi2003-01-231-2/+2
* Added missing test result.Ilia Alshanetsky2003-01-171-1/+18
* fix jp2 detection and add testfileMarcus Boerger2003-01-172-1/+3
* - JPEG 2000 supportMarcus Boerger2003-01-162-3/+5
* -Added colordepth for pngMarcus Boerger2002-11-185-1/+87
* Added test for swc files (compressed swf files), this must be done in aIlia Alshanetsky2002-11-121-0/+25
* Move SWC (compressed swf) check into a separate test because this checkIlia Alshanetsky2002-11-083-21/+5
* Added swf info.Ilia Alshanetsky2002-11-071-1/+5
* Added swf and swc (compressed swf) test cases and added 'bits' portion toIlia Alshanetsky2002-11-073-3/+31
* add tests for functions in image.c (not requiring gd,zlib or exif)Marcus Boerger2002-11-0314-0/+246