summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Registering _SESSION should not segfault.Sascha Schumann2002-10-031-0/+33
* Mini test cases for fixed segfaultsSascha Schumann2002-10-032-0/+39
* session_decode should not segfaultSascha Schumann2002-10-031-0/+3
* Remove ob_start()Sascha Schumann2002-10-035-7/+0
* Add test for unset($_SESSION["x"]); behaviourSascha Schumann2002-10-031-0/+56
* make tests work with CLISascha Schumann2002-10-038-4/+15
* Don't emit warning, if there is nothing to sendSascha Schumann2002-10-031-3/+5
* Purge ini_set calls and replace through INI sections.Sascha Schumann2002-10-037-16/+17
* - Fix ZTS buildAndi Gutmans2002-10-031-1/+1