summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Introduce zend_stream_init_filename()Nikita Popov2019-07-163-9/+9
* Introduce zend_stream_init_fp() APINikita Popov2019-07-162-0/+8
* Slit INC/DEC opcodes into hot/cold parts and remove specialized versioins for...Dmitry Stogov2019-07-164-478/+274
* Remove unused _get_zval_ptr_cv_BP_VAR_UNSET functionNikita Popov2019-07-161-10/+0
* Remove ZEND_HANDLE_FDNikita Popov2019-07-162-11/+0
* Fix bug #52752 by not using mmap() to lex filesNikita Popov2019-07-162-60/+0
* Replace deprecated conditions by ZEND_ASSERT.Dmitry Stogov2019-07-162-218/+296
* Support <?php followed by EOFNikita Popov2019-07-163-0/+20
* Delay IS_UNDEF checksDmitry Stogov2019-07-163-24/+190
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-07-164-390/+390
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-07-164-390/+390
| |\
| | * Fixed incorrect specialization (missed IS_INDIRECT handling)Dmitry Stogov2019-07-163-424/+424
* | | Combine SKIP_TOKEN+RETURN_TOKEN into one macroNikita Popov2019-07-151-23/+10
* | | Move shebang handling into the lexerNikita Popov2019-07-153-19/+22
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-152-2/+37
|\ \ \ | |/ /
| * | Fixed bug #78010Nikita Popov2019-07-152-2/+37
* | | Emit T_BAD_CHARACTER for unexpected charactersNikita Popov2019-07-152-2/+7
* | | Remove tsrm_config_common.hPeter Kokot2019-07-132-2/+18
* | | Don't split T_INLINE_HTML at partial PHP tagNikita Popov2019-07-121-2/+6
* | | Use common code for double mathDmitry Stogov2019-07-122-98/+154
* | | Allow GOTO style helpers in HYBRID VMDmitry Stogov2019-07-121-10/+27
* | | Separate "cold" parts of comparison instructionsDmitry Stogov2019-07-116-1710/+958
* | | Separate "cold" parts of binary op instructionsDmitry Stogov2019-07-115-2892/+1527
* | | Add ZEND_DEP_ME macroNikita Popov2019-07-111-0/+1
* | | Convert short tag to standard tag in Zend test fileGeorge Peter Banyard2019-07-111-1/+1
* | | Set expectation to reduce hot code fragmentationDmitry Stogov2019-07-101-1/+1
* | | 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
* | | Throw notice on array access on illegal typeNikita Popov2019-07-1012-9/+114
* | | Reduce cost for references to strings and resourcesDmitry Stogov2019-07-102-3/+9
* | | Rename support_strings to !is_listNikita Popov2019-07-101-7/+7
* | | Avoid unintended inliningDmitry Stogov2019-07-092-14/+62
* | | Remove duplicated code for (PRE|POST)_DEC_(OBJ|STATIC_PROP) opcodesDmitry Stogov2019-07-094-1864/+1448
* | | Fixed dispatch from inlined hybrid opcode to another opcodeDmitry Stogov2019-07-081-5/+1
* | | Delay EG(exception) check on slow pathDmitry Stogov2019-07-082-7/+31
* | | Fixed opcode descriptionDmitry Stogov2019-07-082-2/+2
* | | Eliminate useless checksDmitry Stogov2019-07-051-2/+2
* | | Replace ZEND_ASSIGN_ADD (and others) by ZEND_ASSIGN_OP, ZEND_ASSIGN_DIM_OP, Z...Dmitry Stogov2019-07-0512-7859/+2307
* | | Assert that HT entries using add_new APIs are really newNikita Popov2019-07-041-2/+4
* | | Improve zend_binary_assign_op helpers.Dmitry Stogov2019-07-046-2369/+2391
* | | Introduce and use ZEND_VM_INLINE_HANDLER() to avoid ZEND_RETURN exceptionDmitry Stogov2019-07-042-6/+7
* | | Set PROPERTY_TYPES_RESOLVED flag for internal classesNikita Popov2019-07-041-3/+8
* | | Better optimization in RELEASE build. ZEND_ASSERT(s) prevented optimizationDmitry Stogov2019-07-031-12/+12
* | | Fixed bug #78239Nikita Popov2019-07-032-0/+31
* | | Optimization of INC/DEC helpersDmitry Stogov2019-07-037-247/+257
* | | simple ignore arguments in exceptions implementationJoe Watkins2019-07-024-1/+24
* | | Fix clang buildNikita Popov2019-07-022-78/+78
* | | Fixed build without global register variablesDmitry Stogov2019-07-021-2/+2