summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings of strict-prototypestwosee2020-07-232-2/+2
* Accept unsigned instead of enum pdo_attribute_typeNikita Popov2020-07-221-2/+2
* Reserve WIN64 shadow spaceDmitry Stogov2020-07-221-1/+6
* Separate and fix deoptimization code generatorDmitry Stogov2020-07-221-126/+149
* Treat namespaced names as single tokenNikita Popov2020-07-222-0/+45
* Improved number to string comparison semanticsNikita Popov2020-07-2226-151/+154
* 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-222-4/+49
* | 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
* | Fix deoptimization info and corresponding memory leaksDmitry Stogov2020-07-211-2/+2
* | Fixed bug #79864 (JIT segfault in Symfony OptionsResolver)Dmitry Stogov2020-07-211-0/+11
* | Improve argument types and names in ext/ctypeMáté Kocsis2020-07-212-13/+24
* | Tweak zend_test arginfo/zppNikita Popov2020-07-213-9/+7
* | Fix incorrect initialization in date_sunrise()Nikita Popov2020-07-212-1/+7
* | Switch to tracing JIT by defaultDmitry Stogov2020-07-211-1/+1
|\ \
| * | Switch to tracing JIT by defaultDmitry Stogov2020-07-211-1/+1
* | | Fix arg/func infoNikita Popov2020-07-215-15/+13
* | | Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-218-90/+89
* | | add ZipArchive::CM_XZ constant (in upcoming libzip 1.8.0)Remi Collet2020-07-212-1/+4
* | | Fix type recording and side exit information for FE_FETCH_* instructionsDmitry Stogov2020-07-212-2/+18
* | | Avoid recording of uninitialized variableDmitry Stogov2020-07-211-1/+3
* | | Check for redundant func infoNikita Popov2020-07-211-0/+5
* | | Separate __call and __soapCall implementationsNikita Popov2020-07-214-11/+24
* | | Add stubs for PDO PGSql extension methodsNikita Popov2020-07-214-25/+116
* | | Add stubs for PDO SQLite extension methodsNikita Popov2020-07-215-14/+57
* | | Fix UConvert::getErrorMessage() leak on zpp failureNikita Popov2020-07-211-1/+1
* | | Move SOAP_SERVER_BEGIN_CODE() after zppNikita Popov2020-07-211-35/+37
* | | Make ReflectionGenerator finalNikita Popov2020-07-213-2/+3
* | | Stricter verification of func info against arg infoNikita Popov2020-07-211-2/+13
|/ /
* | Use different temporary registerDmitry Stogov2020-07-211-2/+3
* | Remove some redundant func infoNikita Popov2020-07-211-9/+0
* | Fixed support for 64-bit constantsDmitry Stogov2020-07-211-7/+49
* | Fix mb_ereg_search* arg and func infoNikita Popov2020-07-213-9/+12
* | Fix readline test after callback changesNikita Popov2020-07-211-5/+7
* | Remove null from highlight_* return typesNikita Popov2020-07-214-9/+11
* | Remove bool return type from assert_optionsNikita Popov2020-07-214-11/+9
* | Fix iptcembed func infoNikita Popov2020-07-211-1/+1
* | Call zpp_none in PharFileInfo::__destruct()Nikita Popov2020-07-211-0/+4
* | Fixed pg_select() function infoDmitry Stogov2020-07-211-1/+1
* | Use ZPP callable check in readline extensionGeorge Peter Banyard2020-07-215-42/+31
* | Use ZPP callable for PDO SqliteGeorge Peter Banyard2020-07-213-51/+37
* | Fixed tracing JIT exception handlingDmitry Stogov2020-07-211-1/+15
* | Explode _php_image_output_ctx() into multiple functionsMáté Kocsis2020-07-203-113/+199
* | Fixed VM interrupt handlingDmitry Stogov2020-07-201-1/+6