Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable. | |||||
* | | | Use RETURN_THROWS() after try_convert_to_string() | Máté Kocsis | 2020-01-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Use ZEND_THROWS() during ZPP in enchant, exif, fileinfo, filter, and FTP ↵ | Máté Kocsis | 2019-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | extensions | |||||
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-30 | 2 | -2/+35 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Fixed bug #79046 | |||||
| * | | Fixed bug #79046 | Nikita Popov | 2019-12-30 | 2 | -2/+35 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-17 | 3 | -2/+66 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Avoid float to int cast UB in exif | |||||
| * | | Avoid float to int cast UB in exif | Nikita Popov | 2019-12-17 | 3 | -2/+66 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2019-12-16 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Test fixes | |||||
| * | | Test fixes | Stanislav Malyshev | 2019-12-16 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2019-12-16 | 3 | -3/+34 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.4: Fix test Fix bug #78793 Fix build - no model field anymore Fixed bug #78910 Fix #78878: Buffer underflow in bc_shift_addsub Fix test Fix #78862: link() silently truncates after a null byte on Windows Fix #78863: DirectoryIterator class silently truncates after a null byte Fix #78943: mail() may release string with refcount==1 twice | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-12-16 | 2 | -2/+15 | |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-7.3: Fix test Fix bug #78793 | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-12-16 | 3 | -3/+16 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | * PHP-7.2: Fix test Fix bug #78793 | |||||
| | | * | Fix test | Stanislav Malyshev | 2019-12-16 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Fix bug #78793 | Stanislav Malyshev | 2019-12-16 | 2 | -2/+15 | |
| | | | | ||||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-12-16 | 1 | -2/+0 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-7.3: Fix build - no model field anymore | |||||
| | * | | Fix build - no model field anymore | Stanislav Malyshev | 2019-12-16 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-12-16 | 2 | -1/+21 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.3: Fixed bug #78910 Fix #78878: Buffer underflow in bc_shift_addsub Fix test Fix #78862: link() silently truncates after a null byte on Windows Fix #78863: DirectoryIterator class silently truncates after a null byte Fix #78943: mail() may release string with refcount==1 twice | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-12-16 | 2 | -1/+21 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.2: Fixed bug #78910 Fix #78878: Buffer underflow in bc_shift_addsub Fix test Fix #78862: link() silently truncates after a null byte on Windows Fix #78863: DirectoryIterator class silently truncates after a null byte | |||||
| | | * | Fixed bug #78910 | Stanislav Malyshev | 2019-12-16 | 2 | -1/+19 | |
| | | | | ||||||
* | | | | Remove dead commented code and dead code in-between KALLE_0 ifdefs. | George Peter Banyard | 2019-12-08 | 1 | -55/+2 | |
| | | | | | | | | | | | | | | | | Closes GH-4986 | |||||
* | | | | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 2 | -12/+8 | |
| | | | | ||||||
* | | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 17 | -34/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872. | |||||
* | | | | Reduce reallocations in exif parsing | Nikita Popov | 2019-11-07 | 1 | -32/+25 | |
| | | | | | | | | | | | | | | | | | | | | Instead of reallocating lists element by element, increase the allocated list size exponentially. | |||||
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-18 | 8 | -123/+122 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | * PHP-7.4: Improve exif tag name fetching Implement a cache for exif tag name lookups Limit the amount of errors generated during exif parsing | |||||
| * | | | Improve exif tag name fetching | Nikita Popov | 2019-10-18 | 7 | -62/+56 | |
| | | | | ||||||
| * | | | Implement a cache for exif tag name lookups | Nikita Popov | 2019-10-18 | 1 | -13/+54 | |
| | | | | ||||||
| * | | | Limit the amount of errors generated during exif parsing | Nikita Popov | 2019-10-18 | 3 | -54/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emitting errors is fairly expensive, to the point that parsing a file with a huge number of invalid tags can take seconds. Generating ten thousand errors is unlikely to help anybody, but constitutes a potential DOS vector. | |||||
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-09 | 1 | -2/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-09 | 1 | -2/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-09 | 1 | -2/+3 | |
| | |\ \ | | | |/ | ||||||
| | | * | Avoid float to int cast UB in exif | Nikita Popov | 2019-10-09 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-09 | 1 | -5/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-09 | 1 | -5/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-09 | 1 | -5/+0 | |
| | |\ \ | | | |/ | ||||||
| | | * | Remove redundant components < 0 check | Nikita Popov | 2019-10-09 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | components is an unsigned number, it cannot be smaller than zero. | |||||
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-08 | 4 | -0/+24 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.4: Add missing SKIPIFs in exif tests | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 4 | -0/+24 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-7.3: Add missing SKIPIFs in exif tests | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 4 | -0/+24 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | * PHP-7.2: Add missing SKIPIFs in exif tests | |||||
| | | * | Add missing SKIPIFs in exif tests | Fabien Villepinte | 2019-10-08 | 4 | -0/+24 | |
| | | | | ||||||
* | | | | Fix bug #77204 | peter279k | 2019-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Include opened path in getimagesize() error message | |||||
* | | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 2 | -4/+0 | |
| | | | | | | | | | | | | | | | | Closes GH-4732. | |||||
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-09-22 | 3 | -0/+12 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-09-22 | 3 | -0/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-09-22 | 3 | -0/+12 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix leak of temporary buffer during exif tag reading | Nikita Popov | 2019-09-22 | 3 | -0/+12 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-09-22 | 3 | -5/+15 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-09-22 | 3 | -5/+15 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-09-22 | 3 | -5/+15 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix multiple leaks in exif_read_data() | Nikita Popov | 2019-09-21 | 3 | -5/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes two leaks related to duplicate tags, as well as a leak of zero-length FMT_(S)BYTE with non-null value. This can show up for MAKERNOTE values where the original length is non-zero, but the first character is a null byte. | |||||
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-09-19 | 4 | -0/+37 | |
|\ \ \ \ | |/ / / |