summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-081-1/+6
* An improved fix for bug #38224Ilia Alshanetsky2006-07-271-0/+1
* Commit the actual fixIlia Alshanetsky2006-04-181-3/+5
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Make sure FD_CLOEXEC is always defined.foobar2005-01-181-1/+4
* modified to 3rd argument of fcntl to FD_CLOEXECAnantha Kesari H Y2004-10-041-6/+1
* handled NetWare F_SETFD and stat differencesAnantha Kesari H Y2004-09-301-0/+9
* don't read empty filesSascha Schumann2004-08-021-0/+6
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-291-0/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* This is only needed for Windows.foobar2003-09-251-0/+4
* Fixed bug #25070 (Don't forget to unlock session files on win32 beforeIlia Alshanetsky2003-09-241-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* support setting the filemode using session.save_pathSascha Schumann2003-02-111-10/+43
* Remove ugly netware hacks from the codeSascha Schumann2003-01-241-12/+0
* Add INI setting session.hash_bits_per_character which enables developersSascha Schumann2003-01-161-4/+6
* handle ERANGE from strtol properlySascha Schumann2003-01-121-0/+5
* Modified for NetWare.Anantha Kesari H Y2003-01-031-0/+12
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-051-8/+8
* The pread/pwrite macros check for a bug in the Linux glibc now.Sascha Schumann2002-10-021-2/+2