summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fix jp2 detection and add testfileMarcus Boerger2003-01-171-9/+6
* - corrected error in file detection for very small filesMarcus Boerger2003-01-161-42/+174
* Fix the ZTS build.foobar2003-01-091-1/+1
* Added support for WBMP images.Ilia Alshanetsky2003-01-081-0/+82
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Remove unnecessary code hereMarcus Boerger2002-12-051-8/+2
* Return FALSE on error as mentioned by John Coggeshall.Marcus Boerger2002-12-051-3/+6
* Do not register IMAGETYPE_SWC if zlib, which is needed for parsing of swcIlia Alshanetsky2002-11-191-0/+2
* Added colordepth for pngMarcus Boerger2002-11-181-1/+10
* Fixing unsigned/signed problems (and i thought about it before...)Marcus Boerger2002-11-181-4/+4
* - Remove outdated GPL clause; the file was totally rewrittenDerick Rethans2002-11-181-19/+1
* Make getimagesize more robust against corrupt filesMarcus Boerger2002-11-161-83/+73
* Data manipulation (for big endian transformation) should occur after theIlia Alshanetsky2002-11-121-2/+2
* Fixed prototype of image_type_to_mime_type(), bug #20094.Ilia Alshanetsky2002-11-081-1/+1
* Fixed a crash in image_type_to_mime_type(), when a non integer value isIlia Alshanetsky2002-11-071-2/+10
* Added additional handlers for compressed swf files, which requireIlia Alshanetsky2002-09-181-8/+49
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-0/+3
* php_error_docrefMarcus Boerger2002-08-241-3/+3
* - Fixed compile (bug #18297) on such systems which define uchar.foobar2002-07-121-8/+6
* Unify error messagesDerick Rethans2002-07-081-3/+3
* - No C++ commentsDerick Rethans2002-07-011-2/+2
* bits/channels for gifMarcus Boerger2002-06-251-3/+5
* missing return valueMarcus Boerger2002-06-241-0/+1
* register IMAGETYPE_<xxx> constants in image.c as they are neededMarcus Boerger2002-06-241-0/+21
* @GetImageSize now allways set fields unknown to 0 and new ImagetypeMarcus Boerger2002-06-241-18/+83
* -imagetype2mimetype renamed to image_type_to_mime_typeMarcus Boerger2002-06-231-7/+7
* @GetImageSize now returns additional index 'MimeType' and new functionMarcus Boerger2002-06-221-1/+46
* ws fixMarcus Boerger2002-06-221-29/+29
* - Added support for compressed SWF (Flash MX) files to getimagesize().Derick Rethans2002-05-231-0/+45
* entry_length was set but never usedSascha Schumann2002-05-041-2/+1
* fix warningMarcus Boerger2002-04-111-1/+1
* Streams are all tracked as resources now.Wez Furlong2002-03-201-4/+1
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-47/+47
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-1/+1
* -formattingMarcus Boerger2002-03-161-1/+4
* -use of corrected stream seekMarcus Boerger2002-03-161-7/+4