Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-06 | 1 | -2/+8 |
|\ | |||||
| * | Merge branch 'pull-request/1360' into PHP-7.0 | Joe Watkins | 2017-01-06 | 1 | -2/+8 |
| |\ | |||||
| | * | *[Sessions]: Now session is accessible if process is ran by root. Fixing bug:... | Evgeniy Spinov | 2015-06-28 | 1 | -1/+1 |
| | * | *[Sessions]: Now session is accessible if process is ran by root. Fixing bug:... | Evgeniy Spinov | 2015-06-24 | 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 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | remove TSRMLS_* | Anatol Belski | 2016-11-21 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix #73100: session_destroy null dereference in ps_files_path_create | Christoph M. Becker | 2016-09-16 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Yasuo Ohgaki | 2016-09-09 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Yasuo Ohgaki | 2016-09-09 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed Bug #68015 Session does not report invalid uid for files save handler | Yasuo Ohgaki | 2016-09-09 | 1 | -1/+3 |
| | * | | Revert "fix leak in 5.6" | Anatol Belski | 2016-01-29 | 1 | -12/+0 |
| | * | | fix leak in 5.6 | Anatol Belski | 2016-01-29 | 1 | -0/+12 |
| | * | | refix bug #69111, crash in 5.6 only | Anatol Belski | 2016-01-29 | 1 | -0/+4 |
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-04 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | phpdbg: couple of network function return checks. Possible | David Carlier | 2016-09-04 | 1 | -0/+1 |
* | | | | Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/sessi... | Yasuo Ohgaki | 2016-09-01 | 1 | -1/+3 |
* | | | | Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc" | Yasuo Ohgaki | 2016-09-01 | 1 | -3/+1 |
* | | | | Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc | Yasuo Ohgaki | 2016-08-29 | 1 | -1/+3 |
* | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-07-03 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow) | Xinchen Hui | 2016-07-03 | 1 | -0/+5 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -2/+2 |
|/ / / | |||||
* | | | 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 |
* | | | Use defined macro | Xinchen Hui | 2015-11-07 | 1 | -1/+1 |
* | | | Revert "Fixed bug #70876 Segmentation fault when regenerating session id with... | Xinchen Hui | 2015-11-07 | 1 | -4/+0 |
* | | | Fixed bug #70876 Segmentation fault when regenerating session id with strict ... | Reeze Xia | 2015-11-07 | 1 | -0/+4 |
* | | | Fixed bug #70529 Session read causes "String is not zero-terminated" error | Yasuo Ohgaki | 2015-09-19 | 1 | -0/+1 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -18/+18 |
* | | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2015-04-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Set NULL after efree | Yasuo Ohgaki | 2015-04-24 | 1 | -0/+1 |
* | | robuster read/write for mod ps_files | Anatol Belski | 2015-03-24 | 1 | -6/+41 |
* | | fix datatype mismatches | Anatol Belski | 2015-03-24 | 1 | -1/+1 |
* | | Fixed typos in comments | Yasuo Ohgaki | 2015-02-04 | 1 | -14/+14 |
* | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2015-02-03 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Fixed Bug #66623 no EINTR check on flock(LOCK_EX) | Yasuo Ohgaki | 2015-02-03 | 1 | -2/+5 |
* | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2015-02-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed typo in comment | Yasuo Ohgaki | 2015-02-01 | 1 | -1/+1 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | remove unused variable | Anatol Belski | 2015-01-30 | 1 | -1/+0 |
* | | WIP - test passes | Yasuo Ohgaki | 2015-01-22 | 1 | -45/+217 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -23/+23 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |