summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'George Wang2020-07-233-14/+234
|\
| * Merge branch 'PHP-7.3' into PHP-7.4George Wang2020-07-233-14/+234
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3George Wang2020-07-233-14/+234
| | |\
| | | * Security: update to LiteSpeed SAPI v7.7 to address an buffer overflow, and so...George Wang2020-07-233-14/+234
* | | | Cleanup abstract test usageDmitry Stogov2020-07-231-39/+31
* | | | Use zend_call_method in SoapFault::__toString()Nikita Popov2020-07-231-11/+3
* | | | Simplify user_stream_create_objectNikita Popov2020-07-231-22/+2
* | | | Allow keeping result of FETCH_DIM_R in CPU registerDmitry Stogov2020-07-233-10/+23
* | | | Cleanup SPL instantiation codeNikita Popov2020-07-233-48/+13
* | | | Fix #78236: convert error on receiving variables when duplicate [Christoph M. Becker2020-07-233-1/+28
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-232-1/+4
| |\ \ \ | | |/ /
| | * | Fix #79884: PHP_CONFIG_FILE_PATH is meaninglessChristoph M. Becker2020-07-232-1/+4
* | | | Don't record "fake" closuresDmitry Stogov2020-07-231-0/+13
* | | | Remove no longer needed stdint compatibility definesNikita Popov2020-07-232-149/+5
* | | | We track only arguments of user functions on abstract stackDmitry Stogov2020-07-231-1/+2
* | | | Fixed 32-bit buildDmitry Stogov2020-07-231-1/+1
* | | | Revert "Fixed DynASM failure"Dmitry Stogov2020-07-231-1/+1
* | | | Fixed DynASM failureDmitry Stogov2020-07-231-1/+1
* | | | Avoid register reloadingDmitry Stogov2020-07-231-0/+6
* | | | Fix some clang warningsNikita Popov2020-07-234-4/+5
* | | | Try to fix 32-bit NTS buildNikita Popov2020-07-231-0/+1
* | | | Make test decimal to binary conversion expectation more tolerantChristopher Jones2020-07-232-4/+4
* | | | Fix cut/paste error in expected test outputChristopher Jones2020-07-231-1/+0
* | | | Fix buildChristoph M. Becker2020-07-221-1/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-221-9/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-221-9/+4
| |\ \ \ | | |/ /
| | * | Fix brittle testChristoph M. Becker2020-07-221-9/+4
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-221-0/+5
|\ \ \ \ | |/ / /
| * | | Fix minor memory leak of CG(script_encoding_list)Christoph M. Becker2020-07-221-0/+5
* | | | Revert "Disable tracing JIT on AppVeyor"Dmitry Stogov2020-07-221-1/+1
* | | | Fix warnings of strict-prototypestwosee2020-07-2310-16/+16
* | | | Change type of max_num_args to uint32_ttwosee2020-07-231-3/+2
* | | | Export zend_register_error_notify_callback() with ZEND_APItwosee2020-07-232-3/+2
* | | | Accept unsigned instead of enum pdo_attribute_typeNikita Popov2020-07-221-2/+2
* | | | Reserve WIN64 shadow spaceDmitry Stogov2020-07-221-1/+6
* | | | php.ini cleanupNikita Popov2020-07-222-17/+23
* | | | Separate and fix deoptimization code generatorDmitry Stogov2020-07-221-126/+149
* | | | Treat namespaced names as single tokenNikita Popov2020-07-2220-41/+182
* | | | Improved number to string comparison semanticsNikita Popov2020-07-2247-264/+433
* | | | Prevent incorrect trasing JIT TSSA usage for range() result type inferenceDmitry Stogov2020-07-223-2/+6
* | | | Check dual_it validity in CallbackFilterIterator::accept()Nikita Popov2020-07-221-8/+6
* | | | Drop no-op dasm_growpc() callNikita Popov2020-07-221-1/+0
* | | | Mark zend_jit_patch memory accesses as unalignedNikita Popov2020-07-221-4/+7
* | | | Move checks after zpp in opcache_is_script_cached()Nikita Popov2020-07-221-4/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-07-222-4/+49
|\ \ \ \ | |/ / /
| * | | Fixed bug #79881Nikita Popov2020-07-223-4/+52
* | | | Update NEWSChristopher Jones2020-07-221-0/+4
* | | | Use ZPP callable check for oci_register_taf_callback()George Peter Banyard2020-07-223-18/+13
* | | | Some cleanup in OCI8 extension for PHP 8George Peter Banyard2020-07-228-80/+9