summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* - Fixed bug #25581 (getimagesize () return incorrect values on bitmapMarcus Boerger2003-10-251-6/+17
* - Fixed bug #25211 (image.c compile failure with AIX)foobar2003-09-091-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* a little bit slower but somewhat tricky and more flexible and it does notMarcus Boerger2003-02-141-9/+11
* ws fixfoobar2003-02-131-2/+2
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-4/+4
* avoid warningsMarcus Boerger2003-02-011-1/+2
* @Added XBM support for GetImageSize(). (helly)Marcus Boerger2003-02-011-0/+76
* Fixed compiler warning.Ilia Alshanetsky2003-01-251-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-10/+0