summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Peter Kokot2019-06-301-1/+1
|\
| * Sync functions checksPeter Kokot2019-06-301-1/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-06-301-8/+0
|\ \ | |/
| * Remove HAVE_DEV_ARANDOMPeter Kokot2019-06-301-8/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-282-5/+9
|\ \ | |/
| * Disable ifunc resolvers if memory sanitizer is usedNikita Popov2019-06-282-5/+9
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-283-17/+23
|\ \ | |/
| * Fix arginfo leak in disable_functionsNikita Popov2019-06-283-17/+23
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-282-1/+25
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-282-1/+25
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-282-1/+25
| | |\
| | | * Fix bugs in AST printersunnyeo2019-06-282-1/+25
| | * | Next is 7.3.8Christoph M. Becker2019-06-111-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-1/+4
|\ \ \ \ | |/ / /
| * | | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-1/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-282-5/+107
|\ \ \ \ | |/ / /
| * | | Fix out-of-bounds read in array compilationNikita Popov2019-06-281-3/+5
| * | | Add tracked arena allocatorNikita Popov2019-06-281-2/+102
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-06-281-5/+6
|\ \ \ \ | |/ / /
| * | | implement tsrm_is_shutdown APIJoe Watkins2019-06-281-5/+6
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-281-0/+2
|\ \ \ \ | |/ / /
| * | | Fixed use-after-freeDmitry Stogov2019-06-281-0/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-1/+7
|\ \ \ \ | |/ / /
| * | | Fix custom heap freeNikita Popov2019-06-281-1/+7
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-06-282-4/+0
|\ \ \ \ | |/ / /
| * | | Remove HAVE_STRCOLL checkPeter Kokot2019-06-282-4/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-271-11/+71
|\ \ \ \ | |/ / /
| * | | Add tracked allocator modeNikita Popov2019-06-271-11/+71
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-271-76/+48
|\ \ \ \ | |/ / /
| * | | Separate common code abd eliminate useless checksDmitry Stogov2019-06-271-76/+48
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-271-23/+38
|\ \ \ \ | |/ / /
| * | | Inline hot pathDmitry Stogov2019-06-271-23/+38
* | | | Make zend_hash_rehash() a void functionAndrey Gromov2019-06-274-11/+6
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-06-271-10/+1
|\ \ \ \ | |/ / /
| * | | Clean headers checksPeter Kokot2019-06-271-10/+1
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-273-68/+120
|\ \ \ \ | |/ / /
| * | | Avoid double checks on early bindingDmitry Stogov2019-06-273-69/+126
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-06-261-1/+1
|\ \ \ \ | |/ / /
| * | | Remove HAVE_STRTOD and strtod checkPeter Kokot2019-06-261-1/+1
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-261-1/+2
|\ \ \ \ | |/ / /
| * | | Private methods don't have to be duplicatedDmitry Stogov2019-06-261-1/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-261-16/+29
|\ \ \ \ | |/ / /
| * | | Reorder conditions to minimize number of checks on fast pathDmitry Stogov2019-06-261-16/+30
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-261-46/+41
|\ \ \ \ | |/ / /
| * | | Remove always true/false conditions, remove dead conde and simplify code.Dmitry Stogov2019-06-261-47/+42
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-251-7/+3
|\ \ \ \ | |/ / /
| * | | Replace previosly checked conditions by ZEND_ASSERT()Dmitry Stogov2019-06-251-7/+3
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-252-2/+30
|\ \ \ \ | |/ / /
| * | | Fixed variance check for abstract constructor during erlay bindingDmitry Stogov2019-06-252-2/+30
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-251-38/+23
|\ \ \ \ | |/ / /