summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-022-2/+2
|
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-111-1/+1
|\ | | | | | | | | * PHP-7.1: Use PHP_VERSION for exif
| * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-111-1/+1
| |\ | | | | | | | | | | | | * PHP-7.0: Use PHP_VERSION for exif
| | * Use PHP_VERSION for exifPeter Kokot2017-10-041-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-08-011-0/+14
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Test to cover the change in ce1a0d97
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-011-0/+14
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Test to cover the change in ce1a0d97
| | * Test to cover the change in ce1a0d97Anatol Belski2017-08-011-0/+14
| | |
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-6/+6
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix test
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-6/+6
| | |\ | | | | | | | | | | | | | | | | * PHP-5.6: Fix test
| | | * Fix testStanislav Malyshev2017-01-151-6/+6
| | | |
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.0: Update more functions with path check
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-1/+1
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.6: Update more functions with path check
| | | * 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-042-2/+2
| | | |
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| | | |
* | | | fix testAnatol Belski2017-08-011-1/+1
| | | |
* | | | fix NULL derefAnatol Belski2017-08-011-2/+2
| | | |
* | | | Reduce EXIF test image sizes, there is still one large image left that I ↵Kalle Sommer Nielsen2017-07-309-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | will look into reducing if possible (bug50845.jpg) The changes in phpts are due to exiftool, I verified that all the images still remain relevant for testing
* | | | Lowercase the file extensionKalle Sommer Nielsen2017-07-301-0/+0
| | | |
* | | | WSKalle Sommer Nielsen2017-07-141-1/+1
| | | |
* | | | Fix test titleKalle Sommer Nielsen2017-07-141-1/+1
| | | |
* | | | Ensure that the stream position is kept between readsKalle Sommer Nielsen2017-07-142-2/+44
| | | |
* | | | 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-123-55/+1758
| | | | | | | | | | | | | | | | * ext/exif now uses FAST_ZPP
* | | | Silent compiler warningKalle Sommer Nielsen2017-07-081-1/+4
| | | |
* | | | Fix testKalle Sommer Nielsen2017-07-081-0/+2
| | | |
* | | | Deprecated the read_exif_data() aliasKalle Sommer Nielsen2017-07-082-1/+3
| | | |
* | | | Fixed file name for case sensitive file systemsKalle Sommer Nielsen2017-07-081-1/+1
| | | |
* | | | Added test case for bug #73115 which was fixed by recently fixed bugsKalle Sommer Nielsen2017-07-082-0/+16
| | | |
* | | | 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-076-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed bug #62523 (php crashes with segfault when exif_read_data called) * Fixed the poor test case for #62523, which was a HTML document Fixing #72819 had the side effect of fixing #62523 by supporting the format as seen in bug62523_1.phpt
* | | | This should be EXPECT instead of EXPECTFKalle Sommer Nielsen2017-07-071-1/+1
| | | |
* | | | Fixed bug #50660 (exif_read_data(): Illegal IFD offset (works fine with ↵Kalle Sommer Nielsen2017-07-074-7/+30
| | | | | | | | | | | | | | | | other exif readers))
* | | | Fixed bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with ↵Kalle Sommer Nielsen2017-07-073-2/+52
| | | | | | | | | | | | | | | | correct exif format)
* | | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
| | | |
* | | | Added more EXIF MAKERNOTE formats:Kalle Sommer Nielsen2017-05-281-16/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - AGFA, - Kyocera - Ricoh - Epson
* | | | Fix overrun in exif's "Illegal components" error message.Mitch Hagstrand2017-01-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The variables "components" is an integer, but is being output as long. As a result it is printing 8 bytes instead of 4 bytes.
* | | | Make test case even more resilientChristoph M. Becker2017-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | The `components` value may obviously be negative, so we have to cater to that.
* | | | Merge branch 'pull-request/2268'Joe Watkins2017-01-042-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * pull-request/2268: Update copyright headers to 2017
| * \ \ \ Resolve conflictSammy Kaye Powers2017-01-033-1/+13
| |\ \ \ \
| * | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
| | | | | |
* | | | | | Make test case more resilientChristoph M. Becker2017-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should not expect a certain `components` value, but rather any integer.