summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed bugs #16995 and #19392Ilia Alshanetsky2002-09-291-0/+4
* Fixed bug #11643Ilia Alshanetsky2002-09-261-1/+6
* Fix bug: #14991 (changing session.use_trans_sid does not work in scripts)foobar2002-09-261-1/+1
* Fixed bugs #18167 & #16859Ilia Alshanetsky2002-09-251-1/+1
* Improve error messagesSascha Schumann2002-09-251-1/+8
* (php_get_session_var) Always return FAILURE if no data source was found.Sascha Schumann2002-09-231-4/+4
* Because track vars are always initialized, get_session_var failedSascha Schumann2002-09-211-2/+11
* Reenable pwrite/pread supportSascha Schumann2002-09-062-0/+12
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-3/+3
* sniper claims its safe to take these out as well.Dan Kalowsky2002-09-041-3/+0
* taking out the PWRITE calls tooDan Kalowsky2002-09-041-4/+0
* This fixes Bug #19022 and #15983Dan Kalowsky2002-09-041-4/+0
* Use mtime instead of atime, as we always update the session file anyway.Zeev Suraski2002-08-171-1/+1
* Make unset($_SESSION['foo']) actually remove the variable from the session,Zeev Suraski2002-08-151-9/+19
* Correcting some english in the comment...Dan Kalowsky2002-08-151-1/+1
* Forgot to update source default.Yasuo Ohgaki2002-08-141-1/+1
* ws fixfoobar2002-07-031-41/+40