summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Improve PHP hash function.Dmitry Stogov2019-05-081-0/+44
* Refactor inheritance type check implementationNikita Popov2019-05-081-48/+24
* Deduplicate inheritance type check implementationNikita Popov2019-05-081-33/+16
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-082-2/+19
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-082-2/+19
| |\
| | * Fix resolution of "parent" during inheritance checkNikita Popov2019-05-082-2/+19
* | | [AArch64] Use NEON to initialize zend_hashSebastian Pop2019-05-071-0/+12
* | | speed up increment and decrement operators with overflow detectionSebastian Pop2019-05-071-0/+26
* | | speed up add and sub operators with overflow detectionSebastian Pop2019-05-071-0/+40
* | | Deprecate left-associative ternaryNikita Popov2019-05-075-2/+62
* | | Remove outdated info from README.ZEND_MMNikita Popov2019-05-071-10/+0
* | | Implement arrow functionsNikita Popov2019-05-0225-44/+452
* | | Also, use ZEND_ACC_PRELOADED for classesDmitry Stogov2019-04-301-28/+28
* | | Fix typo in TRY_ASSIGN macro nameNikita Popov2019-04-291-1/+1
* | | Remove unused TSRM/readdir.h headerPeter Kokot2019-04-291-1/+1
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-32/+170
* | | Add gcc global register for aarch64CrazyMiaoo2019-04-222-0/+6
* | | Refactor Zend/acinclude.m4 local macroPeter Kokot2019-04-212-115/+114
* | | Remove zend.icoPeter Kokot2019-04-201-0/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-181-1/+15
|\ \ \ | |/ /
| * | Check assert only when RC_DEBUG is enabledDmitry Stogov2019-04-181-1/+15
| * | Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-181-8/+18
|\ \ \
| * | | Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
| |/ /
* | | Fix dl() module unloading in post deactivateNikita Popov2019-04-181-0/+1
* | | Don't initialize return value before calling user functionsDmitry Stogov2019-04-182-13/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-171-4/+4
|\ \ \ | |/ /
| * | Fixed dl() function. It failed in DEBUG build without opcache because of asse...Dmitry Stogov2019-04-171-4/+4
* | | Fix internal_encoding fallback in mbstringNikita Popov2019-04-176-5/+5
* | | Don't overwrite iterator count during real initNikita Popov2019-04-161-2/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-162-3/+7
|\ \ \ | |/ /
| * | Fix HT flags copying wrt iterator countNikita Popov2019-04-162-4/+9
| * | Prepare main branch for PHP 7.3.6Christoph M. Becker2019-04-161-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-162-47/+38
|\ \ \ | |/ /
| * | Fix second part of bug #77903Nikita Popov2019-04-162-0/+25
| * | Partial fix for bug #77903Nikita Popov2019-04-161-47/+13
* | | execute_data->return_value is not used for internal functionsDmitry Stogov2019-04-161-1/+0
* | | Removed tests that always (or almost always) trueDmitry Stogov2019-04-153-8/+43
* | | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-152-4/+4
* | | Disable strict aliasing warningsNikita Popov2019-04-151-1/+1
* | | Avoid uninit warning in dtoaNikita Popov2019-04-121-1/+1
* | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-3/+4
* | | Enable -Wall on release builds for GCCNikita Popov2019-04-121-1/+1
* | | Mark zend_bailout() as a noreturn functionNikita Popov2019-04-122-2/+2
* | | Backported call frame initialization improvementDmitry Stogov2019-04-129-365/+422
* | | Replace "ZEND_CALL_CTOR" hack by additional live-rangeDmitry Stogov2019-04-127-110/+61
* | | Added testDmitry Stogov2019-04-111-0/+21
* | | Fixed typoMarkus Staab2019-04-111-1/+1
* | | Remove restrict zend_portability defineNikita Popov2019-04-111-8/+0
* | | Fixed bug #77877 (call_user_func() passes $this to satatic methods).Dmitry Stogov2019-04-112-0/+27