summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1'Joe Watkins2017-01-262-12/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-262-12/+4
| |\
| | * Fixed #73973 - debug_zval_dump() assertion error for resource consts with --e...andrewnester2017-01-262-12/+4
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-241-4/+6
|\ \ \ | |/ /
| * | make length check more robustAnatol Belski2017-01-241-4/+6
* | | Fix assertion violation with composerNikita Popov2017-01-242-1/+24
* | | Enable HT RC assertions with escape-hatchNikita Popov2017-01-233-38/+51
* | | Check for old style constructor only if method is not foundDmitry Stogov2017-01-231-13/+11
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-231-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-231-1/+2
| |\ \ | | |/
| | * move decl to correct placeJoe Watkins2017-01-231-1/+2
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-221-6/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-221-6/+11
| |\ \ | | |/
| | * Fixed #73969 - Fixed segmentation fault when debug_print_backtrace calledandrewnester2017-01-221-6/+11
| | * backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0Anatol Belski2017-01-211-1/+8
* | | Add variadic type and obj info macrosBogdan Padalko2017-01-221-1/+3
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-211-6/+32
|\ \ \ | |/ /
| * | exclude debug codeAnatol Belski2017-01-211-2/+13
| * | ensure the string for conversion is \0 terminated and integradeAnatol Belski2017-01-211-4/+19
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-201-3/+5
|\ \ \ | |/ /
| * | Fixed bug #73962 bug with symlink related to cyrillic directoryAnatol Belski2017-01-201-3/+5
* | | Merge branch 'PHP-7.1'Remi Collet2017-01-202-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-01-202-0/+4
| |\ \ | | |/
| | * Fixed bug #73965 DTrace reported as enabled when disabledRemi Collet2017-01-202-0/+4
* | | Separate zend_fetch_static_property_address() into an inline functionDmitry Stogov2017-01-173-800/+95
* | | move some var declarations to the top for better groupingAnatol Belski2017-01-151-20/+16
* | | Fix small mistake in generator creation introduced in 9a159f37Bob Weinand2017-01-152-2/+2
* | | Fixed nullable handling (phpunit failure)Dmitry Stogov2017-01-132-1/+12
* | | Avoid NULL dereferenceDmitry Stogov2017-01-131-1/+3
* | | Introduced "zend_type" - an abstraction for type-hinting representation.Dmitry Stogov2017-01-1311-318/+316
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-132-1/+16
|\ \ \ | |/ /
| * | Remove redundant reference handlingXinchen Hui2017-01-131-1/+0
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-01-131-0/+16
| |\ \ | | |/
| | * Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)Xinchen Hui2017-01-132-0/+19
| * | Ok, maybe Nikita is right. We should default this on.Rasmus Lerdorf2017-01-107-0/+14
| * | Missed one. This needs gc as wellRasmus Lerdorf2017-01-101-0/+2
| * | These tests expect gc to be enabledRasmus Lerdorf2017-01-102-0/+4
* | | More missing gc inisRasmus Lerdorf2017-01-107-0/+14
* | | Missed one. This needs gc as wellRasmus Lerdorf2017-01-101-0/+2
* | | These tests rely on gc being enabledRasmus Lerdorf2017-01-102-0/+4
* | | Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64Andy Postnikov2017-01-091-2/+2
* | | Merge branch 'PHP-7.1'Dmitry Stogov2017-01-092-4/+16
|\ \ \ | |/ /
| * | Improved GENERATOR_CREATE opcode handler.Dmitry Stogov2017-01-092-4/+16
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-082-1/+12
| |\ \ | | |/
| | * [ast] Fix exporting **= in expansion of assign opSara Golemon2017-01-082-1/+12
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-04108-110/+110
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-1/+2
|\ \ \ | |/ /
| * | fix edge case leakAnatol Belski2017-01-071-1/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-30/+22
|\ \ \ | |/ /
| * | Fixed bug #73877 readlink() returns garbage for UTF-8 pathsAnatol Belski2017-01-071-30/+22