summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Collapse)AuthorAgeFilesLines
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
|
* These functions are always available, exif can't be cross version compiled ↵Kalle Sommer Nielsen2017-10-311-7/+0
| | | | anyway
* Fix compiler warningsKalle Sommer Nielsen2017-10-291-2/+2
|
* We don't use a specific model for a MAKERNOTE so remove these checks that ↵Kalle Sommer Nielsen2017-10-291-24/+21
| | | | doesn't do anything anyway
* Remove these old comments, as for the TODO, there is already a FR for thisKalle Sommer Nielsen2017-10-291-14/+0
|
* Test requires mbstring – skip if not availableChristoph M. Becker2017-10-111-0/+1
|
* Merge branch 'PHP-7.2'Christoph M. Becker2017-10-111-1/+1
|\ | | | | | | | | * PHP-7.2: Use PHP_VERSION for exif
| * 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
| | | |
* | | | Remove exif PHP example filesPeter Kokot2017-10-033-391/+0
| | | | | | | | | | | | | | | | | | | | | | | | The PHP documentation has all exif functions well documented so these can be left out of php-src. The exif PHP tests also include all exif_* functions.
* | | | Get rid of all these old package[2].xml files, most of these had no had a ↵Kalle Sommer Nielsen2017-08-171-61/+0
| | | | | | | | | | | | | | | | | | | | | | | | release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl OCI, PDO_OCI and zip are left as they are actively developed and released there
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-08-011-0/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.2: Test to cover the change in ce1a0d97
| * | | 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
| | | | |
* | | | | Merge branch 'PHP-7.2'Anatol Belski2017-08-012-3/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * PHP-7.2: fix test fix NULL deref
| * | | | 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
| | | | |
* | | | | 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
| | | | |
* | | | | Test case for bug #64739Kalle Sommer Nielsen2017-07-212-0/+41
|/ / / /
* | | | 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
| | | |