summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* ws fixfoobar2002-07-031-41/+40
* - Fixed bug: #17977, session build as shared works now with mm handler too.foobar2002-06-284-30/+45
* This option enables administrators to make their users invulnerable toSascha Schumann2002-06-122-3/+5
* - Tell the user why his session doesn't work if he uses custom session_id()s.Markus Fischer2002-05-301-2/+7
* Changing email address.Andrei Zmievski2002-05-131-1/+1
* - Fix the way code was outcommentedSascha Schumann2002-05-121-43/+36
* Revert Preston's patchSander Roobol2002-05-091-930/+921
* Change default directory for session data from /tmp (non-portable) to none.Preston L. Bannister2002-05-091-921/+930
* re-add accidentily nuked session_adapt_url()Thies C. Arntzen2002-05-052-4/+9
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-041-1/+3
* Fix --enable-session=sharedSascha Schumann2002-05-041-3/+3
* Fix ZTS build.Sebastian Bergmann2002-05-031-2/+2
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-032-44/+2
* revert session_set_userdata - diffent patch will come shortlyThies C. Arntzen2002-04-282-40/+2
* @ - added session_set_userdata() which enables you to specify one variableThies C. Arntzen2002-04-272-2/+40
* three less strlen invocationsSascha Schumann2002-04-261-3/+3
* Add #ifdef.. around F_SETFD.Sascha Schumann2002-04-231-0/+3
* Set the close-on-exec flag for fds. Child processes should not inheritSascha Schumann2002-04-221-10/+7
* 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