| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | Fixed bug #54121 (error message format string typo). | Ilia Alshanetsky | 2011-04-12 | 1 | -1/+1 |
* | - fix the fix (Dmitry) and ensure that it builds everywhere, can someone test... | Pierre Joye | 2011-02-15 | 1 | -2/+8 |
* | -Bug #54002, fix windows build, use the relevant values in the warnings | Pierre Joye | 2011-02-14 | 2 | -5/+5 |
* | - fix bug #54002, exif_read_data crashes on crafted tags | Pierre Joye | 2011-02-14 | 4 | -2/+35 |
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
* | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix... | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
* | removed now obsolete NetWare hack since I fixed this | Guenter Knauf | 2009-11-03 | 1 | -4/+0 |
* | Fixed tests | Dmitry Stogov | 2009-09-21 | 1 | -1/+1 |
* | MFB: Added missing sanity checks around exif processing. | Ilia Alshanetsky | 2009-08-16 | 1 | -6/+16 |
* | - Dropped unnecessary var | Felipe Pena | 2009-06-12 | 1 | -3/+3 |
* | Fixed test | Ilia Alshanetsky | 2009-06-08 | 1 | -0/+2 |
* | fix test | Antony Dovgal | 2009-05-28 | 1 | -1/+0 |
* | - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files | Pierre Joye | 2009-05-28 | 3 | -0/+23 |
* | - Fixed tests | Felipe Pena | 2009-01-09 | 1 | -1/+16 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
* | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 2008-12-12 | 1 | -0/+1 |
* | Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). | Ant Phillips | 2008-12-01 | 7 | -0/+577 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -4/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+4 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -4/+0 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
* | MFH | Jani Taskinen | 2008-08-03 | 1 | -12/+8 |
* | Exif tests from Eric Steward. Testfest task 82. | David Soria Parra | 2008-07-07 | 40 | -0/+15299 |
* | more long -> int fixes | Antony Dovgal | 2008-07-01 | 1 | -2/+2 |
* | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -3/+7 |
* | updated to the new parameter-parsing api | Alexey Zakhlestin | 2008-06-22 | 1 | -49/+31 |
* | Fixed bug #44388 (Crash inside exif_read_data() on invalid images) | Ilia Alshanetsky | 2008-03-12 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
* | - Fix indent of macros | Jani Taskinen | 2007-12-17 | 1 | -2/+2 |
* | Fixed bug #43606 (define missing depencies of the exif extension) | Ilia Alshanetsky | 2007-12-16 | 1 | -3/+12 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | Fixed memory corruption when reading exif data of a non-file | Ilia Alshanetsky | 2007-06-10 | 1 | -14/+25 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -5/+5 |
* | - MFH Readability | Marcus Boerger | 2007-02-25 | 1 | -6/+3 |
* | missing -1 | Ilia Alshanetsky | 2007-02-24 | 1 | -2/+2 |
* | Pad to given length, not replace data with spaces | Ilia Alshanetsky | 2007-02-24 | 1 | -2/+5 |
* | Eliminate strncpy and simplify code | Ilia Alshanetsky | 2007-02-24 | 1 | -12/+6 |
* | - Make debug code really safe | Marcus Boerger | 2007-02-24 | 1 | -8/+8 |
* | use safe allocations | Stanislav Malyshev | 2007-02-24 | 1 | -8/+11 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -23/+22 |
* | emalloc() -> safe_emalloc() | Ilia Alshanetsky | 2007-01-23 | 1 | -3/+3 |
* | - MFH Fix for #40073 | Marcus Boerger | 2007-01-09 | 1 | -3/+87 |
* | MFH: zerofill info_data and fix possible segfault | Antony Dovgal | 2007-01-09 | 1 | -0/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | Allocation safety checks | Ilia Alshanetsky | 2006-12-25 | 1 | -2/+2 |
* | Use %F (ignores locale) for internal representation of floats | Ilia Alshanetsky | 2006-12-25 | 1 | -5/+5 |
* | - MFH: Make parameter parsing api check happy | Marcus Boerger | 2006-11-04 | 1 | -1/+1 |