summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix PHP-7.0 build (wrong fix for the branch)Bob Weinand2016-12-032-10/+20
* | Fix leak when using $this outside of object contextBob Weinand2016-12-033-0/+22
* | Fix leak in shift_right_functionNikita Popov2016-12-021-1/+1
* | Fix test of wrong operator in self_xor.phptBob Weinand2016-12-021-5/+5
* | Eliminated useless exception checkDmitry Stogov2016-12-022-2/+4
* | Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-022-0/+28
* | Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-022-20/+64
* | Fixed possible memory leak in &=, |=, ^=.Dmitry Stogov2016-12-024-1/+40
* | Fix valgrind issue when throwing due to yield from aborted generatorBob Weinand2016-12-011-0/+1
* | Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filte...Dmitry Stogov2016-11-281-0/+10
* | Fixed calling generators through magic __call()Dmitry Stogov2016-11-283-20/+64
* | Fixed bug #73585 (Logging of "Internal Zend error - Missing class information...Xinchen Hui2016-11-241-4/+2
* | Fixed use after freeDmitry Stogov2016-11-221-1/+1
* | Fixed memory leak (Bob)Dmitry Stogov2016-11-221-3/+3
* | Revert "fix invalid read, follow up on 97b65cc9"Anatol Belski2016-11-221-6/+2
* | fix invalid read, follow up on 97b65cc9Anatol Belski2016-11-221-2/+6
* | Fix memory leak(null coalescing operator with Spl hash)Tyson Andre2016-11-201-0/+2
* | Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-0/+2
* | Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-202-2/+1
* | Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-202-1/+2
* | Regenerated scannerDmitry Stogov2016-11-182-1921/+1933