summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Expand)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-9/+6
* Merge branch 'PHP-7.3'Nikita Popov2018-11-261-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-261-1/+1
| |\
| | * Fixed bug #77184Colin Basnett2018-11-261-1/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-112/+112
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | Merge branch 'PHP-7.2'Stanislav Malyshev2018-07-161-3/+9
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-07-161-3/+9
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-07-161-2/+8
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-161-2/+8
| | | |\
| | | | * Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif dataStanislav Malyshev2018-07-161-1/+4
| | | | * Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract...Stanislav Malyshev2018-07-161-1/+4
* | | | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-3/+3
* | | | | Merge branch 'PHP-7.2'Christoph M. Becker2018-06-091-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix #76409: heap use after free in _php_stream_freeChristoph M. Becker2018-06-091-1/+1
* | | | | Remove exif version from the phpinfo outputPeter Kokot2018-06-091-3/+0
* | | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge branch 'PHP-7.2'Christoph M. Becker2018-04-121-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Fix #76164: exif_read_data zend_mm_heap corruptedChristoph M. Becker2018-04-121-2/+0
| * | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Trailing whitespacesGabriel Caruso2018-01-031-113/+113
* | | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | | | These functions are always available, exif can't be cross version compiled an...Kalle Sommer Nielsen2017-10-311-7/+0
* | | | | Fix compiler warningsKalle Sommer Nielsen2017-10-291-2/+2
* | | | | We don't use a specific model for a MAKERNOTE so remove these checks that doe...Kalle Sommer Nielsen2017-10-291-24/+21
* | | | | Remove these old comments, as for the TODO, there is already a FR for thisKalle Sommer Nielsen2017-10-291-14/+0
|/ / / /
* | | | 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