summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix sequencing UBNikita Popov2017-03-232-422/+445
* Fix lineno for AST_ZVAL nodesNikita Popov2017-03-233-3/+10
* Fix bug where `yield from` is captured too greedilySara Golemon2017-03-232-1/+26
* Fix bug #74265Nikita Popov2017-03-171-3/+3
* Fix AST start lineno for list nodesNikita Popov2017-03-171-1/+8
* Fixed bug #73960Nikita Popov2017-03-102-0/+20
* Fixed bug #73370Nikita Popov2017-03-091-2/+2
* Fix out of bounds access in gc_find_additional_buffer()Nikita Popov2017-03-071-3/+6
* improve signal globals consistency check for TSAnatol Belski2017-03-021-2/+2
* do not try to handle signals, when globals are inconsistentAnatol Belski2017-03-021-2/+14
* Fix potential crash when setting invalid declare valueSara Golemon2017-02-282-1/+15
* initialize valid_symbol_table, important for the main threadAnatol Belski2017-02-181-0/+1
* Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).Ondřej Surý2017-02-161-1/+7
* Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)Xinchen Hui2017-02-133-52/+112
* Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)Xinchen Hui2017-02-122-19/+67
* Fixed typoXinchen Hui2017-02-111-2/+2
* Add #ifndef restrictdreamsxin2017-02-081-4/+6
* Fix detection of isnan and isinfChristian Schmidt2017-02-082-8/+8
* use some dynamically generated NAN as wellAnatol Belski2017-02-071-1/+1
* switch to smart str conversion routine to hide exact NAN typeAnatol Belski2017-02-071-2/+2
* Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-062-9/+8
* Fix detection of isnan and isinfChristian Schmidt2017-02-052-8/+9
* Fix bug #73954Andrea Faulds2017-02-052-1/+24
* BUG #73998: Numeric properties are not accessible from get_object_varsMitch Hagstrand2017-02-023-2/+43
* typoDmitry Stogov2017-02-011-1/+1
* fixed macroDmitry Stogov2017-02-011-3/+4
* Revert "backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0"Anatol Belski2017-01-311-8/+1
* Fixed #73973 - debug_zval_dump() assertion error for resource consts with --e...andrewnester2017-01-262-12/+4
* move decl to correct placeJoe Watkins2017-01-231-1/+2
* Fixed #73969 - Fixed segmentation fault when debug_print_backtrace calledandrewnester2017-01-221-6/+11
* backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0Anatol Belski2017-01-211-1/+8
* Fixed bug #73965 DTrace reported as enabled when disabledRemi Collet2017-01-202-0/+4
* Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)Xinchen Hui2017-01-132-0/+19
* [ast] Fix exporting **= in expansion of assign opSara Golemon2017-01-082-1/+12
* Update copyright headers to 2017Sammy Kaye Powers2017-01-04108-110/+110
* remove duplicate testJoe Watkins2017-01-041-4/+0
* fix testJoe Watkins2017-01-041-3/+4
* Merge branch 'pull-request/1312' into PHP-7.0Joe Watkins2017-01-041-3/+13
|\
| * Added "exclude_disabled" argument to "get_defined_functions".Willian Gustavo Veiga2015-06-021-3/+5
| * Fix bug #31875 - get_defined_functions() should not list disabled functions.Willian Gustavo Veiga2015-05-301-1/+9
* | Fix #73832 - leave the table in a safe state if the size is too big.Stanislav Malyshev2017-01-021-1/+1
* | Another try at making concat_003 more reliableNikita Popov2016-12-291-28/+14
* | Increase timing quota for small string concat testNikita Popov2016-12-211-3/+3
* | Fix #73753 - Unpacked Arrays and DuplicationDavid Walker2016-12-212-3/+33
* | Fixed bug #73792 (invalid foreach loop hangs script)Dmitry Stogov2016-12-203-0/+50
* | Fix stack management in ini scannerNikita Popov2016-12-163-2773/+1952
* | Partially fix bug #70492Nikita Popov2016-12-141-1/+1
* | Check if PHP is in execution state.Dmitry Stogov2016-12-071-1/+3
* | Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created wit...Xinchen Hui2016-12-062-1/+83
* | Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-052-36/+207