summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* - MFH Fix bug #37510 session_regenerate_id changes session_id() even on failureMarcus Boerger2006-05-181-1/+5
* MFH: Fixed Bug #36872 (session_destroy() fails after call toIlia Alshanetsky2006-04-171-3/+5
* MFH: Fixed bug #36459 (Incorrect adding PHPSESSID to links, whichIlia Alshanetsky2006-02-281-0/+41
* Fixed test files (added docref)Dmitry Stogov2006-02-201-1/+1
* MFH: Added a check for special characters in the session name.Ilia Alshanetsky2006-01-151-0/+6
* bump year and license versionfoobar2006-01-018-32/+32
* MFH: Improved the fix for #21306 a bitfoobar2005-09-231-8/+10
* MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)foobar2005-09-201-2/+5
* fix crash on restarting static PHP having session modules loadedStanislav Malyshev2005-09-201-0/+2
* Netware specific stat structure issues.Anantha Kesari H Y2005-07-251-0/+4
* MFH: fix compile warningAntony Dovgal2005-05-221-0/+1
* Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_pathRasmus Lerdorf2005-05-211-2/+15
* MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading se...Antony Dovgal2005-05-201-1/+1
* MFH: missing $Id$ tagsfoobar2005-02-134-0/+8
* MFH: - Added the alias session_commit() (more intuitive name for session_writ...foobar2005-02-131-10/+12
* MFHStefan Esser2005-01-211-2/+2
* MFH: - Use FD_CLOEXEC with fcntl() and make sure it is always definedfoobar2005-01-181-2/+5
* add skipif sectionAntony Dovgal2005-01-091-0/+2
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2005-01-091-0/+19
* MFH: fix bug #31454Antony Dovgal2005-01-091-1/+11
* CS changesAntony Dovgal2004-12-091-4/+2
* MFH: fix segfault in session_module_name() when session.save_handler is emptyAntony Dovgal2004-12-091-3/+13
* revert itAntony Dovgal2004-12-071-1/+2
* fix bug #30232 (session_start() sends Set-Cookie header only if the cookie is...Antony Dovgal2004-12-071-2/+1
* MFH: fix segfaults and bug #30282 and suppress compile warningsAntony Dovgal2004-09-301-4/+33
* MFH: Fixed bug #29925 (Added a check to prevent illegal characters inIlia Alshanetsky2004-09-031-0/+5
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-211-2/+5
* MFH: Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-2/+2
* - fix logic. if the client already sent us the cookie, we don'tSascha Schumann2004-06-231-1/+3
* MFH: Skip session tests if session.save_path is not writable.Ilia Alshanetsky2004-05-131-0/+9
* MFH: if statement logic would never eval to false.Sara Golemon2004-05-081-1/+1
* MFH: Fixed test failure if session.use_trans_sid is enabled.Ilia Alshanetsky2004-04-151-0/+1
* MFH: Fixed bug #27963 (Session lifetime setting may leak between requests).Ilia Alshanetsky2004-04-131-17/+13
* Fix for Bug #26757: session.save_path default is bogus for win32Wez Furlong2004-03-292-0/+9
* - Merge whitespace and trivial changes from HEAD back to the branch so theRasmus Lerdorf2004-03-281-1/+1
* MFH: export session globalsStanislav Malyshev2004-03-162-2/+2
* MFH: - Fixed bug #26005 (Random "cannot change the session ini settings" erro...foobar2004-02-241-1/+13
* MFH: emalloc -> safe_emallocfoobar2004-02-191-1/+1
* MFH: improve error messagefoobar2004-02-191-1/+1
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-02-111-0/+21
* Fix buildArd Biesheuvel2003-12-081-1/+0
* MFH: Fix for bug #26548: Malformed HTTP dates in headersfoobar2003-12-071-0/+1
* - Fixed bug #25780 (MFH: ext/session: invalid session.cookie_lifetime causes ...foobar2003-10-081-5/+9
* MFHfoobar2003-10-011-3/+1
* MFH: Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
* MFHfoobar2003-09-251-0/+4
* MFH: Fixed bug #25070 (Don't forget to unlock session files on win32 beforeIlia Alshanetsky2003-09-241-0/+1
* MFHSascha Schumann2003-08-291-10/+17
* \n at the end of the message is not neededAndrey Hristov2003-08-281-1/+1
* format string fixSascha Schumann2003-08-281-1/+1