summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-05-201-1/+1
|\
| * Update msan symbolizer pathNikita Popov2020-05-201-1/+1
* | Fix --disable-ipv6 support on WindowsChristoph M. Becker2020-05-201-2/+2
* | Generate function entries for ext/zipMáté Kocsis2020-05-204-160/+235
* | Revert "Revert "Merge branch 'PHP-7.4'""Christoph M. Becker2020-05-206-4/+43
* | Fix [-Wundef] warning in PostgreSQL extensionGeorge Peter Banyard2020-05-202-88/+88
* | Fix [-Wundef] warning in POSIX extensionGeorge Peter Banyard2020-05-202-2/+2
* | Fix [-Wundef] warning in PSpell extensionGeorge Peter Banyard2020-05-202-2/+2
* | Fix [-Wundef] warning in Session extensionGeorge Peter Banyard2020-05-201-5/+5
* | Fix [-Wundef] warning in SHMOP extensionGeorge Peter Banyard2020-05-202-2/+2
* | Fix [-Wundef] warning in ODBC extensionGeorge Peter Banyard2020-05-203-3/+3
* | Fix [-Wundef] warning in PCNTL extensionGeorge Peter Banyard2020-05-204-13/+13
* | Fix [-Wundef] warning in PCRE extensionGeorge Peter Banyard2020-05-202-3/+3
* | Fix [-Wundef] warning in TSRMGeorge Peter Banyard2020-05-201-7/+7
* | Slightly deduplicate run-tests codeNikita Popov2020-05-201-66/+54
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-201-12/+22
|\ \ | |/
| * Fix bug #79603, by retrying on RTD key collisionNikita Popov2020-05-202-12/+23
* | Add support for replaying warnings in opcacheNikita Popov2020-05-2012-0/+174
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-202-20/+16
|\ \ | |/
| * Fix static property indirections in file cacheNikita Popov2020-05-201-18/+15
| * Don't require rc=1 for function static variablesNikita Popov2020-05-201-2/+3
* | Disable JIT in file cache testNikita Popov2020-05-201-0/+1
* | Tracing JIT SHM data initilaizarion must be done at MINITDmitry Stogov2020-05-202-4/+4
* | typoDmitry Stogov2020-05-201-1/+1
* | Make number of root and side traces configurableDmitry Stogov2020-05-204-13/+17
* | Use light version of zend_array_destroy() to free arrays without refcounted e...Dmitry Stogov2020-05-202-3/+34
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-190-0/+0
|\ \ | |/
| * Bump versionChristoph M. Becker2020-05-192-4/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-191-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-191-1/+1
| |\
| | * Fix INI setting member nameChristoph M. Becker2020-05-191-1/+1
* | | Separate common codeDmitry Stogov2020-05-191-50/+52
* | | Fix some final classes in stubsMáté Kocsis2020-05-193-7/+7
* | | Generate method entries for ClosureMáté Kocsis2020-05-193-23/+28
* | | Fix opcache_get_configuration() testNikita Popov2020-05-191-0/+9
* | | Make JIT parameters configurable through opcache.jit_... optionsDmitry Stogov2020-05-196-58/+92
* | | Extract zend_foreach_op_array()Nikita Popov2020-05-193-103/+52
* | | Keep ZEND_FUNC_INFO() for all run-time JIT triggersDmitry Stogov2020-05-184-20/+80
* | | Fix phpdbg test with JITNikita Popov2020-05-181-1/+1
* | | Merge branch 'PHP-7.4'Derick Rethans2020-05-181-1/+1
|\ \ \ | |/ /
| * | Put Xdebug 3 into 'off' mode for run-tests.phpDerick Rethans2020-05-181-1/+1
| * | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2020-05-180-0/+0
| |\ \ | | |/
| | * Put Xdebug 3 into 'off' mode for run-tests.phpDerick Rethans2020-05-181-1/+1
* | | Fixed JIT on load with -O4Dmitry Stogov2020-05-181-0/+7
* | | Wrong conditionDmitry Stogov2020-05-181-1/+1
* | | Fixed JIT with non-HYBRID VMDmitry Stogov2020-05-181-0/+4
* | | Tracing JIT with -O1 doesn't need to do type inference and abstract stack mai...Dmitry Stogov2020-05-181-203/+229
* | | func_info should be emptyDmitry Stogov2020-05-182-18/+6
* | | Fix bogus check in TSRM and adjust TSRM_ASSERT macroGeorge Peter Banyard2020-05-181-3/+3
* | | JIT refactoring to allow run-time changes of JIT options (triggers, optimizat...Dmitry Stogov2020-05-1814-470/+530