summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH, fixed the test (second session init produces a notices)foobar2003-06-131-1/+2
* MFH E_NOTICESascha Schumann2003-06-101-1/+3
* fix prototypeSascha Schumann2003-05-291-1/+1
* Always send a new session cookie upon regenerating idSascha Schumann2003-05-291-1/+1
* readd essential line for multiple sessions inside one requestSascha Schumann2003-05-211-0/+1
* Make error messages less ambiguousSascha Schumann2003-05-201-2/+2
* Defensive programmingSascha Schumann2003-05-201-0/+11
* Better reinitialize session_status unconditionallySascha Schumann2003-05-201-1/+1
* Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes aSascha Schumann2003-05-202-5/+4
* MFHSascha Schumann2003-05-151-0/+2
* MFHSascha Schumann2003-05-101-2/+2
* fix TSRMStanislav Malyshev2003-04-271-1/+1
* Fix very nasty bug - session cookie kills one of the cookiesStanislav Malyshev2003-04-271-10/+10
* MFHSascha Schumann2003-04-052-3/+3
* merge minor differences from headSascha Schumann2003-02-201-5/+3
* MFH general urlencodingSascha Schumann2003-02-202-31/+60
* MFH prefix ps_module changesSascha Schumann2003-02-112-23/+23
* MFH: handle ERANGE from strtol properlyfoobar2003-01-151-0/+5
* MFH: Bump year.Sebastian Bergmann2002-12-318-8/+8
* MFH: Ilia's patch for bug #21268 (session_decode() returned FALSE on success)Moriyoshi Koizumi2002-12-301-2/+6
* MFHMarcus Boerger2002-12-052-3/+3
* MFHMarcus Boerger2002-12-053-28/+30
* Set serialize_handler to php to prevent test failures.Ilia Alshanetsky2002-11-2518-0/+18
* - MFH: Add an error message to the ini handlersDerick Rethans2002-11-201-0/+8
* 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
* 19: serializing references test case using globalsSascha Schumann2002-10-032-0/+94
* code from ancient bug #5271Sascha Schumann2002-10-031-0/+24
* invalid session.save_path should not cause a segfaultSascha Schumann2002-10-031-0/+19
* use_trans_sid should not affect SIDSascha Schumann2002-10-031-0/+21
* editingSascha Schumann2002-10-0314-21/+24
* A script should not be able to modify session.use_trans_sidSascha Schumann2002-10-031-0/+35
* There should not be any warning with regard to redefining SIDSascha Schumann2002-10-031-0/+25