summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-231-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-231-1/+1
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-231-1/+1
| | |\
| | | * Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_valueChristoph M. Becker2018-04-221-1/+1
| * | | year++Xinchen Hui2018-01-021-1/+1
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-1/+1
| | |\ \ | | | |/
| | | * Update more functions with path checkStanislav Malyshev2017-01-151-1/+1
| * | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-051-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2017-01-051-1/+1
| | |\ \ | | | |/
| | | * Fix printf modifierNikita Popov2017-01-051-1/+1
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | Fix #76164: exif_read_data zend_mm_heap corruptedChristoph M. Becker2018-04-121-2/+0
* | | | year++Xinchen Hui2018-01-021-1/+1
* | | | fix NULL derefAnatol Belski2017-08-011-2/+2
* | | | WSKalle Sommer Nielsen2017-07-141-1/+1
* | | | Ensure that the stream position is kept between readsKalle Sommer Nielsen2017-07-141-2/+23
* | | | Turn off EXIF_DEBUG so Travis don't complain at meKalle Sommer Nielsen2017-07-141-2/+0
* | | | Don't add a new line to undefined tags in EXIF_DEBUG modeKalle Sommer Nielsen2017-07-141-1/+3
* | | | Fix compile error with EXIF_DEBUGKalle Sommer Nielsen2017-07-141-2/+2
* | | | Fixed compilation errorDmitry Stogov2017-07-121-1/+1
* | | | Remove debug codeKalle Sommer Nielsen2017-07-121-5/+1
* | | | We need to check for the length here too, or we crash and no one likes that! :(Kalle Sommer Nielsen2017-07-121-0/+16
* | | | * Implemented #65187 (exif_read_data/thumbnail: add support for stream resource)Kalle Sommer Nielsen2017-07-121-55/+107
* | | | Silent compiler warningKalle Sommer Nielsen2017-07-081-1/+4
* | | | Deprecated the read_exif_data() aliasKalle Sommer Nielsen2017-07-081-1/+1
* | | | We currently don't use the guessing code, so don't compile itKalle Sommer Nielsen2017-07-071-2/+6
* | | | * Fixed bug #72819 (EXIF thumbnails not read anymore)Kalle Sommer Nielsen2017-07-071-1/+1
* | | | Fixed bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other...Kalle Sommer Nielsen2017-07-071-7/+11
* | | | Fixed bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with co...Kalle Sommer Nielsen2017-07-071-2/+2
* | | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | | Added more EXIF MAKERNOTE formats:Kalle Sommer Nielsen2017-05-281-16/+37
* | | | Fix overrun in exif's "Illegal components" error message.Mitch Hagstrand2017-01-041-1/+1
* | | | Resolve conflictSammy Kaye Powers2017-01-031-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'PHP-7.1'Stanislav Malyshev2017-01-021-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-021-1/+1
| | | |\ \ | | | | |/
| | | | * Fix bug #73737 FPE when parsing a tag formatStanislav Malyshev2016-12-311-1/+1
| | * | | 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
* | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ / / /
* | | | Merge branch 'PHP-7.1'Kalle Sommer Nielsen2016-08-171-1/+5
|\ \ \ \
| * \ \ \ Merge branch 'PHP-7.0' into PHP-7.1Kalle Sommer Nielsen2016-08-171-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Further fix bug #72627 from StasKalle Sommer Nielsen2016-08-171-1/+5
| | |/ /
* | | | Merge branch 'PHP-7.1'Xinchen Hui2016-08-171-1/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-1/+4
| |\ \ \ | | |/ /
| | * | 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-161-1/+4