summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* More crap from previous commitsfoobar2003-08-261-2/+1
* Fix typofoobar2003-08-261-2/+2
* MFH: - Fixed crash bug when non-existing save/serializer handler is usedfoobar2003-08-261-20/+10
* MFH: Fixed bug #25084 (Make refer check not dependant on register_globals)Ilia Alshanetsky2003-08-141-3/+4
* MFH: missing skip condition.Ilia Alshanetsky2003-08-141-0/+2
* MFH: Fixed bug #22245 (References inside $_SESSION not being handled).Ilia Alshanetsky2003-08-111-1/+1
* Proper fix for #24592Sascha Schumann2003-07-221-7/+6
* MFH: Fixed bug #24592 (Possible crash in session extnsion, with NULL values).Ilia Alshanetsky2003-07-211-3/+6
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-07-211-0/+33
* Fix testSascha Schumann2003-06-131-2/+1