summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add session_regenerate_id()Sascha Schumann2003-02-181-0/+15
* use appropiate prefixes in the ps_module structure so we don't clashSascha Schumann2003-02-111-15/+15
* Fix compiler warning.Ilia Alshanetsky2003-01-301-1/+1
* Remove ugly netware hacks from the codeSascha Schumann2003-01-241-8/+0
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-2/+2
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-4/+1
* Add INI setting session.hash_bits_per_character which enables developersSascha Schumann2003-01-161-30/+54
* add INI setting session.hash_functionSascha Schumann2003-01-121-18/+93
* Fix UMRZeev Suraski2003-01-081-0/+1
* Modified for NetWare.Anantha Kesari H Y2003-01-031-0/+8
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21268 (session_decode() returned FALSE on success).Ilia Alshanetsky2002-12-291-2/+6
* correct code that is guarded by "#if 0"Marcus Boerger2002-12-051-2/+2
* php_error -> php_error_docrefMarcus Boerger2002-12-051-18/+18
* Add an error message to the ini handlersSascha Schumann2002-11-201-4/+8
* add protective checks to ini updatesSascha Schumann2002-11-201-0/+4
* improved warning messageSascha Schumann2002-10-241-1/+1
* Print out warning only, if a variable was actually migratedSascha Schumann2002-10-071-4/+7
* Silence warning.Sebastian Bergmann2002-10-061-1/+0
* Code cleanup. Thanks Andi.Ilia Alshanetsky2002-10-061-4/+2
* session_decode should not segfaultSascha Schumann2002-10-031-0/+3
* Don't emit warning, if there is nothing to sendSascha Schumann2002-10-031-3/+5