summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-0514-36/+49
* Merge branch 'PHP-7.4'Nikita Popov2020-06-051-5/+5
|\
| * Respect --program-prefix/suffix when installing pharNathan Porter2020-06-051-5/+5
* | Pass zend_string message to zend_error_cbNikita Popov2020-06-053-65/+27
* | Avoid useless "mov"Dmitry Stogov2020-06-051-1/+1
* | Fix weird zend_bool usage in Intl Calendar::roll() methodGeorge Peter Banyard2020-06-041-11/+5
* | in_array() avoid internal property access as we have the arrlen alreadyMatthias Dötsch2020-06-041-1/+1
* | Add AttributesBenjamin Eberlei2020-06-0410-4/+656
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-3/+3
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-041-3/+3
| |\
| | * Fix #73527: Invalid memory access in php_filter_stripChristoph M. Becker2020-06-041-3/+3
* | | Add guard for FETCH_DIM_FUNC_ARGDmitry Stogov2020-06-041-0/+23
* | | Prefer shorter x86 instructionsDmitry Stogov2020-06-041-4/+11
* | | Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-046-11/+11
* | | Improved tracing JIT for FETCH_OBJ_R/ISDmitry Stogov2020-06-041-21/+41
* | | Remove MYSQLND_COMPRESSION_WANTED defineNikita Popov2020-06-042-5/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-041-1/+1
|\ \ \ | |/ /
| * | mysqlnd: Remove unnecessary check for HAVE_ZLIBtalyz2020-06-041-1/+1
* | | Tracing JIT for FETCH_DIM_FUNC_ARG and FETCH_OBJ_FUNC_ARG when they are used ...Dmitry Stogov2020-06-042-29/+35
* | | Fixed abstract stack consistency for JMPZ_EX/JMPNZ_EXDmitry Stogov2020-06-041-7/+7
* | | "call_info" doesn't matterDmitry Stogov2020-06-031-1/+1
* | | Avoid useless register reloadDmitry Stogov2020-06-031-1/+1
* | | Avoid useless REFCOUNTED checkDmitry Stogov2020-06-031-1/+3
* | | Fix #79665: ini_get() and opcache_get_configuration() inconsistencyChristoph M. Becker2020-06-032-47/+36
* | | Use cheaper zend_rethrow_exception() instead of zend_throw_exception_internal()Dmitry Stogov2020-06-031-11/+14
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-032-2/+2
|\ \ \ | |/ /
| * | Report len as -1 instead of INT_MAXNikita Popov2020-06-032-2/+2
* | | Handle VM interrupts after DO_ICALL through side exitsDmitry Stogov2020-06-031-14/+20
* | | %d out token IDs in testNikita Popov2020-06-031-31/+31
* | | Avoid reference counting when RETURN CVDmitry Stogov2020-06-032-2/+11
* | | Added missed helperDmitry Stogov2020-06-021-0/+1
* | | Tracing JIT support for indirect CV modification (may be incomplete)Dmitry Stogov2020-06-021-12/+76
* | | Afdded misse MAY_BE_ARRAY_* flagsDmitry Stogov2020-06-021-1/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-022-1/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-022-1/+33
| |\ \ | | |/
| | * Fix #79664: PDOStatement::getColumnMeta fails on empty result setChristoph M. Becker2020-06-022-1/+33
* | | Add some mixed typesNikita Popov2020-06-022-7/+7
* | | Fixed retutn type inference when return undefined variableDmitry Stogov2020-06-011-0/+4
* | | Fixed tracing JIT for closure run_time_cache accessDmitry Stogov2020-06-011-1/+1
* | | Fix php_get_args function info return type and add arg checkIlija Tovilo2020-05-311-1/+1
* | | update node-fetch urlMoni2020-05-312-2/+2
* | | Fix #79653 Unexpected error for ArrayIterator::ksort()Máté Kocsis2020-05-303-2/+26
* | | Use ZPP callable check for spl_autoload_register.George Peter Banyard2020-05-309-100/+79
* | | Fix #79652 Ensure that the mixed type is displayed instead of the union of al...Máté Kocsis2020-05-301-1/+1
* | | Unbundle ext/xmlrpcChristoph M. Becker2020-05-2969-12329/+0
* | | Convert enchant resources to opaque objectsMáté Kocsis2020-05-2930-289/+335
* | | Support libzip 1.6 on WindowsChristoph M. Becker2020-05-291-2/+3
* | | Fix Windows buildNikita Popov2020-05-291-1/+1
* | | Fixed tracing JIT register allocator (failure on ext/opcache/tests/jit/assign...Dmitry Stogov2020-05-291-3/+12
* | | Allow tracing JIT generate code when function exits from VM (e.g. for magic _...Dmitry Stogov2020-05-293-5/+21