summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix leak when register_long_arrays is offAntony Dovgal2005-03-241-1/+4
* NetWare specific stat structure changesAnantha Kesari H Y2005-03-141-0/+4
* MFH: bug #28324Antony Dovgal2005-02-101-1/+3
* MFHStefan Esser2005-01-211-1/+1
* MFH: fix bug #31454Antony Dovgal2005-01-091-0/+10
* 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
* Fixed crash in phpinfo() after graceful Apache restart.Dmitry Stogov2004-12-071-0/+5
* fix error messageAntony Dovgal2004-09-301-2/+2
* 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-021-0/+5
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-2/+5
* if statement logic would never eval to false.Sara Golemon2004-05-081-1/+1
* Another setting leak in session code (bug #27963).Ilia Alshanetsky2004-04-131-15/+11
* Fixed bug #27963 (Session lifetime setting may leak between requests).Ilia Alshanetsky2004-04-131-2/+2
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-291-1/+1
* - Fix segfaults on deserialisation of referenced variables.Moriyoshi Koizumi2004-02-291-1/+1
* Fix bug #26005 (Random "cannot change the session ini settings" errors)foobar2004-02-241-1/+13
* Improve error messagesfoobar2004-02-191-2/+2
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-1/+1
* export tsrm id for session globals.Wez Furlong2004-01-091-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled fromIlia Alshanetsky2003-12-141-9/+24
* - Fixed bug #26548 (Malformed HTTP dates in headers).Derick Rethans2003-12-071-1/+1
* Export this so that shared session modules can use it under win32.Wez Furlong2003-12-021-1/+1
* - Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes crash...foobar2003-10-081-4/+8
* Alias session_commit to session_write_close, a more intuitive nameSascha Schumann2003-09-211-0/+1
* Fix a segfault which occured when using a storage format not capableSascha 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
* - Prevent crash if non-existing save/serializer handler is tried to be usedfoobar2003-08-261-23/+31
* Fixed bug #25084 (Make refer check not dependant on register_globals)Ilia Alshanetsky2003-08-141-3/+4
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* Fixed bug #22245 (References inside $_SESSION not being handled).Ilia Alshanetsky2003-08-111-1/+1
* MFB proper fix for #24592Sascha Schumann2003-07-221-7/+6
* Fixed bug #24592 (Possible crash in session extnsion, with NULL values)Ilia Alshanetsky2003-07-211-3/+6
* updating license information in the headers.James Cox2003-06-101-3/+3
* Print NOTICE upon session_start being called while another session isSascha Schumann2003-06-101-1/+3
* MFB: fix protofoobar2003-05-311-1/+1
* MFB: Always send a new session cookie upon regenerating idfoobar2003-05-311-1/+1
* Fix the way we create references to (sometimes non-)existingSascha Schumann2003-05-151-0/+2
* fix TSRMStanislav Malyshev2003-04-271-1/+1
* MFB 4_3:Stanislav Malyshev2003-04-271-10/+10
* dividend -> divisorSascha Schumann2003-04-051-2/+2
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+1
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-8/+8
* Add JIT initialization for _SERVER and _ENVZeev Suraski2003-03-021-1/+1
* generally urlencode parametersSascha Schumann2003-02-201-1/+1
* Refactor new-session-id codeSascha Schumann2003-02-181-28/+34
* Remember whether to send a cookie, so that we send out the correctSascha Schumann2003-02-181-9/+14