summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Peter Kokot2019-07-132-2/+18
|\
| * Remove tsrm_config_common.hPeter Kokot2019-07-132-2/+18
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-121-2/+6
|\ \ | |/
| * Don't split T_INLINE_HTML at partial PHP tagNikita Popov2019-07-121-2/+6
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-122-98/+154
|\ \ | |/
| * Use common code for double mathDmitry Stogov2019-07-122-98/+154
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-121-10/+27
|\ \ | |/
| * Allow GOTO style helpers in HYBRID VMDmitry Stogov2019-07-121-10/+27
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-116-1710/+958
|\ \ | |/
| * Separate "cold" parts of comparison instructionsDmitry Stogov2019-07-116-1710/+958
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-115-2892/+1527
|\ \ | |/
| * Separate "cold" parts of binary op instructionsDmitry Stogov2019-07-115-2892/+1527
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-111-0/+1
|\ \ | |/
| * Add ZEND_DEP_ME macroNikita Popov2019-07-111-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-111-1/+1
|\ \ | |/
| * Convert short tag to standard tag in Zend test fileGeorge Peter Banyard2019-07-111-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-101-1/+1
|\ \ | |/
| * Set expectation to reduce hot code fragmentationDmitry Stogov2019-07-101-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-0/+27
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-101-0/+27
| |\
| | * Fix bug #78271Nikita Popov2019-07-101-0/+27
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-092-29/+11
| | |\
| | | * Revert "Fixed bug #76980"Nikita Popov2019-07-092-29/+11
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-1012-9/+114
|\ \ \ \ | |/ / /
| * | | Throw notice on array access on illegal typeNikita Popov2019-07-1012-9/+114
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-102-3/+9
|\ \ \ \ | |/ / /
| * | | Reduce cost for references to strings and resourcesDmitry Stogov2019-07-102-3/+9
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-7/+7
|\ \ \ \ | |/ / /
| * | | Rename support_strings to !is_listNikita Popov2019-07-101-7/+7
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-092-14/+62
|\ \ \ \ | |/ / /
| * | | Avoid unintended inliningDmitry Stogov2019-07-092-14/+62
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-094-1864/+1448
|\ \ \ \ | |/ / /
| * | | Remove duplicated code for (PRE|POST)_DEC_(OBJ|STATIC_PROP) opcodesDmitry Stogov2019-07-094-1864/+1448
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-081-5/+1
|\ \ \ \ | |/ / /
| * | | Fixed dispatch from inlined hybrid opcode to another opcodeDmitry Stogov2019-07-081-5/+1
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-082-4/+16
|\ \ \ \ | |/ / /
| * | | Delay EG(exception) check on slow pathDmitry Stogov2019-07-082-7/+31
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-082-2/+2
|\ \ \ \ | |/ / /
| * | | Fixed opcode descriptionDmitry Stogov2019-07-082-2/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-051-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate useless checksDmitry Stogov2019-07-051-2/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-0512-7859/+2307
|\ \ \ \ | |/ / /
| * | | Replace ZEND_ASSIGN_ADD (and others) by ZEND_ASSIGN_OP, ZEND_ASSIGN_DIM_OP, Z...Dmitry Stogov2019-07-0512-7859/+2307
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-041-2/+4
|\ \ \ \ | |/ / /
| * | | Assert that HT entries using add_new APIs are really newNikita Popov2019-07-041-2/+4
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-046-2369/+2391
|\ \ \ \ | |/ / /
| * | | Improve zend_binary_assign_op helpers.Dmitry Stogov2019-07-046-2369/+2391
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-042-6/+7
|\ \ \ \ | |/ / /
| * | | Introduce and use ZEND_VM_INLINE_HANDLER() to avoid ZEND_RETURN exceptionDmitry Stogov2019-07-042-6/+7
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-041-3/+8
|\ \ \ \ | |/ / /