summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).Ilia Alshanetsky2010-06-301-6/+1
* - nuke unused varsPierre Joye2010-05-051-2/+2
* - #51063, implement getimagesizefromstringPierre Joye2010-05-051-18/+51
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this...Scott MacVicar2009-03-171-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+1
* - New parameter parsing APIFelipe Pena2008-06-201-35/+15
* - MFH Add constants and new test (test from testfest.php.net)Marcus Boerger2008-05-241-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added icon file format support to getimagesizeScott MacVicar2007-10-131-4/+49
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-2/+1
* Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE).Ilia Alshanetsky2007-05-081-4/+4
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* WS fixHannes Magnusson2006-06-251-4/+4
* MFH: image_type_to_mime_type()Hannes Magnusson2006-06-251-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33210 (relax jpeg recursive loop protection).Ilia Alshanetsky2005-06-011-1/+1
* - Actuall the comments were correctMarcus Boerger2005-03-061-2/+2
* Fixed bug #29424 (width and height inverted for JPEG2000 files).Ilia Alshanetsky2005-03-061-1/+1
* Handle last or broken JP2 boxes correctly.Stefan Esser2005-03-011-0/+5
* - MFBMarcus Boerger2005-03-011-6/+6
* Fixed compiler warnings.Ilia Alshanetsky2005-02-271-1/+1
* - Little speed upMarcus Boerger2005-02-241-0/+7
* - This must be == 1Marcus Boerger2005-02-241-1/+1
* - Prevent superflous memory allocationMarcus Boerger2005-02-241-9/+12
* Additional safety checks.Ilia Alshanetsky2005-02-231-2/+8
* - Slightly redesignMarcus Boerger2005-02-231-8/+11
* Fixed bug #30281 (Prevent non-wbmp images from being detected as such).Ilia Alshanetsky2004-10-041-1/+1
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-09-251-3/+0
* - Added a notice to getimagesize in case zlib is not available and a compressedDerick Rethans2004-08-111-2/+5
* Fixed bug #29443 (Sanity check for wbmp detection).Ilia Alshanetsky2004-07-301-0/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Check validity of seeks.Marcus Boerger2003-12-151-23/+38
* Added image_type_to_extension() function.Ilia Alshanetsky2003-11-271-0/+43
* Bugfix #26216: ("getimagesize(): stream does not support seeking" whenMarcus Boerger2003-11-121-1/+1