summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-1013-68/+74
|\
| * Enable symlink_link_linkinfo_is_link_* tests on WindowsChristoph M. Becker2020-07-1013-68/+74
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-104-7/+31
|\ \ | |/
| * enable ext/ldap/tests on azurePaweł Tomulik2020-07-101-0/+1
| * fix some ext/ldap/testsPaweł Tomulik2020-07-103-7/+30
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-101-8/+36
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-101-8/+36
| |\
| | * Fix some memory bugs in ldap.cPaweł Tomulik2020-07-091-8/+38
* | | Implement match expressionIlija Tovilo2020-07-0920-77/+424
* | | Make tracing JIT to support operator overloading independently from opcache.o...Dmitry Stogov2020-07-092-7/+5
* | | Fixed register allocation for tests/lang/operators/preinc_basiclong_64bit.phptDmitry Stogov2020-07-091-3/+6
* | | Bad function detectionDmitry Stogov2020-07-091-1/+5
* | | Fixed mysqli_fetch_row() function infoDmitry Stogov2020-07-091-1/+1
* | | Prevent trace recorder reenterancingDmitry Stogov2020-07-092-1/+13
* | | Move assert() to right placeDmitry Stogov2020-07-091-1/+1
* | | Fixed tracing JIT support for extract()Dmitry Stogov2020-07-091-2/+4
* | | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-097-148/+137
* | | 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