summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-012-2/+2
* fix test numberStanislav Malyshev2011-11-191-1/+1
* Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-193-2/+23
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* Delete empty test files (old MQ tests)Pierrick Charron2011-07-221-0/+0
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-224-118/+6
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* Fixed bug #54121 (error message format string typo).Ilia Alshanetsky2011-04-121-1/+1
* Fixed multibyte related issuesDmitry Stogov2011-03-141-15/+15
* - fix the fix (Dmitry) and ensure that it builds everywhere, can someone test...Pierre Joye2011-02-151-2/+8
* -Bug #54002, fix windows build, use the relevant values in the warningsPierre Joye2011-02-142-5/+6
* - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-144-2/+34
* - Year++Felipe Pena2011-01-012-2/+2
* - 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
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+113
* Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-113/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-4/+0
* Fixed testsDmitry Stogov2009-09-211-1/+1
* MFB: Added missing sanity checks around exif processing.Ilia Alshanetsky2009-08-161-6/+16
* - Dropped unnecessary varFelipe Pena2009-06-121-3/+3
* Fixed testIlia Alshanetsky2009-06-081-0/+2
* fix testAntony Dovgal2009-05-281-1/+0
* - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg filesPierre Joye2009-05-283-0/+23
* - Fixed testsFelipe Pena2009-01-091-1/+16
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
* Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-017-0/+577
* - 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
* Exif tests from Eric Steward. Testfest task 82.David Soria Parra2008-07-0740-0/+15299
* more long -> int fixesAntony Dovgal2008-07-011-2/+2
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-3/+7
* 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-312-2/+2
* - 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
* TypoMartin Kraemer2007-03-141-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-5/+5