summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Implement spread operator in arraysCHU Zhaowei2019-05-1319-538/+1265
* ARM64 may be big endianDmitry Stogov2019-05-131-1/+1
* Load 8 bytes at a time in hash_func. (Sebastian Pop)Dmitry Stogov2019-05-131-0/+20
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-132-1/+9
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-133-221/+230
| |\
| | * Fix #77993: Wrong parse error for invalid hex literal on WindowsTheodore Brown2019-05-134-4201/+4206
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-22/+24
* | | Remove dead DEBUG_CFLAGS settingPeter Kokot2019-05-111-2/+0
* | | Remove unused functionsPeter Kokot2019-05-091-44/+0
* | | Fixed bug #71030Nikita Popov2019-05-093-55/+42
* | | Remove unused functionsPeter Kokot2019-05-082-53/+0
* | | 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