summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | reduce struct size by 8 byte on 64 bitAnatol Belski2014-09-131-1/+1
* | revert the lstat partAnatol Belski2014-08-291-2/+2
* | fix stat vs zend_statAnatol Belski2014-08-291-2/+2
* | data type fixesAnatol Belski2014-08-291-2/+2
* | master renames phase 3Anatol Belski2014-08-251-4/+4
* | master renames phase 1Anatol Belski2014-08-251-6/+6
* | ported ext/sessionAnatol Belski2014-08-191-6/+6
* | This should be this (broken compiling before)Xinchen Hui2014-05-191-1/+1
* | only used if HAVE_NOFOLLOWPierre Joye2014-05-171-0/+2
* | - Fixed ZTS buildFelipe Pena2014-05-131-1/+1
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-12/+23
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-141-1/+7
| |\
| | * fix windows buildAnatol Belski2014-04-141-1/+7
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-141-12/+12
| |\ \ | | |/
| | * ws fixStanislav Malyshev2014-04-141-12/+12
| | * Fix bug #66171: better handling of symlinksStanislav Malyshev2014-04-141-17/+20
| * | Fix bug #66171: better handling of symlinksStanislav Malyshev2014-04-141-17/+20
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-301-0/+2
| |\ \ | | |/
| | * Fixed bug data->fd not set to -1 for open_basedir failure.Yasuo Ohgaki2014-01-301-0/+2
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Fixed memory leak when calling SessionHandler::open() several timesFelipe Pena2011-09-141-0/+3
| | * Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-161-1/+1
* | | Fixed compilaation warningsDmitry Stogov2014-04-221-1/+1
* | | Refactor session (incompleted)Xinchen Hui2014-03-281-19/+19
|/ /