summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-091-2/+2
* Merge branch 'jit-jumptable-x64'Dmitry Stogov2020-07-094-33/+48
|\
| * Use RIP-relative addressingDmitry Stogov2020-07-091-1/+24
| * Align jumptablesDmitry Stogov2020-07-091-0/+3
| * Fix jumtable index calculationDmitry Stogov2020-07-091-2/+2
| * Support JIT jumptables on x64Nikita Popov2020-07-094-37/+26
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-092-5/+5
|\ \ | |/ |/|
| * Prevent parallel test conflictsChristoph M. Becker2020-07-092-5/+5
* | JIT support for opcache restartDmitry Stogov2020-07-084-1/+36
* | Use HashTable directly instead of zvalGeorge Peter Banyard2020-07-081-13/+13
* | Fixed tracing JIT support for $http_response_headerDmitry Stogov2020-07-081-0/+3
* | Use information about recorded classes for speculative FETCH_OBJ optimizationDmitry Stogov2020-07-084-6/+46
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-082-5/+29
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-082-5/+29
| |\
| | * Fix bug #79787XXiang2020-07-082-5/+29
| | * Report len as -1 instead of INT_MAXNikita Popov2020-07-082-2/+2
* | | Change zend_get_known_property_offset() into zend_get_known_property_info() a...Dmitry Stogov2020-07-081-44/+42
* | | Add declared properties to LibXMLErrorNikita Popov2020-07-081-0/+27
* | | More accurate reference-counter inference (with support for ext/intl/tests/bu...Dmitry Stogov2020-07-073-12/+23
* | | Revert "More accurate reference-counter inference"Nikita Popov2020-07-072-13/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-071-1/+13
|\ \ \ | |/ /
* | | Handle dim_w undefined variable notice in JIT as wellNikita Popov2020-07-071-2/+24
* | | Check for undef variable exception in SEND_VAR JITNikita Popov2020-07-072-1/+4
* | | JIT support for undefined index/offset handlingNikita Popov2020-07-072-14/+36
* | | Remove no_separation flagNikita Popov2020-07-0719-33/+0
* | | Explicitly create references in UConverter callbacksNikita Popov2020-07-071-2/+4
* | | Don't allow separation in array functionsNikita Popov2020-07-0711-146/+74
* | | Don't allow separation in CallbackFilterIteratorNikita Popov2020-07-072-7/+3
* | | Disallow separation in a number of callbacksNikita Popov2020-07-076-12/+10
* | | Don't allow separation in callback filterNikita Popov2020-07-072-24/+9
* | | Refactor levenshtein()George Peter Banyard2020-07-078-134/+163
* | | Fix a few commentsMáté Kocsis2020-07-066-55/+23
* | | Remove proto comments from C filesMax Semenik2020-07-06206-7545/+3618
* | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-066-9/+9
* | | More accurate reference-counter inferenceDmitry Stogov2020-07-061-3/+25
* | | More accurate reference-counter inferenceDmitry Stogov2020-07-062-6/+13
* | | [skip-ci] Add README for ext/mysqli testsTiffany2020-07-061-0/+39
* | | Add string or object ZPP macrosMáté Kocsis2020-07-063-1/+111
* | | ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-062-4/+4
* | | display info about system used to build and its providerRemi Collet2020-07-061-0/+6
* | | Fix sapi_windows_vt100_support() arginfoChristoph M. Becker2020-07-062-3/+3
* | | Added stubs for ext/oci8Jens de Nies2020-07-045-784/+1652
* | | Use zend_string_equals API in a couple placesNikita Popov2020-07-033-6/+3
* | | Removed already implemented TODO commentDmitry Stogov2020-07-031-4/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-032-12/+12
|\ \ \ | |/ /
| * | Fix tests for x86 WindowsChristoph M. Becker2020-07-032-12/+12
* | | Fixed IS_UNDEF handlingDmitry Stogov2020-07-031-6/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-031-0/+7
|\ \ \ | |/ /
| * | Skip test if SeCreateSymbolicLinkPrivilege is not givenChristoph M. Becker2020-07-031-0/+7
* | | Fixed IS_INDIRECT handlingDmitry Stogov2020-07-031-0/+2