summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed multibyte related issuesDmitry Stogov2011-03-141-15/+15
| |
* | - fix the fix (Dmitry) and ensure that it builds everywhere, can someone ↵Pierre Joye2011-02-151-2/+8
| | | | | | | | test on solaris&co pls?
* | -Bug #54002, fix windows build, use the relevant values in the warningsPierre Joye2011-02-141-3/+4
| |
* | - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-141-2/+14
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Fix build.Moriyoshi Koizumi2010-12-221-6/+18
| |
* | fix ZTS buildAntony Dovgal2010-12-081-3/+3
| |
* | Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-56/+40
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
|/ | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-4/+0
| | | | | with Novell some longer time ago in their SDK header.
* MFB: Added missing sanity checks around exif processing.Ilia Alshanetsky2009-08-161-6/+16
|
* - Dropped unnecessary varFelipe Pena2009-06-121-3/+3
|
* - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg filesPierre Joye2009-05-281-0/+4
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* MFHJani Taskinen2008-08-031-12/+8
|
* more long -> int fixesAntony Dovgal2008-07-011-2/+2
|
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-49/+31
|
* Fixed bug #44388 (Crash inside exif_read_data() on invalid images)Ilia Alshanetsky2008-03-121-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fix indent of macrosJani Taskinen2007-12-171-2/+2
|
* Fixed bug #43606 (define missing depencies of the exif extension)Ilia Alshanetsky2007-12-161-3/+12
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Fixed memory corruption when reading exif data of a non-fileIlia Alshanetsky2007-06-101-14/+25
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-5/+5
| | | | | # Part 1
* - MFH ReadabilityMarcus Boerger2007-02-251-6/+3
|
* missing -1Ilia Alshanetsky2007-02-241-2/+2
|
* Pad to given length, not replace data with spacesIlia Alshanetsky2007-02-241-2/+5
|
* Eliminate strncpy and simplify codeIlia Alshanetsky2007-02-241-12/+6
|
* - Make debug code really safeMarcus Boerger2007-02-241-8/+8
|
* use safe allocationsStanislav Malyshev2007-02-241-8/+11
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-23/+22
|
* emalloc() -> safe_emalloc()Ilia Alshanetsky2007-01-231-3/+3
|
* - MFH Fix for #40073Marcus Boerger2007-01-091-3/+87
|
* MFH: zerofill info_data and fix possible segfaultAntony Dovgal2007-01-091-0/+1
| | | | | partly fixes #40073
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Allocation safety checksIlia Alshanetsky2006-12-251-2/+2
|
* Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-251-5/+5
|
* - MFH: Make parameter parsing api check happyMarcus Boerger2006-11-041-1/+1
|
* MFH: fix leak and typos in error messagesAntony Dovgal2006-10-101-2/+3
|
* initialize static buffer with 0'sAntony Dovgal2006-08-171-0/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+10
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-8/+32
|
* - MFH Fix conditionMarcus Boerger2006-04-101-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|