summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug #62397 - disable_functions does not work with eval."Joe Watkins2019-06-032-26/+0
* Fixed uninitialized var warningNikita Popov2019-05-311-9/+10
* Better hot/cold code splittingDmitry Stogov2019-05-316-47/+54
* Fixed compilation warningDmitry Stogov2019-05-312-10/+4
* Don't specialize "cold" handlersDmitry Stogov2019-05-314-2112/+1492
* Removed useless specialization. Specialized handlers called not specialized h...Dmitry Stogov2019-05-314-2161/+839
* Reduce register pressure by reloading values on CPUs with few general purpose...Dmitry Stogov2019-05-313-0/+41
* Disable "bad" optimisations only for emulation loopDmitry Stogov2019-05-303-10/+16
* zend_assign_to_variable() optimizationDmitry Stogov2019-05-292-48/+65
* Mark "cold" functionsDmitry Stogov2019-05-297-14/+13
* Bump API numbersDerick Rethans2019-05-292-2/+2
* zend_do_fcall_overloaded() doesn't have to be exportedDmitry Stogov2019-05-292-3/+1
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-05-291-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-05-291-1/+1
| |\
| | * disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
* | | Fix conditional compilationAnatol Belski2019-05-291-3/+5
* | | These macros should not expect any argumentAnatol Belski2019-05-291-2/+2
* | | Avoid cold code duplicationDmitry Stogov2019-05-291-30/+34
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-284-7/+14
* | | Avoid double copyingDmitry Stogov2019-05-284-24/+60
* | | Put phpinfo() related code into cold code segmentDmitry Stogov2019-05-281-1/+1
* | | BIND_STATIC of implicit binding may be undefNikita Popov2019-05-273-6/+6
* | | Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-277-14/+15
* | | Deprecate use of parent where no parent existsNikita Popov2019-05-243-4/+14
* | | Implement basic variance supportNikita Popov2019-05-2413-89/+299
* | | Avoid early-binding on unresolved typesNikita Popov2019-05-247-45/+166
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-231-0/+11
|\ \ \ | |/ /
| * | Fix bug #77955Nikita Popov2019-05-231-0/+11
* | | Forbid use of not fully linked classesNikita Popov2019-05-237-7/+36
* | | Fixed bug #78014 (Preloaded classes may depend on non-preloaded classes due t...Dmitry Stogov2019-05-201-0/+1
* | | Revert "Rename *.l files to *.re"Joe Watkins2019-05-205-6/+6
* | | [ci skip] Join Zend engine docs-alike files to readmePeter Kokot2019-05-183-129/+139
* | | Enhance makedist scriptPeter Kokot2019-05-181-0/+13
* | | Rename *.l files to *.rePeter Kokot2019-05-175-6/+6
* | | Move copyright/license headers to CONTRIBUTING.mdPeter Kokot2019-05-171-17/+0
* | | Merge branch 'deprecate_concat_add_sub' into PHP-8.4Bob Weinand2019-05-165-1/+14
|\ \ \
| * | | Deprecate unparenthesized concatenation and addition/subtractionBob Weinand2019-03-285-2/+14
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-152-11/+29
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-152-11/+29
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug #76980Nikita Popov2019-05-152-11/+29
| * | | Prepare 7.3.7-devChristoph M. Becker2019-05-141-1/+1
* | | | Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TI...Dmitry Stogov2019-05-153-31/+8
* | | | Fix bug #62397 - disable_functions does not work with eval.Benjamin Eberlei2019-05-142-0/+26
* | | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-142-1/+3
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Fix test caseChristoph M. Becker2019-05-141-1/+1
* | | | Convert CRLF to LFPeter Kokot2019-05-143-182/+182
* | | | Implement spread operator in arraysCHU Zhaowei2019-05-1319-538/+1265
* | | | ARM64 may be big endianDmitry Stogov2019-05-131-1/+1