summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-023-1/+13
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-023-1/+13
| |\
| | * Fix bug #73737 FPE when parsing a tag formatStanislav Malyshev2016-12-313-1/+13
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-041-1/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-041-1/+4
| |\ \ | | |/
| | * Same issue as #72926 in another place.Stanislav Malyshev2016-09-041-1/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-173-1/+75
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-08-171-1/+0
| |\ \ | | |/
| | * Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-163-1/+75
| * | Merge branch 'PHP-7.0' into PHP-7.0.10Stanislav Malyshev2016-08-161-2/+12
| |\ \
| * | | Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-163-0/+75
* | | | improve the check, avoid strlen on NULLAnatol Belski2016-08-031-4/+0
* | | | Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-0/+4
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-031-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-031-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | improve the check, avoid strlen on NULLAnatol Belski2016-08-031-4/+4
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-031-2/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-031-2/+12
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-2/+12
* | | Merge branch 'PHP-7.0'Anatol Belski2016-07-193-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-07-193-5/+5
| |\ \ | | |/
| | * fix test portability and expectationAnatol Belski2016-07-193-5/+5
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-197-17/+58
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-197-17/+58
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-197-15/+58
| | |\
| | | * Fix testsStanislav Malyshev2016-07-182-7/+5
| | | * Fix bug #72618: NULL Pointer Dereference in exif_process_user_commentStanislav Malyshev2016-07-183-6/+22
| | | * Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2016-07-173-2/+31
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+4
* | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-207-0/+144
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-06-143-3/+143
|\ \ \ | |/ /
| * | Fix #50845: exif_process_IFD_TAG: Use the right offset if reading from streamBartosz DziewoƄski2016-06-143-3/+143
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-271-25/+25
|\ \ \ | |/ /
| * | fix/improve testsAnatol Belski2016-04-271-25/+25
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-276-2/+76
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-266-2/+76
| |\ \ | | |/
| | * Fix bug #72094 - Out of bounds heap read access in exif header processingStanislav Malyshev2016-04-246-2/+76
| | * Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-106/+106
| | |\
* | | | Eliminate usages of _PP macrosNikita Popov2016-03-031-1/+1
* | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ \ | |/ / /
| * | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-106/+106
| |\ \ \
| | * \ \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-106/+106
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Improve fix for #70385Stanislav Malyshev2015-08-291-2/+2
| | | * Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte val...Stanislav Malyshev2015-08-281-104/+104
* | | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | | | Fix more proto commentsRasmus Lerdorf2015-06-231-2/+2