summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable pread/pwrite for now until we can clarify why it should beSascha Schumann2002-10-011-2/+2
* Add header file required for pread/pwrite (on my system at least).Wez Furlong2002-09-301-0/+4
* Improve error messagesSascha Schumann2002-09-251-1/+8
* Reenable pwrite/pread supportSascha Schumann2002-09-061-0/+9
* taking out the PWRITE calls tooDan Kalowsky2002-09-041-4/+0
* This fixes Bug #19022 and #15983Dan Kalowsky2002-09-041-4/+0
* Use mtime instead of atime, as we always update the session file anyway.Zeev Suraski2002-08-171-1/+1
* - Tell the user why his session doesn't work if he uses custom session_id()s.Markus Fischer2002-05-301-2/+7
* Add #ifdef.. around F_SETFD.Sascha Schumann2002-04-231-0/+3
* Set the close-on-exec flag for fds. Child processes should not inheritSascha Schumann2002-04-221-10/+7
* Merge in session API changes (carry around tsrm context)Sascha Schumann2002-03-061-8/+5