summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-2/+8
|\ | | | | | | | | * PHP-7.0: Fixed bug #69582 session not readable by root in CLI
| * Merge branch 'pull-request/1360' into PHP-7.0Joe Watkins2017-01-061-2/+8
| |\ | | | | | | | | | | | | | | | * pull-request/1360: Fixed bug #69582 session not readable by root in CLI news entry for PR #1360
| | * *[Sessions]: Now session is accessible if process is ran by root. Fixing ↵Evgeniy Spinov2015-06-281-1/+1
| | | | | | | | | | | | | | | | | | bug: https://bugs.php.net/bug.php?id=69582 *[Sessions]: Replaced fstat with zend_fstat
| | * *[Sessions]: Now session is accessible if process is ran by root. Fixing ↵Evgeniy Spinov2015-06-241-2/+8
| | | | | | | | | | | | bug: https://bugs.php.net/bug.php?id=69582
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | |
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: remove TSRMLS_*
| * | remove TSRMLS_*Anatol Belski2016-11-211-2/+2
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-161-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-161-1/+1
| |\ \
| | * | Fix #73100: session_destroy null dereference in ps_files_path_createChristoph M. Becker2016-09-161-1/+1
| | | |
* | | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-091-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-7.0: Update NEWS Fixed Bug #68015 Session does not report invalid uid for files save handler
| * | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-091-0/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.6: Fixed Bug #68015 Session does not report invalid uid for files save handler
| | * | Fixed Bug #68015 Session does not report invalid uid for files save handlerYasuo Ohgaki2016-09-091-1/+3
| | | |
| | * | Revert "fix leak in 5.6"Anatol Belski2016-01-291-12/+0
| | | | | | | | | | | | | | | | This reverts commit fa548e5ca9b275ac383cadddde0f4e6d9a806f24.
| | * | fix leak in 5.6Anatol Belski2016-01-291-0/+12
| | | |
| | * | refix bug #69111, crash in 5.6 onlyAnatol Belski2016-01-291-0/+4
| | | |
* | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-041-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: phpdbg: couple of network function return checks. Possible overflow when copy the socket_path configuration.
| * | | phpdbg: couple of network function return checks. PossibleDavid Carlier2016-09-041-0/+1
| | | | | | | | | | | | | | | | overflow when copy the socket_path configuration.
* | | | Revert "Revert "Implement RFC Add session_gc() ↵Yasuo Ohgaki2016-09-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | https://wiki.php.net/rfc/session-gc"" This reverts commit 355c7e7d1cdc180d368c6214ea7605443fc88c92.
* | | | Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"Yasuo Ohgaki2016-09-011-3/+1
| | | | | | | | | | | | | | | | This reverts commit 1cf179e4150308d8217d9517408ca5e22b5d607f.
* | | | Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gcYasuo Ohgaki2016-08-291-1/+3
| | | |
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-031-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow)
| * | | Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow)Xinchen Hui2016-07-031-0/+5
| | | |
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | |
* | | Use defined macroXinchen Hui2015-11-071-1/+1
| | |
* | | Revert "Fixed bug #70876 Segmentation fault when regenerating session id ↵Xinchen Hui2015-11-071-4/+0
| | | | | | | | | | | | | | | | | | with strict mode" This reverts commit 0bf3ebb4ba77f38261d9cb21a205a7d31b7f85cf.
* | | Fixed bug #70876 Segmentation fault when regenerating session id with strict ↵Reeze Xia2015-11-071-0/+4
| | | | | | | | | | | | | | | | | | | | | mode The comment *mod_data always be non-NULL is not true. The same as this FIXME: https://github.com/php/php-src/blob/master/ext/session/mod_files.c#L676
* | | Fixed bug #70529 Session read causes "String is not zero-terminated" errorYasuo Ohgaki2015-09-191-0/+1
| | |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-18/+18
| | | | | | | | | | | | semantick changes).
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods
* | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-04-241-0/+1
|\ \ | |/ | | | | | | * PHP-5.6: Set NULL after efree
| * Set NULL after efreeYasuo Ohgaki2015-04-241-0/+1
| |
* | robuster read/write for mod ps_filesAnatol Belski2015-03-241-6/+41
| |
* | fix datatype mismatchesAnatol Belski2015-03-241-1/+1
| |
* | Fixed typos in commentsYasuo Ohgaki2015-02-041-14/+14
| |
* | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-031-1/+4
|\ \ | |/ | | | | | | | | | | | | * PHP-5.6: Fixed Bug #66623 no EINTR check on flock(LOCK_EX) Conflicts: ext/session/mod_files.c
| * Fixed Bug #66623 no EINTR check on flock(LOCK_EX)Yasuo Ohgaki2015-02-031-2/+5
| |
* | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-011-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Fixed typo in comment
| * Fixed typo in commentYasuo Ohgaki2015-02-011-1/+1
| |
| * Bump yearXinchen Hui2015-01-151-1/+1
| |
* | remove unused variableAnatol Belski2015-01-301-1/+0
| |
* | WIP - test passesYasuo Ohgaki2015-01-221-45/+217
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-23/+23
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |