Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-27 | 1 | -20/+0 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-27 | 1 | -20/+0 |
| |\ | |||||
| | * | Simpler fix for #74974 | Pedro Magalhães | 2017-07-27 | 1 | -20/+0 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-22 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Use compatability zend_isnan() instead of POSIX isnan() | Sara Golemon | 2017-07-22 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-22 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-22 | 1 | -0/+20 |
| |\ \ | | |/ | |||||
| | * | Fix compile-time optimization of NAN comparisons | Sara Golemon | 2017-07-22 | 1 | -0/+20 |
* | | | further sync for vim mode lines | Anatol Belski | 2017-07-04 | 1 | -0/+2 |
* | | | Use interned empty and "one char" strings. | Dmitry Stogov | 2017-05-18 | 1 | -4/+8 |
* | | | Interned strings unification for TS/NTS | Anatol Belski | 2017-03-04 | 1 | -37/+8 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-02-12 | 1 | -18/+48 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-02-12 | 1 | -18/+48 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) | Xinchen Hui | 2017-02-12 | 1 | -19/+48 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Fixed memory leaks caused by exceptions thrown from destructors. | Dmitry Stogov | 2016-12-07 | 1 | -4/+55 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-12-05 | 1 | -36/+64 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-12-05 | 1 | -36/+64 |
| |\ \ | | |/ | |||||
| | * | Fixed behavior of failing compound assignments (they shouldn't change the sou... | Dmitry Stogov | 2016-12-05 | 1 | -34/+62 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2016-12-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-12-02 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix leak in shift_right_function | Nikita Popov | 2016-12-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-12-02 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-12-02 | 1 | -0/+11 |
| |\ \ | | |/ | |||||
| | * | Fixed behavior of failing compound assignments (they shouldn't change the sou... | Dmitry Stogov | 2016-12-02 | 1 | -0/+11 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-12-02 | 1 | -20/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-12-02 | 1 | -20/+40 |
| |\ \ | | |/ | |||||
| | * | Fixed behavior of failing compound assignments (they shouldn't change the sou... | Dmitry Stogov | 2016-12-02 | 1 | -20/+40 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-12-02 | 1 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-12-02 | 1 | -0/+9 |
| |\ \ | | |/ | |||||
| | * | Fixed possible memory leak in &=, |=, ^=. | Dmitry Stogov | 2016-12-02 | 1 | -0/+9 |
| | * | Fix bug #72221 (segfault, past-the-end access) | Lauri Kenttä | 2016-05-28 | 1 | -0/+3 |
* | | | Revert "Fix return value memory leaks upon exceptions in opcode operand freeing" | Dmitry Stogov | 2016-12-02 | 1 | -74/+18 |
* | | | Fix return value memory leaks upon exceptions in opcode operand freeing | Bob Weinand | 2016-11-30 | 1 | -18/+74 |
* | | | Convert numeric keys in object/array casts | Andrea Faulds | 2016-11-14 | 1 | -16/+10 |
* | | | Sync convert_to_null with VM cast behavior | Nikita Popov | 2016-09-04 | 1 | -13/+0 |
|/ / | |||||
* | | Use "fast" assembler functions in "slow" ones. | Dmitry Stogov | 2016-06-01 | 1 | -26/+4 |
* | | Fix bug #72221 (segfault, past-the-end access) | Lauri Kenttä | 2016-05-21 | 1 | -0/+3 |
* | | Intern some known (and offten used) strings. | Dmitry Stogov | 2016-05-12 | 1 | -1/+1 |
* | | Revert "Refactor zval cleanup into single function" | Dmitry Stogov | 2016-05-06 | 1 | -19/+19 |
* | | Refactor zval cleanup into single function | Bob Weinand | 2016-05-05 | 1 | -19/+19 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-04-29 | 1 | -6/+8 |
* | | Remove IS_VAR_RET_REF flag | Nikita Popov | 2016-04-15 | 1 | -11/+0 |
* | | Delay IS_UNDEF check for FETCH_DIM_R and family | Dmitry Stogov | 2016-04-13 | 1 | -0/+1 |
* | | Warn about invalid strings in arithmetic | Andrea Faulds | 2016-03-30 | 1 | -29/+75 |
|/ | |||||
* | Also protects object to array cast | Xinchen Hui | 2016-03-21 | 1 | -1/+3 |
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |