summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the interpretation of gc_probability configurable by addingSascha Schumann2002-10-032-1/+3
* Reenable E_WARNING and test session.bug_compat_warn in addition.Sascha Schumann2002-10-031-2/+3
* session_destroy resets the sid, so we need to set it again hereSascha Schumann2002-10-031-0/+1
* Verify PHP 4.2 compatibility: global is used albeit register_globals=0Sascha Schumann2002-10-031-0/+57
* Use ZEND_SET_SYMBOL_WITH_LENGTH correctly (hopefully)Sascha Schumann2002-10-031-1/+1
* (track_init) Use is_ref/refcount parameters of SET_SYMBOL macrosSascha Schumann2002-10-031-23/+20
* Verify PHP 4.2 compatibility: unset($c) with enabled register_globalsSascha Schumann2002-10-031-0/+56
* Align behaviour with 4.2 with regard to register_globals=1Sascha Schumann2002-10-031-2/+22
* Nuke PS(vars), we keep the state of registered session variables nowSascha Schumann2002-10-032-50/+95
* Fix harmless memory leaks and simplify track_vars_init.Sascha Schumann2002-10-021-18/+13
* The pread/pwrite macros check for a bug in the Linux glibc now.Sascha Schumann2002-10-022-3/+2
* Disable pread/pwrite for now until we can clarify why it should beSascha Schumann2002-10-011-2/+2
* The session extension ensures now that get_session_var can relySascha Schumann2002-10-012-25/+48
* Add header file required for pread/pwrite (on my system at least).Wez Furlong2002-09-301-0/+4
* ws fixfoobar2002-09-291-1/+1
* Fixed a crash, which would occur when save_handler is invalid.Ilia Alshanetsky2002-09-291-0/+5
* Fixed bug #17281Ilia Alshanetsky2002-09-291-0/+9