summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add const to zend_extension_version_info.build_idLevi Morrison2021-03-021-1/+1
* Optimized object conversion to array without rebulding properties HashTableDmitry Stogov2021-03-015-0/+66
* Merge branch 'PHP-8.0'Nikita Popov2021-03-012-0/+22
|\
| * Fixed bug #80811Nikita Popov2021-03-012-0/+22
* | Merge branch 'PHP-8.0'Nikita Popov2021-03-012-1/+16
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-012-1/+16
| |\
| | * Always remove HT iterators, even for uninit HTNikita Popov2021-03-012-1/+16
* | | Change the order of properties used in foreach(), var_dump(), serialize(), co...Dmitry Stogov2021-03-017-52/+40
|\ \ \
| * | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-017-52/+40
* | | | Reference dynamic functions through dynamic_defsNikita Popov2021-03-0114-103/+162
|/ / /
* | | Fix E_DEPRECATED in zend_vm_gen.phpMax Semenik2021-03-011-3/+4
* | | Speed up __sleep() and __wakeup() callsDmitry Stogov2021-02-251-0/+2
* | | Switch few functions useful in Symphony apps to new ZPP API.Dmitry Stogov2021-02-242-18/+20
* | | Fixed error messageDmitry Stogov2021-02-245-6/+22
* | | zend_compile.c: fix typoDylan T2021-02-241-1/+1
* | | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-223-5/+21
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-222-0/+38
|\ \ \ | |/ /
| * | Fix trampoline leak on dynamic static call of non-static methodNikita Popov2021-02-222-0/+38
* | | Don't resolve special class namesNikita Popov2021-02-222-23/+31
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-221-0/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-221-0/+31
| |\ \ | | |/
| | * Fixed bug #80781Nikita Popov2021-02-224-0/+73
* | | Fix typo [ci skip]Markus Staab2021-02-221-1/+1
* | | 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