summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-097-18/+18
* Remove embedded property from mysqli_driverDharman2020-11-095-24/+0
* Fixed missaligned accessDmitry Stogov2020-11-091-2/+2
* Skip preload test under asanNikita Popov2020-11-091-0/+1
* Rename PhpToken::getAll() to PhpToken::tokenize()Nikita Popov2020-11-0910-16/+16
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-068-4/+701
|\
| * Split tests for compatibility with ICU 68.1Christoph M. Becker2020-11-068-4/+701
| * Backport preloading trait fixup fixesNikita Popov2020-11-053-19/+69
* | Raise E_WARNING on PHP related errorsChristoph M. Becker2020-11-064-2/+10
* | Move stack overflow checks out of the loopsDmitry Stogov2020-11-064-49/+131
* | report about ZSTD compression availabilityRemi Collet2020-11-061-0/+6
* | only display libzip both headers/library versions if they differRemi Collet2020-11-061-4/+7
* | Fixed incorrect invariant guard motionDmitry Stogov2020-11-051-1/+3
* | Fixup trait methods even if no traits are usedNikita Popov2020-11-053-6/+18
* | Fix multiple trait fixupNikita Popov2020-11-053-15/+53
* | End output handlers in preload shutdownNikita Popov2020-11-041-0/+1
* | getlastmod() can return falseNikita Popov2020-11-042-3/+3
* | Fix static variable in methods inheritance during preloadingNikita Popov2020-11-042-0/+40
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-045-6/+23
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-045-8/+23
| |\
| | * Fix #80266: parse_url silently drops port number 0Christoph M. Becker2020-11-045-8/+23
* | | Assert that references are not persistedNikita Popov2020-11-042-20/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-042-0/+22
|\ \ \ | |/ /
| * | Fix dynamic function definition in preload scriptNikita Popov2020-11-042-0/+22
* | | Don't disable early binding during preloading scriptNikita Popov2020-11-032-0/+21
* | | Report parse errors during preloadingNikita Popov2020-11-033-0/+22
* | | Fix use of type copy ctor when importing trait propertiesNikita Popov2020-11-033-0/+28
* | | Allow unlinked classes when performing in_compilation variance checkNikita Popov2020-11-031-0/+2
* | | Fix variance checks on resolved union typesNikita Popov2020-11-031-0/+2
* | | Don't ignore internal classes during preloadingNikita Popov2020-11-032-1/+2
* | | Fix persisting property info table with internal parentNikita Popov2020-11-033-1/+30
* | | Preserve trait method alias name during preloadingNikita Popov2020-11-033-0/+31
* | | Rename opcache.jit_max_loops_unroll to opcache.jit_max_loop_unrollsNikita Popov2020-11-023-4/+4
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-021-1/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-021-1/+4
| |\ \ | | |/
| | * Fix #70461: disable md5 code when it is not supported in net-snmpChristoph M. Becker2020-11-021-1/+4
* | | Fix tests for MariaDBDharman2020-11-025-8/+15
* | | Convert numeric string array keys to integers correctly in JITted codeAlex Dowad2020-10-301-5/+20
* | | FIxed bug #80299Nikita Popov2020-10-301-0/+15
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-301-15/+19
|\ \ \ | |/ /
| * | Fix SSA integrity violation for type inference in dead codeNikita Popov2020-10-301-15/+19
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-303-34/+36
|\ \ \ | |/ /
| * | Fix bug79177.phpt wrt. JITChristoph M. Becker2020-10-303-30/+42
* | | Fixed bug #80290Nikita Popov2020-10-302-5/+22
* | | Create TSSA loops for recursive call/return traces and move invariant type gu...Dmitry Stogov2020-10-301-30/+117
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-292-21/+60
|\ \ \ | |/ /
| * | Fix bug #72413: Segfault with get_result and PS cursorsDharman2020-10-292-23/+76
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-291-5/+1
|\ \ \ | |/ /
| * | Handle errors during PDO row fetchNikita Popov2020-10-291-5/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-291-1/+1
|\ \ \ | |/ /