summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-082-2/+6
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-141-1/+1
* Review parameter names in ext/exifMáté Kocsis2020-10-023-15/+15
* Run tidyNikita Popov2020-09-183-7/+7
* Make null byte error a ValueErrorNikita Popov2020-09-082-6/+6
* Promote warnings in exifNikita Popov2020-09-082-4/+47
* Remove some unnecessary HAVE_EXTNAME guardsNikita Popov2020-09-072-8/+0
* Merge branch 'PHP-7.4'Nikita Popov2020-08-313-16/+50
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-313-16/+50
| |\
| | * Make MAX_IFD_NESTING_LEVEL an actual nesting levelNikita Popov2020-08-313-16/+50
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-113-9/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-113-10/+35
| |\ \ | | |/
| | * Fix bug #75785 by attempt switching endianness on Maker's NoteNawarian2020-08-113-10/+35
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | | Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-2/+7
* | | Add a few missing types to stubsMáté Kocsis2020-08-012-1/+3
* | | Put debug function behind ifdefNikita Popov2020-07-131-0/+2
* | | Restore warningNikita Popov2020-07-131-0/+1
* | | Fix compilation errors when EXIF_DEBUG is definedNat Wyatt2020-07-131-19/+24
* | | Remove proto comments from C filesMax Semenik2020-07-061-34/+17
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-295-8/+8
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-244-18/+0
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Use standard bool type in EXIF extensionGeorge Peter Banyard2020-06-231-95/+92
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-133-3/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-133-3/+32
| |\ \ | | |/
| | * Fix #79687: Sony picture - PHP Warning - Make, Model, MakerNotesChristoph M. Becker2020-06-133-3/+32
| | * Fix testStanislav Malyshev2020-03-161-1/+1
| | * Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* | | Avoid out of range float to int cast in exifNikita Popov2020-06-121-10/+12
* | | Fix null pointer UB in add_assoc_image_info()Nikita Popov2020-06-121-134/+133
* | | Fix float conversion warningNikita Popov2020-06-121-1/+1
* | | Fix [-Wundef] warning in Filter extensionGeorge Peter Banyard2020-05-161-1/+1
* | | Fix [-Wundef] warning in EXIF extensionGeorge Peter Banyard2020-05-161-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-161-9/+34
|\ \ \ | |/ /
| * | Fix bug #79336Nikita Popov2020-04-161-9/+34
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-6/+6
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-044-16/+18
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-171-0/+5
|\ \ \ | |/ /
| * | Fix testStanislav Malyshev2020-03-161-1/+1
| * | Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* | | Fix testStanislav Malyshev2020-03-161-1/+1
* | | Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* | | Use serialize_precision for var_dump()Nikita Popov2020-02-251-1/+1
* | | Handle EXIF offsets in a principled mannerNikita Popov2020-02-181-51/+105
* | | Reindent phpt filesNikita Popov2020-02-036-20/+20
* | | Fix #78880 Another roundMáté Kocsis2020-01-191-2/+2