summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Fixed file include errorYasuo Ohgaki2002-04-196-6/+6
* - Proper use of underscores (s/createsid/create_sid/)Sascha Schumann2002-03-302-12/+10
* Added field to ps_module structure to hold function pointer for the creationMark L. Woodward2002-03-292-9/+40
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
* Because of the feature "don't try to send a cookie, if the sidSascha Schumann2002-03-131-2/+3
* Add missing skipif.incYasuo Ohgaki2002-03-121-0/+13
* whitespace..foobar2002-03-091-1/+1
* Fixed many tests, mostly incorrect paths.Sander Roobol2002-03-086-0/+12
* These tests currently depend on register_globals=1Sascha Schumann2002-03-075-0/+10
* Please welcome the new build system.Sascha Schumann2002-03-072-8/+1
* Do the estrdups after checking for parameter constraints.Sascha Schumann2002-03-061-11/+11
* Did not revert back enough.Sascha Schumann2002-03-061-3/+8
* 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-064-31/+29
* Always initialize the track-varsSascha Schumann2002-03-061-1/+1
* Weep out all recent commits of Yasuo.Sascha Schumann2002-03-065-183/+108
* Fixed typo :)Yasuo Ohgaki2002-03-061-1/+1
* Use static mm file save path. Now we can safely stop web server at start up w...Yasuo Ohgaki2002-03-061-8/+6
* Fix crash bug #14232Yasuo Ohgaki2002-03-061-1/+3
* Make php start even with wrong save_path.Yasuo Ohgaki2002-03-061-5/+7
* 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
* More TSRM workYasuo Ohgaki2002-03-062-7/+7
* Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_DYasuo Ohgaki2002-03-063-28/+25
* Fixed crash with mm save handlerYasuo Ohgaki2002-03-051-1/+4
* 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
* 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