summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate zend class entries based on stubsMáté Kocsis2021-02-1415-68/+172
* Enable class entry generation for sapi extensionsMáté Kocsis2021-02-1410-10/+15
* Optimize Traversable unpacking in zend_vm_def.hTyson Andre2021-02-132-48/+56
* Revert "Implement fetching TLS TCB offset on MacOS"Nikita Popov2021-02-122-12/+2
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-11314-6079/+888
* Merge branch 'PHP-8.0'Nikita Popov2021-02-111-2/+3
|\
| * Fixed bug #80718Nikita Popov2021-02-112-2/+5
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-114-8/+27
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-115-8/+31
| |\
| | * Fixed bug #80719Nikita Popov2021-02-115-8/+27
* | | Implement fetching TLS TCB offset on MacOSDavid Carlier2021-02-112-2/+12
* | | Allow all scalar types in ini_set()Nikita Popov2021-02-114-9/+56
* | | Avoid useless SHM data duplicationDmitry Stogov2021-02-112-4/+22
* | | Fix typo in warnings_during_sccpTyson Andre2021-02-111-1/+1
* | | Sort some decls in spl_iterators.hLevi Morrison2021-02-111-21/+21
* | | Handle warnings during sccp function evaluationNikita Popov2021-02-114-60/+49
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-111-1/+1
|\ \ \ | |/ /
| * | Update func info after password_get_info() changeNikita Popov2021-02-111-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-113-8/+5
|\ \ \ | |/ /
| * | Don't return null from password_get_info()Nikita Popov2021-02-113-8/+5
* | | run-tests: fix JUnit countsMax Semenik2021-02-111-1/+7
* | | 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
* | | Link unbound simple classes (without parent/intefaces/traits) in first place.Dmitry Stogov2021-02-102-19/+30
* | | Unserialize op_array->scope before passing to zend_file_cache_unserialize_typ...Dmitry Stogov2021-02-101-2/+3
* | | Use zend_type.ce_cache__ptr for caching class resulution during argument/resu...Dmitry Stogov2021-02-106-49/+96
* | | Fixed map_ptr slot sharing for trait/selfDmitry Stogov2021-02-101-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-22/+22
|\ \ \ | |/ /
| * | Make mysqli_ssl_set() arguments nullableNikita Popov2021-02-103-22/+22
* | | Reuse single map_ptr slot for indentical class namesDmitry Stogov2021-02-104-14/+58
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-6/+6
|\ \ \ | |/ /
| * | Make finfo_open() $magic_database nullableNikita Popov2021-02-103-5/+5
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-101-1/+1
|\ \ \ | |/ /
| * | Don't pass null action to __doRequestNikita Popov2021-02-101-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-102-7/+4
|\ \ \ | |/ /
| * | Clarify that location is required in do_requestNikita Popov2021-02-101-5/+2
| * | Regenerate arginfo fileNikita Popov2021-02-101-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-102-2/+2
|\ \ \ | |/ /
| * | Accept null $location in SoapClient::__setLocation()Nikita Popov2021-02-102-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-7/+7
|\ \ \ | |/ /
| * | Make SoapVar arguments nullableNikita Popov2021-02-103-7/+7
* | | Merge branch 'PHP-8.0'Máté Kocsis2021-02-090-0/+0
|\ \ \ | |/ /
| * | Add missing classes to stubsMáté Kocsis2021-02-0918-20/+135
* | | Optimize ZEND_COUNT opcodes on arrays in the jitTyson Andre2021-02-094-1/+133
* | | Use IS_ALIAS_PTR to make distinct between aliasses and real classesDmitry Stogov2021-02-102-30/+26
* | | Added Inheritance Cache.Dmitry Stogov2021-02-0941-1011/+1595
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-093-19/+25
|\ \ \ | |/ /
| * | Properly check imagegd() signatureNikita Popov2021-02-091-2/+12
| * | Make imagegd $file parameter nullableNikita Popov2021-02-093-18/+14
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-098-16/+16
|\ \ \ | |/ /