Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2020-09-28 | 1 | -1/+3 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-09-28 | 1 | -2/+6 |
| |\ | |||||
| | * | Do not decode cookie names anymore | Stanislav Malyshev | 2020-09-26 | 1 | -2/+6 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-11 | 1 | -24/+43 |
|\ \ \ | |/ / | |||||
| * | | Fix #79254: getenv() w/o arguments not showing changes | Christoph M. Becker | 2020-02-11 | 1 | -24/+43 |
* | | | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -1/+1 |
* | | | Fix #78929: plus signs in cookie values are converted to spaces | Kachalin Alexey | 2019-12-12 | 1 | -18/+17 |
* | | | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -2/+2 |
* | | | tsrm environment lock | Joe Watkins | 2019-03-29 | 1 | -0/+4 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-10 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fixed bug #77439 | Nikita Popov | 2019-01-10 | 1 | -0/+2 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -19/+19 |
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -2/+2 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Use cheaper API | Xinchen Hui | 2017-12-18 | 1 | -2/+2 |
* | | typo | Dmitry Stogov | 2017-12-12 | 1 | -1/+1 |
* | | Avoid reallocation and double copying of variable names. | Dmitry Stogov | 2017-12-12 | 1 | -33/+67 |
* | | Use interned strings as variable names | Dmitry Stogov | 2017-12-01 | 1 | -1/+3 |
* | | Added "argv" and "argc" as known strings. | Dmitry Stogov | 2017-12-01 | 1 | -8/+8 |
* | | Intern auto global name strings in first place | Dmitry Stogov | 2017-11-29 | 1 | -7/+7 |
* | | RC manipulation cleanup | Xinchen Hui | 2017-11-01 | 1 | -5/+3 |
|/ | |||||
* | Avoid useless duplication | Dmitry Stogov | 2017-06-21 | 1 | -5/+1 |
* | Use interned empty and "one char" strings. | Dmitry Stogov | 2017-05-18 | 1 | -1/+7 |
* | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-25 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-25 | 1 | -1/+1 |
| |\ | |||||
| | * | Improve fix for bug #73807 | Nikita Popov | 2017-02-25 | 1 | -1/+1 |
* | | | Arguments array can't make cycles | Dmitry Stogov | 2017-02-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-02 | 1 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-02 | 1 | -2/+8 |
| |\ \ | | |/ | |||||
| | * | Fix bug #73807 | Nikita Popov | 2017-02-02 | 1 | -2/+8 |
| | * | 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 |
* | | | Enable HT RC assertions with escape-hatch | Nikita Popov | 2017-01-23 | 1 | -0/+5 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
|/ / | |||||
* | | Ensure symtable exists before checking it | Nikita Popov | 2016-09-28 | 1 | -1/+2 |
* | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-07-19 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-07-19 | 1 | -0/+18 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-07-19 | 1 | -18/+37 |
| | |\ | |||||
| | | * | CS fix and comments with bug ID | Stanislav Malyshev | 2016-07-12 | 1 | -2/+3 |
| | | * | Fix for HTTP_PROXY issue. | Stanislav Malyshev | 2016-07-10 | 1 | -19/+37 |
| | | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | Removed a surplus condition in php_register_variable_ex() | Valentin V. Bartenev | 2016-07-05 | 1 | -1/+1 |
* | | | | Implemented RFC: Fix inconsistent behavior of $this variable | Dmitry Stogov | 2016-06-16 | 1 | -0/+19 |
|/ / / |