summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2019-12-172-0/+12
|\
| * Fix #78976: SplFileObject::fputcsv returns -1 on failureChristoph M. Becker2019-12-172-0/+12
* | Avoid generation of "jmp" to next instructionDmitry Stogov2019-12-171-1/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-173-2/+66
|\ \ | |/
| * Avoid float to int cast UB in exifNikita Popov2019-12-173-2/+66
* | Make "exception_handler_undef" stub to check EG(opline_before_exception) and ...Dmitry Stogov2019-12-171-1/+9
* | Fix testsStanislav Malyshev2019-12-163-5/+7
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-12-162-3/+2
|\ \ | |/
| * Test fixesStanislav Malyshev2019-12-162-3/+2
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-12-169-8/+100
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-162-2/+15
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-163-3/+16
| | |\
| | | * Fix testStanislav Malyshev2019-12-161-1/+1
| | | * Fix bug #78793Stanislav Malyshev2019-12-162-2/+15
| * | | Merge branch 'PHP-7.4' of git.php.net:php-src into PHP-7.4Stanislav Malyshev2019-12-163-208/+20
| |\ \ \
| * \ \ \ Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-161-2/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix build - no model field anymoreStanislav Malyshev2019-12-161-2/+0
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-168-6/+87
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-169-7/+88
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixed bug #78910Stanislav Malyshev2019-12-162-1/+19
| | | * | Fix #78878: Buffer underflow in bc_shift_addsubChristoph M. Becker2019-12-162-2/+15
| | | * | Fix testStanislav Malyshev2019-12-161-1/+1
| | | * | Fix #78862: link() silently truncates after a null byte on WindowsChristoph M. Becker2019-12-162-1/+18
| | | * | Fix #78863: DirectoryIterator class silently truncates after a null byteChristoph M. Becker2019-12-162-2/+33
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-12-161-206/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Remove DateTime class registration testNikita Popov2019-12-161-208/+0
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-162-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS)Dmitry Stogov2019-12-162-0/+20
| |/ / /
* | | | Remove deprecated behaviour of passing encoding as third parameter in mb_strr...George Peter Banyard2019-12-133-121/+1
* | | | Revert "Remove dead code in libmbfl, memory device"George Peter Banyard2019-12-131-0/+46
* | | | Remove dead code in sanitizing_filter.c of the filter extensionGeorge Peter Banyard2019-12-131-11/+1
* | | | Remove dead code in libmbfl, memory deviceGeorge Peter Banyard2019-12-131-46/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-12-131-6/+14
|\ \ \ \ | |/ / /
| * | | Introduce extra counter to avoid RTD key collisionsNikita Popov2019-12-131-6/+14
* | | | phar: fix offset*() prototypesDylan T2019-12-131-4/+4
* | | | Fix exception message of implode()Máté Kocsis2019-12-125-7/+7
* | | | Remove support for mixing parameter order in implode()Máté Kocsis2019-12-1210-97/+68
* | | | Promote warnings to exceptions in password_*() functionsMáté Kocsis2019-12-127-54/+79
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-12-122-0/+28
|\ \ \ \ | |/ / /
| * | | Fixed bug #78950: Preloading trait method with static variablesNikita Popov2019-12-122-0/+28
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-12-125-7/+26
|\ \ \ \ | |/ / /
| * | | Fix handling of non-final loop var free in sccpNikita Popov2019-12-125-7/+26
* | | | Add funcinfo for spl global functionsTyson Andre2019-12-115-79/+106
* | | | Return empty string instead of NULL in serialize().George Peter Banyard2019-12-123-4/+4
* | | | Add stubs for standard libraryMáté Kocsis2019-12-114-207/+292
* | | | Promote warning to exception in unserialize()Máté Kocsis2019-12-112-15/+18
* | | | Promote warning to exception in parse_url()Máté Kocsis2019-12-112-6/+9
* | | | Promote warnings to exceptions for some filter functionsMáté Kocsis2019-12-112-19/+26
* | | | Merge branch 'array_filter-optimize' into HEADTyson Andre2019-12-111-38/+31
|\ \ \ \
| * | | | Speed up array_intersect/array_diff/array_filterTyson Andre2019-12-101-38/+31