summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* revert session_set_userdata - diffent patch will come shortlyThies C. Arntzen2002-04-281-37/+2
* @ - added session_set_userdata() which enables you to specify one variableThies C. Arntzen2002-04-271-2/+37
* three less strlen invocationsSascha Schumann2002-04-261-3/+3
* - Proper use of underscores (s/createsid/create_sid/)Sascha Schumann2002-03-301-2/+2
* Added field to ps_module structure to hold function pointer for the creationMark L. Woodward2002-03-291-6/+15
* Because of the feature "don't try to send a cookie, if the sidSascha Schumann2002-03-131-2/+3
* whitespace..foobar2002-03-091-1/+1
* Do the estrdups after checking for parameter constraints.Sascha Schumann2002-03-061-11/+11
* SID shall be defined to name=id, if the client did not supplySascha Schumann2002-03-061-1/+2
* Merge in session API changes (carry around tsrm context)Sascha Schumann2002-03-061-9/+9
* Always initialize the track-varsSascha Schumann2002-03-061-1/+1
* Weep out all recent commits of Yasuo.Sascha Schumann2002-03-061-151/+82
* Oops. Fix compile failureYasuo Ohgaki2002-03-061-2/+1
* Using session_save_path() after starting session is obvious error.Yasuo Ohgaki2002-03-061-1/+6
* Return FALSE when session_module_name() failed. Fix a little leak.Yasuo Ohgaki2002-03-061-13/+19
* Raise error when session module failed to open or readYasuo Ohgaki2002-03-061-5/+9
* Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_DYasuo Ohgaki2002-03-061-13/+14
* Fix bug #15322 and fix a little memory leakYasuo Ohgaki2002-03-051-50/+104
* Make $_SESSION and $HTTP_SESSION_VARS links to each otherZeev Suraski2002-03-051-0/+1
* Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).Jon Parise2002-03-041-1/+1
* Fix another crash bugZeev Suraski2002-03-021-0/+2
* Fix a crash bug in the session moduleZeev Suraski2002-03-021-2/+3
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-6/+9
* move to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTERN_MODULE_GLOBALSSterling Hughes2002-02-071-5/+1
* Let's be consistent and use zval instead of pvalfoobar2002-02-051-12/+12
* Export php_session_start().foobar2002-02-051-1/+1
* Revert last commit. Last patch has problem for the 1st request.Yasuo Ohgaki2002-02-031-11/+9
* Fixed crash when save_path is invalid.Yasuo Ohgaki2002-02-031-9/+11
* @ - Don't touch any globals in session_unset() if register_globals is setThies C. Arntzen2002-01-171-7/+9
* Export php_session_register_module/serializerYasuo Ohgaki2002-01-161-2/+2
* Get rid of error messageYasuo Ohgaki2001-12-301-3/+6
* Fix crash with external session save handlersYasuo Ohgaki2001-12-261-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Remove PS_DEL_VAR macro, always use PS_DEL_VARL()Zeev Suraski2001-12-061-1/+1
* proto fixHartmut Holzgraefe2001-12-041-1/+3
* Save entries in $_SESSION even if register_globals is onZeev Suraski2001-11-241-4/+4
* Entries registered with session_register() and altered by changingZeev Suraski2001-11-241-9/+9
* whitespaceZeev Suraski2001-11-241-9/+9
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-3/+3
* added private_no_expire mode on session patched by Yasuo Ohgaki.Rui Hirokawa2001-11-021-0/+11
* Fix ZTS build.Andrei Zmievski2001-10-221-1/+0
* @- Added session_cache_expire() function. (patch from anuradha@gnu.org)Andrei Zmievski2001-10-221-0/+24
* fix ws issue introduce in my use_trans_sid commit...Sterling Hughes2001-10-181-2/+2
* fix formatting, this line really was too long ;)Sterling Hughes2001-10-181-1/+5
* force use of the session.use_trans_sid settingSterling Hughes2001-10-181-4/+6
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Always seed the LCG from the request-init hook, otherwise the seedSascha Schumann2001-09-211-4/+8
* revert last commit. Guys, discuss such things first, then commit. Mkay?Sascha Schumann2001-09-111-10/+3
* Add an API function for setting the session id from a session module...Sterling Hughes2001-09-111-3/+10
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2