Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initialize valid_symbol_table, important for the main thread | Anatol Belski | 2017-02-18 | 1 | -0/+1 |
| | | | | to prevent php_errormsg population on invalid symlol_table | ||||
* | Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address). | Ondřej Surý | 2017-02-16 | 1 | -1/+7 |
| | | | | | | | | | | The AddressSanitizer doesn't support RTLD_DEEPBIND resulting in erratic errors when deinitializing phar module and possibly others. Clang use __has_feature() macro to indicate compilation with AddressSanitizer while gcc uses __SANITIZE_ADDRESS__ define. Fixes bug #73677. | ||||
* | Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite) | Xinchen Hui | 2017-02-13 | 3 | -52/+112 |
| | |||||
* | Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) | Xinchen Hui | 2017-02-12 | 2 | -19/+67 |
| | |||||
* | Fixed typo | Xinchen Hui | 2017-02-11 | 1 | -2/+2 |
| | |||||
* | Add #ifndef restrict | dreamsxin | 2017-02-08 | 1 | -4/+6 |
| | |||||
* | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-08 | 2 | -8/+8 |
| | | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined. | ||||
* | use some dynamically generated NAN as well | Anatol Belski | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | switch to smart str conversion routine to hide exact NAN type | Anatol Belski | 2017-02-07 | 1 | -2/+2 |
| | | | | see https://github.com/php/php-src/pull/2356#issuecomment-277564135 | ||||
* | Revert "Fix detection of isnan and isinf" | Nikita Popov | 2017-02-06 | 2 | -9/+8 |
| | | | | This reverts commit 9ea0949f43959ff0cf519e7a10ef9de7a538cde3. | ||||
* | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-05 | 2 | -8/+9 |
| | | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined. | ||||
* | Fix bug #73954 | Andrea Faulds | 2017-02-05 | 2 | -1/+24 |
| | |||||
* | BUG #73998: Numeric properties are not accessible from get_object_vars | Mitch Hagstrand | 2017-02-02 | 3 | -2/+43 |
| | |||||
* | typo | Dmitry Stogov | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | fixed macro | Dmitry Stogov | 2017-02-01 | 1 | -3/+4 |
| | |||||
* | Revert "backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0" | Anatol Belski | 2017-01-31 | 1 | -8/+1 |
| | | | | This reverts commit 8da87563122e4d14208b2827fd6b2807578677ec. | ||||
* | Fixed #73973 - debug_zval_dump() assertion error for resource consts with ↵ | andrewnester | 2017-01-26 | 2 | -12/+4 |
| | | | | --enable-debug | ||||
* | move decl to correct place | Joe Watkins | 2017-01-23 | 1 | -1/+2 |
| | |||||
* | Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called | andrewnester | 2017-01-22 | 1 | -6/+11 |
| | |||||
* | backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0 | Anatol Belski | 2017-01-21 | 1 | -1/+8 |
| | |||||
* | Fixed bug #73965 DTrace reported as enabled when disabled | Remi Collet | 2017-01-20 | 2 | -0/+4 |
| | |||||
* | Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference) | Xinchen Hui | 2017-01-13 | 2 | -0/+19 |
| | |||||
* | [ast] Fix exporting **= in expansion of assign op | Sara Golemon | 2017-01-08 | 2 | -1/+12 |
| | | | | (cherry picked from commit 9c3865eb6a72a6f369ba524c5a87b4896a3a9acb) | ||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 108 | -110/+110 |
| | |||||
* | remove duplicate test | Joe Watkins | 2017-01-04 | 1 | -4/+0 |
| | |||||
* | fix test | Joe Watkins | 2017-01-04 | 1 | -3/+4 |
| | |||||
* | Merge branch 'pull-request/1312' into PHP-7.0 | Joe Watkins | 2017-01-04 | 1 | -3/+13 |
|\ | | | | | | | | | | | * pull-request/1312: get_defined_functions extra parameter to exclude disabled functions news entry for PR #1312 | ||||
| * | Added "exclude_disabled" argument to "get_defined_functions". | Willian Gustavo Veiga | 2015-06-02 | 1 | -3/+5 |
| | | |||||
| * | Fix bug #31875 - get_defined_functions() should not list disabled functions. | Willian Gustavo Veiga | 2015-05-30 | 1 | -1/+9 |
| | | |||||
* | | Fix #73832 - leave the table in a safe state if the size is too big. | Stanislav Malyshev | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Another try at making concat_003 more reliable | Nikita Popov | 2016-12-29 | 1 | -28/+14 |
| | | | | | | | | | | | | Use array_fill() for the array population loop -- this isn't the part that is being tested and on PHP 7.0 w/o opcache this duplicates the inner array a lot. | ||||
* | | Increase timing quota for small string concat test | Nikita Popov | 2016-12-21 | 1 | -3/+3 |
| | | | | | | | | Test is regularly failing on Travis. | ||||
* | | Fix #73753 - Unpacked Arrays and Duplication | David Walker | 2016-12-21 | 2 | -3/+33 |
| | | |||||
* | | Fixed bug #73792 (invalid foreach loop hangs script) | Dmitry Stogov | 2016-12-20 | 3 | -0/+50 |
| | | |||||
* | | Fix stack management in ini scanner | Nikita Popov | 2016-12-16 | 3 | -2773/+1952 |
| | | |||||
* | | Partially fix bug #70492 | Nikita Popov | 2016-12-14 | 1 | -1/+1 |
| | | | | | | | | The libmagic portion is missing. | ||||
* | | Check if PHP is in execution state. | Dmitry Stogov | 2016-12-07 | 1 | -1/+3 |
| | | |||||
* | | Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created ↵ | Xinchen Hui | 2016-12-06 | 2 | -1/+83 |
| | | | | | | | | with list()) | ||||
* | | Fixed behavior of failing compound assignments (they shouldn't change the ↵ | Dmitry Stogov | 2016-12-05 | 2 | -36/+207 |
| | | | | | | | | source value when exception thrown during type converion). | ||||
* | | Fix PHP-7.0 build (wrong fix for the branch) | Bob Weinand | 2016-12-03 | 2 | -10/+20 |
| | | |||||
* | | Fix leak when using $this outside of object context | Bob Weinand | 2016-12-03 | 3 | -0/+22 |
| | | |||||
* | | Fix leak in shift_right_function | Nikita Popov | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | Fix test of wrong operator in self_xor.phpt | Bob Weinand | 2016-12-02 | 1 | -5/+5 |
| | | |||||
* | | Eliminated useless exception check | Dmitry Stogov | 2016-12-02 | 2 | -2/+4 |
| | | |||||
* | | Fixed behavior of failing compound assignments (they shouldn't change the ↵ | Dmitry Stogov | 2016-12-02 | 2 | -0/+28 |
| | | | | | | | | source value when exception thrown during type converion). | ||||
* | | Fixed behavior of failing compound assignments (they shouldn't change the ↵ | Dmitry Stogov | 2016-12-02 | 2 | -20/+64 |
| | | | | | | | | source value). | ||||
* | | Fixed possible memory leak in &=, |=, ^=. | Dmitry Stogov | 2016-12-02 | 4 | -1/+40 |
| | | |||||
* | | Fix valgrind issue when throwing due to yield from aborted generator | Bob Weinand | 2016-12-01 | 1 | -0/+1 |
| | | |||||
* | | Fixed bug #73586 (php_user_filter::$stream is not set to the stream the ↵ | Dmitry Stogov | 2016-11-28 | 1 | -0/+10 |
| | | | | | | | | filter is working on). | ||||
* | | Fixed calling generators through magic __call() | Dmitry Stogov | 2016-11-28 | 3 | -20/+64 |
| | |