summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
* MFB: Fixed bug #37273 (Symlinks and mod_files session handler allow open_base...Jani Taskinen2007-08-231-0/+18
* MFB: -r1.100.2.3.2.5Jani Taskinen2007-08-231-2/+4
* MF5: fix for access control with .htaccessStanislav Malyshev2007-08-031-4/+0
* always check save_path (issue reported by Maksymilian Arciemowicz)Stanislav Malyshev2007-07-101-0/+4
* Don't bother with conversion when the converter is already UTF8Sara Golemon2007-01-051-2/+2
* Fix ZTS issues.Sebastian Bergmann2007-01-051-3/+3
* Unicode UpdatesSara Golemon2007-01-051-0/+22
* MFB: Added missing open_basedir checksIlia Alshanetsky2007-01-041-0/+4
* Cleanup ext/session so that I can do a unicode update without going insane.Sara Golemon2007-01-041-39/+50
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-081-1/+6
* MFB: An improved fix for bug #38224Ilia Alshanetsky2006-07-271-0/+1
* MFB51: Fixed Bug #36872 (session_destroy() fails after call toIlia Alshanetsky2006-04-171-3/+5
* bump year and license versionfoobar2006-01-011-3/+3
* 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
* Weep out all recent commits of Yasuo.Sascha Schumann2002-03-061-8/+9
* Fix crash bug #14232Yasuo Ohgaki2002-03-061-1/+3
* Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_DYasuo Ohgaki2002-03-061-8/+5
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Revert last commit. Last patch has problem for the 1st request.Yasuo Ohgaki2002-02-031-12/+5