summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* Use readdir() instead of readdir_r()Nikita Popov2019-04-111-3/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove AC_FUNC_UTIME_NULLPeter Kokot2018-09-041-8/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-2/+8
|\
| * Merge branch 'pull-request/1360' into PHP-7.0Joe Watkins2017-01-061-2/+8
| |\
| | * *[Sessions]: Now session is accessible if process is ran by root. Fixing bug:...Evgeniy Spinov2015-06-281-1/+1
| | * *[Sessions]: Now session is accessible if process is ran by root. Fixing bug:...Evgeniy Spinov2015-06-241-2/+8
| * | 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
|\ \ \ | |/ /
| * | 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
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-091-0/+2
| |\ \ \ | | |/ /
| | * | 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
| | * | 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
|\ \ \ \ | |/ / /
| * | | phpdbg: couple of network function return checks. PossibleDavid Carlier2016-09-041-0/+1
* | | | Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/sessi...Yasuo Ohgaki2016-09-011-1/+3
* | | | Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"Yasuo Ohgaki2016-09-011-3/+1
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ | |/ /
| * | 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 with...Xinchen Hui2015-11-071-4/+0
* | | Fixed bug #70876 Segmentation fault when regenerating session id with strict ...Reeze Xia2015-11-071-0/+4
* | | 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 s...Dmitry Stogov2015-06-301-18/+18
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
| |/ |/|
* | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-04-241-0/+1
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * Fixed typo in commentYasuo Ohgaki2015-02-011-1/+1