summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Print NOTICE upon session_start being called while another session isSascha Schumann2003-06-101-1/+3
* Fix testsMarcus Boerger2003-05-315-24/+24
* 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 types of bug_compat entriesSascha Schumann2003-05-101-2/+2
* fix TSRMStanislav Malyshev2003-04-271-1/+1
* MFB 4_3:Stanislav Malyshev2003-04-271-10/+10
* dividend -> divisorSascha Schumann2003-04-052-3/+3
* 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-182-28/+35
* Remember whether to send a cookie, so that we send out the correctSascha Schumann2003-02-182-9/+15
* add session_regenerate_id()Sascha Schumann2003-02-182-0/+16
* support setting the filemode using session.save_pathSascha Schumann2003-02-111-10/+43
* use appropiate prefixes in the ps_module structure so we don't clashSascha Schumann2003-02-112-23/+23
* Fix compiler warning.Ilia Alshanetsky2003-01-301-1/+1
* Remove ugly netware hacks from the codeSascha Schumann2003-01-242-20/+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-163-34/+61
* add INI setting session.hash_functionSascha Schumann2003-01-122-18/+95
* handle ERANGE from strtol properlySascha Schumann2003-01-121-0/+5
* Fix UMRZeev Suraski2003-01-081-0/+1
* Modified for NetWare.Anantha Kesari H Y2003-01-032-0/+20
* Bump year.Sebastian Bergmann2002-12-318-8/+8
* 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
* fix ZTS buildMarcus Boerger2002-12-051-1/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-053-28/+30
* MFH (test failure if session.serialize_handler is not set to php).Ilia Alshanetsky2002-11-2518-0/+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
* Modified the experimental new test class to make it easier to port to theJohn Coggeshall2002-11-011-1/+1
* -Only accept one single message which is expected.Marcus Boerger2002-10-291-3/+4
* This test requires special settingsMarcus Boerger2002-10-271-0/+2
* Fixed a bug in the test that would cause it to always fail.Ilia Alshanetsky2002-10-251-2/+4
* one version for php<4.2.3 and one for php>=4.2.3Marcus Boerger2002-10-242-1/+65
* improved warning messageSascha Schumann2002-10-241-1/+1
* - Hardcode dependent ini settingDerick Rethans2002-10-137-0/+7
* - Hardcode setting which affects the testDerick Rethans2002-10-121-0/+1
* - hardcode default rewriting tagsDerick Rethans2002-10-081-0/+1
* Call ob_flush to force the buffer contents to go through the rewriter.Sascha Schumann2002-10-071-0/+7
* 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
* remove trans_sid=1Sascha Schumann2002-10-031-1/+0
* 20: rewriter uses arg_seperator.output for modifying URLsSascha Schumann2002-10-032-0/+74