summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Expand)AuthorAgeFilesLines
* - Reverse patchDerick Rethans2002-04-101-22/+11
* -found userland solution to fix UNICODE comments (see tests/003.phpt)Marcus Boerger2002-04-071-11/+22
* removed calls to wctomb, wcstombsMarcus Boerger2002-04-041-23/+3
* - Fix build (Patch by Marcus Boerger)Derick Rethans2002-04-031-0/+5
* -memory leaksMarcus Boerger2002-03-301-5/+7
* -fix bug with not correctly terminated commentsMarcus Boerger2002-03-161-2/+2
* -fixes: memory handling & corrupted filesMarcus Boerger2002-03-111-57/+166
* -commentsMarcus Boerger2002-03-061-3/+6
* -commentsMarcus Boerger2002-03-061-2/+7
* -missing efreeMarcus Boerger2002-03-061-12/+17
* -new working thumbnail codeMarcus Boerger2002-03-061-653/+620
* -fixesMarcus Boerger2002-03-051-735/+907
* - Read IsColor for TIFFMarcus Boerger2002-03-041-155/+191
* - disabled debug informationMarcus Boerger2002-03-041-42/+75
* -addition to last change: php_image.h must be included nowMarcus Boerger2002-03-041-3/+3
* Let getimagesize() and read_exif_data() share the same constants toRasmus Lerdorf2002-03-041-16/+0
* -Added TIFF supportMarcus Boerger2002-03-041-668/+1214
* Wrong brackets by rasmus...but sorry the fault was mine because i missed them...Marcus Boerger2002-03-021-2/+2
* Fix a couple of warningsRasmus Lerdorf2002-03-021-2/+2
* +Support for Photographer/Editor Copyright as associative array as this is a ...Marcus Boerger2002-03-011-59/+165
* Changed file to match CODING_STANDARDS except function names that match jhead...Marcus Boerger2002-02-281-922/+917
* Fix headers.Sebastian Bergmann2002-02-281-2/+2
* +Added UNICODE support for CommentsMarcus Boerger2002-02-281-325/+446
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Killed a compile warning.foobar2001-08-221-1/+2
* Missing defineRasmus Lerdorf2001-08-161-0/+1
* Commit a bit of random plane hacking.Rasmus Lerdorf2001-08-161-0/+8
* WhitespaceZeev Suraski2001-08-111-95/+95
* Adding missing TSRM macros.Frank M. Kromann2001-08-061-5/+5
* support for multiple exif commentsRasmus Lerdorf2001-08-041-14/+41
* Fix newly introduced crash on a file-not-foundRasmus Lerdorf2001-08-041-1/+1
* fixed a memleak.foobar2001-08-041-1/+2
* Fixed bug: #11784 (combined with fixes Rasmus committed..)foobar2001-08-041-5/+1
* Change from E_ERROR to E_WARNING in the exif extensionRasmus Lerdorf2001-08-031-20/+38
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+2
* Added an optional 2nd parameter 'readall' to read_exif_data.foobar2001-06-261-7/+14
* fix build.foobar2001-06-231-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-21/+59
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Change strncpy()'s to strlcpy()'sAndi Gutmans2001-05-021-13/+13
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
* use V_STATDaniel Beulshausen2001-04-031-7/+2
* resolve realpath if in v-dir modeDaniel Beulshausen2001-04-031-2/+9
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Kill a couple of warningsRasmus Lerdorf2001-01-171-1/+0
* Attempt by Matt Bonneau to get thumbnail extraction workingRasmus Lerdorf2000-12-151-5/+59