summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Set NULL after efreeYasuo Ohgaki2015-04-241-0/+1
* Fixed Bug #66623 no EINTR check on flock(LOCK_EX)Yasuo Ohgaki2015-02-031-2/+5
* Fixed typo in commentYasuo Ohgaki2015-02-011-1/+1
* Bump yearXinchen Hui2015-01-151-1/+1
* 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 session module is sending multiple set-cookie headers when session.use_...Yasuo Ohgaki2014-01-151-0/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Fixed Bug #65475Yasuo Ohgaki2013-08-211-2/+2
* | fix crash, enable session_id and fix testStanislav Malyshev2013-08-041-1/+1
* | Strict session. Detect session id collisionYasuo Ohgaki2013-08-041-1/+14
* | Strict sessionYasuo Ohgaki2013-08-041-34/+47
* | complete zts fixStanislav Malyshev2013-01-291-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
|/
* - Year++Felipe Pena2011-01-011-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-11/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Along with the valid char set, also add a length check to the Rasmus Lerdorf2009-12-261-2/+4
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-4/+0
* MFH: ws + syncJani Taskinen2009-05-181-32/+25
* MFH: Fix segfault on invalid session.save_pathHannes Magnusson2009-04-061-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* remove special treatment of /tmp pathAlexey Zakhlestin2008-08-311-7/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
* MFH: ws + cs changes (sync to ease merging patches around!)Jani Taskinen2007-08-231-38/+50
* Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedirIlia Alshanetsky2007-08-231-0/+22
* correct fix for access control for save_path and .htaccessStanislav Malyshev2007-08-031-8/+0
* always check save_path (issue reported by Maksymilian Arciemowicz)Stanislav Malyshev2007-07-101-1/+9
* Adjust checks to allow paths without a trailing /Ilia Alshanetsky2007-03-031-5/+7
* Added missing open_basedir checksIlia Alshanetsky2007-01-041-0/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1