summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
...
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-6/+9
* Maintain headers.Sebastian Bergmann2002-02-287-7/+7
* move to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTERN_MODULE_GLOBALSSterling Hughes2002-02-072-11/+4
* Let's be consistent and use zval instead of pvalfoobar2002-02-051-12/+12
* Export php_session_start().foobar2002-02-052-1/+2
* Revert last commit. Last patch has problem for the 1st request.Yasuo Ohgaki2002-02-032-23/+14
* Fixed crash when save_path is invalid.Yasuo Ohgaki2002-02-032-14/+23
* We need mm file for each user.Yasuo Ohgaki2002-01-251-5/+9
* Add sapi postfix for mm save path.Yasuo Ohgaki2002-01-251-8/+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
* Export php_session_register_module/serializer.Yasuo Ohgaki2002-01-161-2/+2
* Fix startup crashYasuo Ohgaki2002-01-101-2/+4
* Improved code for handling PS(save_path)Sascha Schumann2002-01-101-5/+16
* Ws fixSascha Schumann2002-01-101-5/+5
* Make use of save_path for mm file.Yasuo Ohgaki2002-01-101-2/+12
* Make these tests succeed with non-standard settingsSascha Schumann2002-01-104-21/+21
* 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-118-16/+16
* Fix session_unregister()Zeev Suraski2001-12-061-2/+6
* Remove PS_DEL_VAR macro, always use PS_DEL_VARL()Zeev Suraski2001-12-062-3/+1
* proto fixHartmut Holzgraefe2001-12-041-1/+3
* Unified the configure messages.foobar2001-11-301-3/+5
* 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
* AIX compiler doesn't like having a comma at the end of the enumDoug MacEachern2001-11-181-1/+1
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-102-4/+6
* added private_no_expire mode on session patched by Yasuo Ohgaki.Rui Hirokawa2001-11-021-0/+11
* Fixed bug: #13844foobar2001-10-271-0/+1
* Fix build.Andrei Zmievski2001-10-221-0/+1
* 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-112-0/+4
* Made session test pass on systems with short open tags disabled.Edin Kadribasic2001-10-064-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-12/+12
* 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-112-3/+12
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-094-8/+8
* Restore session_adapt_url()Zeev Suraski2001-08-312-8/+19
* Cleanup and clarifyZeev Suraski2001-08-312-13/+6
* define_sid updatesZeev Suraski2001-08-311-8/+6
* Fix trans_sid handler registration logicZeev Suraski2001-08-311-1/+1
* CleanupZeev Suraski2001-08-271-16/+2
* More fixes and refinementsZeev Suraski2001-08-272-17/+16