summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-7/+7
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-173/+173
|
* opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-1/+7
|
* Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-141-2/+2
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-7/+7
|
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+2
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
|
* master renames phase 3Anatol Belski2014-08-251-1/+1
|
* master renames phase 1Anatol Belski2014-08-251-15/+15
|
* fixed exifAnatol Belski2014-08-191-3/+3
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-12/+12
|
* fix exif, thnx laruencekrakjoe2014-05-071-2/+2
|
* phpng updates for exifkrakjoe2014-05-071-39/+39
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-8/+8
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2013-12-161-1/+6
|\ | | | | | | | | * PHP-5.5: Fix bug #65873 - Integer overflow in exif_read_data()
| * Fix bug #65873 - Integer overflow in exif_read_data()Stanislav Malyshev2013-12-161-1/+6
| |
* | Merge branch 'PHP-5.5'Michael Wallner2013-10-211-5/+7
|\ \ | |/ | | | | | | | | * PHP-5.5: add tests for bug #62523 Merged PR #293 (Exif crash on unknown encoding was fixed) By: Draal Conflicts: configure.in main/php_version.h
| * Merged PR #293 (Exif crash on unknown encoding was fixed)Michael Wallner2013-10-211-5/+7
| | | | | | | | | | | | | | | | By: Draal Conflicts: configure.in main/php_version.h
| * typo fixesVeres Lajos2013-07-151-1/+1
| |
| * Happy New YearXinchen Hui2013-01-011-1/+1
| |
| * Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.4Felipe Pena2012-06-031-1/+5
| |\
| * | - Year++Felipe Pena2012-01-011-1/+1
| | |
| * | Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-191-2/+2
| | |
| * | - 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
| | |
| * | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-26/+6
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
| * | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | | unify stdint type usageMichael Wallner2013-08-061-10/+0
| | | | | | | | | | | | if you need C99 stdint types, just include "php_stdint.h"
* | | typo fixesVeres Lajos2013-07-151-1/+1
| | |
* | | Happy New YearXinchen Hui2013-01-011-1/+1
| | |
* | | Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57'Felipe Pena2012-06-031-1/+5
|\ \ \ | | |/ | |/|
| * | - Fixed information leak in ext exif (discovered by Martin Noga, Matthew ↵Felipe Pena2012-06-031-1/+5
| | | | | | | | | | | | "j00ru" Jurczyk, Gynvael Coldwind)
| * | - Year++Felipe Pena2012-01-011-1/+1
| | |
| * | fix bug #60150 for 5.3 tooStanislav Malyshev2011-11-191-2/+2
| | |
| * | - 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
| | |
| * | Fixed bug #54121 (error message format string typo).Ilia Alshanetsky2011-04-121-1/+1
| | |
| * | - 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/+3
| | |
| * | - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-141-2/+15
| | |
| * | - Year++Felipe Pena2011-01-011-1/+1
| | |
* | | - Year++Felipe Pena2012-01-011-1/+1
| | |
* | | Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-191-2/+2
| | |
* | | - 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
| | |
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-26/+6
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| |/ |/| | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Fixed bug #54121 (error message format string typo).Ilia Alshanetsky2011-04-121-1/+1
| |