Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -1/+1 |
* | | | avoid unnecessary scoping | Anatol Belski | 2015-07-31 | 1 | -8/+7 |
* | | | Cleanup shutdown, enable proper memory leak displaying | Bob Weinand | 2015-07-24 | 1 | -1/+1 |
* | | | $argv and $argc may be IS_INDIRECT | Bob Weinand | 2015-07-22 | 1 | -2/+2 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -5/+5 |
* | | | remove non-applicable comment | Anatol Belski | 2015-05-24 | 1 | -1/+0 |
* | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-05-23 | 1 | -3/+9 |
|\ \ \ | |/ / | |||||
| * | | increase the internal post data buffer | Anatol Belski | 2015-05-23 | 1 | -3/+9 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Merged zend_array and HashTable into the single data structure. | Dmitry Stogov | 2015-02-13 | 1 | -13/+13 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -20/+20 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -63/+63 |
* | | | fix datatype mismatch | Anatol Belski | 2014-10-27 | 1 | -2/+2 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-09-09 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | duplicate value's string for the SAPI filter | Michael Wallner | 2014-09-09 | 1 | -5/+7 |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -15/+15 |
* | | | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -1/+1 |
* | | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -1/+1 |
* | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -11/+11 |
* | | | Merge branch 'call-frame' into phpng | Dmitry Stogov | 2014-07-07 | 1 | -2/+1 |
|\ \ \ |