summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Don't use asm arithmetic under msanNikita Popov2019-09-291-12/+18
* Merge branch 'PHP-7.4'Nikita Popov2019-09-282-2/+24
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-282-2/+24
| |\
| | * Don't throw warnings during heredoc scan-aheadNikita Popov2019-09-284-181/+207
* | | Remove unused zend_del_literal() functionNikita Popov2019-09-271-11/+0
* | | Convert "Only arrays and Traversables can be unpacked" into ErrorNikita Popov2019-09-273-50/+34
* | | Promote write "use scalar as array" warning to ErrorNikita Popov2019-09-273-51/+57
* | | Add test for illegal unset/isset offsetNikita Popov2019-09-273-80/+27
* | | Convert "Illegal offset type" warnings to exceptionsNikita Popov2019-09-2713-61/+92
* | | Convert "cannot add element" warning to exceptionNikita Popov2019-09-2711-86/+108
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-272-0/+68
|\ \ \ | |/ /
| * | Handle resources used as array keys consistentlyNikita Popov2019-09-272-0/+68
* | | Throw Error when writing property of non-objectNikita Popov2019-09-2731-978/+469
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-262-0/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-262-0/+26
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-262-0/+26
| | |\
| | | * Fix memory leak with ** on array operandsNikita Popov2019-09-262-0/+26
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-262-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-262-1/+5
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-262-1/+5
| | |\ \ | | | |/
| | | * Fix null-pointer deref in if stmt printingNikita Popov2019-09-262-1/+5
* | | | Avoid code duplictionDmitry Stogov2019-09-262-99/+17
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-09-262-6/+6
|\ \ \ \ | |/ / /
| * | | Fixed GOTO VMDmitry Stogov2019-09-262-9/+9
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-259-18/+0
* | | | Add check_only parameter to get_closure handlerChristoph M. Becker2019-09-245-13/+7
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-242-2/+19
|\ \ \ \ | |/ / /
| * | | Fixed bug #78589Nikita Popov2019-09-242-2/+19
* | | | Change ZEND_RECV and ZEND_RECV_VARIADIC to use extended_value for cache slot ...Dmitry Stogov2019-09-234-21/+10
* | | | Check that type is set in ZEND_TYPE_IS_MASK()Nikita Popov2019-09-231-1/+1
* | | | Use ZEND_TYPE_IS_SET() when checking for property typesNikita Popov2019-09-237-26/+31
* | | | Don't set nullability flag for parameters without typeNikita Popov2019-09-232-5/+7
* | | | Canonicalize typed prop/param default value errorsNikita Popov2019-09-238-68/+47
* | | | Check for nullable void type earlierNikita Popov2019-09-231-7/+3
* | | | Canonicalize typed properties error messageNikita Popov2019-09-2326-63/+52
* | | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-2312-331/+371
* | | | Don't make argument nullable based on AST null initializerNikita Popov2019-09-195-43/+44
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-191-1/+7
|\ \ \ \ | |/ / /
| * | | Fix #78543: is_callable() on FFI\CData throws ExceptionChristoph M. Becker2019-09-191-5/+10
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-172-0/+16
|\ \ \ \ | |/ / /
| * | | Check for exception after calling count_values()Nikita Popov2019-09-172-0/+16
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-171-2/+11
|\ \ \ \ | |/ / /
| * | | Monitoring anonymous pages on mac via vmmap tagDavid Carlier2019-09-171-2/+11
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-161-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-161-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-161-2/+2
| | |\ \ | | | |/
| | | * Fixed bug #78545Nikita Popov2019-09-161-2/+2
| | * | PHP 7.3.10RC1 has been taggedChristoph M. Becker2019-09-101-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-161-10/+1
|\ \ \ \ | |/ / /
| * | | Fix test after unserialize changeNikita Popov2019-09-161-10/+1