summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix closure GC handler for fake closuresNikita Popov2021-02-202-2/+30
* Fixed NULL pointer dereferenceDmitry Stogov2021-02-201-1/+2
* Improve basename(). Avoid calling mblen() for ASCII compatible locales.Dmitry Stogov2021-02-193-12/+88
* Fix typoAnton Vasiliev2021-02-181-1/+1
* Fix crash during default value evaluationNikita Popov2021-02-181-0/+5
* Properly relove self::CONSTANT at compile timeDmitry Stogov2021-02-181-1/+13
* Fixed bug #53826Nikita Popov2021-02-182-18/+56
* We don't need map_ptr slots for op_array.run_time_cache during preloading.Dmitry Stogov2021-02-181-11/+5
* Fixed bug #75474Nikita Popov2021-02-182-7/+95
* Fix static variable behavior with inheritanceNikita Popov2021-02-1812-70/+64
* Avoid writing zend_vm_opcodes.h if it did not changeNikita Popov2021-02-171-54/+70
* Coding style tweaks for zend_vm_gen.phpAlex Erohin2021-02-171-31/+33
* Add support for generating properties with union type of multiple classesMáté Kocsis2021-02-161-2/+2
* Fix unused variable warningNikita Popov2021-02-162-10/+10
* Improve class entry generationMáté Kocsis2021-02-167-33/+26
* Merge branch 'PHP-8.0'Nikita Popov2021-02-162-0/+9
|\
| * Fixed bug #80723Nikita Popov2021-02-162-0/+9
* | Microoptimization of STRLEN and IN_ARRAY opcodes (based on https://github.com...Dmitry Stogov2021-02-162-47/+235
* | Delref only after successful allocationNikita Popov2021-02-162-5/+13
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-152-3/+23
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-3/+23
| |\
| | * Fix symtable cache being used while cleaning symtableNikita Popov2021-02-152-3/+23
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-152-0/+9
|\ \ \ | |/ /
| * | Fix assertion failure in cufa optimization with named argsNikita Popov2021-02-152-0/+9
* | | Use VM_MAKE_TAG for macos memory tagDavid CARLIER2021-02-151-1/+2
* | | Generate zend class entries based on stubsMáté Kocsis2021-02-1415-68/+172
* | | Optimize Traversable unpacking in zend_vm_def.hTyson Andre2021-02-132-48/+56
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-1115-98/+213
* | | Fix typo in warnings_during_sccpTyson Andre2021-02-111-1/+1
* | | Handle warnings during sccp function evaluationNikita Popov2021-02-113-60/+22
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-111-1/+1
|\ \ \ | |/ /
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-112-1/+20
|\ \ \ | |/ /
| * | Don't throw additional Error in require_once if exception already thrownNikita Popov2021-02-112-1/+20
| * | Add missing classes to stubsMáté Kocsis2021-02-094-2/+20
* | | Link unbound simple classes (without parent/intefaces/traits) in first place.Dmitry Stogov2021-02-102-19/+30
* | | Use zend_type.ce_cache__ptr for caching class resulution during argument/resu...Dmitry Stogov2021-02-105-49/+84
* | | Use IS_ALIAS_PTR to make distinct between aliasses and real classesDmitry Stogov2021-02-102-30/+26
* | | Added Inheritance Cache.Dmitry Stogov2021-02-0920-100/+889
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-091-1/+1
|\ \ \ | |/ /
| * | Use E_ERROR to report arginfo/zpp mismatchNikita Popov2021-02-091-1/+1
* | | Remove a few more unnecessary @generate-function-entries annotationsMáté Kocsis2021-02-094-10/+4
* | | Add support for string keys in array unpackingNikita Popov2021-02-099-64/+129
* | | Document .dtor_obj and .free_objLevi Morrison2021-02-011-2/+22
* | | Move optimizer into coreNikita Popov2021-01-2834-0/+23537
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-282-2/+2
|\ \ \ | |/ /
| * | Fix stub for Serializable::serialize()Michael Voříšek2021-01-282-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-281-1/+1
|\ \ \ | |/ /
| * | Observe fake closuresSammy Kaye Powers2021-01-281-1/+1
* | | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-263-11/+14
|\ \ \ | |/ /
| * | Allow observer handlers disabling optimization in RETURN opcode handler, that...Dmitry Stogov2021-01-263-11/+14