Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ws fix | foobar | 2002-07-03 | 1 | -41/+40 |
| | |||||
* | - Fixed bug: #17977, session build as shared works now with mm handler too. | foobar | 2002-06-28 | 4 | -30/+45 |
| | | | | | - Added listing of save handlers into phpinfo() output | ||||
* | This option enables administrators to make their users invulnerable to | Sascha Schumann | 2002-06-12 | 2 | -3/+5 |
| | | | | | attacks which involve passing session ids in URLs. | ||||
* | - Tell the user why his session doesn't work if he uses custom session_id()s. | Markus Fischer | 2002-05-30 | 1 | -2/+7 |
| | |||||
* | Changing email address. | Andrei Zmievski | 2002-05-13 | 1 | -1/+1 |
| | |||||
* | - Fix the way code was outcommented | Sascha Schumann | 2002-05-12 | 1 | -43/+36 |
| | | | | | | | - Remove unused STR_CAT macro - Remove limits/tests based on unused macro - Implement cache_limiter(private) using private_no_expire | ||||
* | Revert Preston's patch | Sander Roobol | 2002-05-09 | 1 | -930/+921 |
| | |||||
* | Change default directory for session data from /tmp (non-portable) to none. | Preston L. Bannister | 2002-05-09 | 1 | -921/+930 |
| | | | | | | Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files. This is backwards compatible and removes the need for explicitly specifying the session.save_path on Win32. | ||||
* | re-add accidentily nuked session_adapt_url() | Thies C. Arntzen | 2002-05-05 | 2 | -4/+9 |
| | |||||
* | simplify handling of variables by maintaining two strings which | Sascha Schumann | 2002-05-04 | 1 | -1/+3 |
| | | | | | | | | | | | | are simply appended instead of traversing the hash table on each URL/form. also fix an unconditional segfault in rshutdown due to efree'ing a static char *. remove remove_var, add reset_vars. move the function declarations into the right header file. | ||||
* | Fix --enable-session=shared | Sascha Schumann | 2002-05-04 | 1 | -3/+3 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-05-03 | 1 | -2/+2 |
| | |||||
* | @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject | Thies C. Arntzen | 2002-05-03 | 2 | -44/+2 |
| | | | | | | | @ and remove variables from the URL-Rewriter. (thies) i have also modified the session module to use this - so it doesn't need to fiddle with the output-system any more | ||||
* | revert session_set_userdata - diffent patch will come shortly | Thies C. Arntzen | 2002-04-28 | 2 | -40/+2 |
| | |||||
* | @ - added session_set_userdata() which enables you to specify one variable | Thies C. Arntzen | 2002-04-27 | 2 | -2/+40 |
| | | | | | | @ that will be kept in the browser in addition to the session-id. This @ only works when using trans-sid sessions (no cookie). (thies) | ||||
* | three less strlen invocations | Sascha Schumann | 2002-04-26 | 1 | -3/+3 |
| | |||||
* | Add #ifdef.. around F_SETFD. | Sascha Schumann | 2002-04-23 | 1 | -0/+3 |
| | |||||
* | Set the close-on-exec flag for fds. Child processes should not inherit | Sascha Schumann | 2002-04-22 | 1 | -10/+7 |
| | | | | | | | | | | the fd. Also rip out the broken O_EXCL use. Our file names are not unique and this left a small window open where creating a session file would fail (a, b notice that the file does not exist; a creates the file successfully; b tries to create, but fails due to O_EXCL). | ||||
* | Fixed file include error | Yasuo Ohgaki | 2002-04-19 | 6 | -6/+6 |
| | |||||
* | - Proper use of underscores (s/createsid/create_sid/) | Sascha Schumann | 2002-03-30 | 2 | -12/+10 |
| | | | | | | - Bump the API date and remove extra cpp macro - Pass TSRMLS appropiately to the create_sid function | ||||
* | Added field to ps_module structure to hold function pointer for the creation | Mark L. Woodward | 2002-03-29 | 2 | -9/+40 |
| | | | | | | | of the session ID string. Default PS_MOD() macro sets this to be the default creation routine. PS_MOD_SID() macro sets this to a handlers session ID creation routine. | ||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | Because of the feature "don't try to send a cookie, if the sid | Sascha Schumann | 2002-03-13 | 1 | -2/+3 |
| | | | | | | | | | was contained in get/post variables" (which I still am not convinced of completely), we need a separate variable which determines whether to define SID in the event that a cookie was not sent. Noticed by: Matt Allen | ||||
* | Add missing skipif.inc | Yasuo Ohgaki | 2002-03-12 | 1 | -0/+13 |
| | |||||
* | whitespace.. | foobar | 2002-03-09 | 1 | -1/+1 |
| | |||||
* | Fixed many tests, mostly incorrect paths. | Sander Roobol | 2002-03-08 | 6 | -0/+12 |
| | |||||
* | These tests currently depend on register_globals=1 | Sascha Schumann | 2002-03-07 | 5 | -0/+10 |
| | |||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -8/+1 |
| | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
* | Do the estrdups after checking for parameter constraints. | Sascha Schumann | 2002-03-06 | 1 | -11/+11 |
| | | | | | | No real memory leaks though, because they are catched by the memory manager. | ||||
* | Did not revert back enough. | Sascha Schumann | 2002-03-06 | 1 | -3/+8 |
| | | | | | | This patch does not make sense, because it enforces the existence of a single directory. | ||||
* | SID shall be defined to name=id, if the client did not supply | Sascha Schumann | 2002-03-06 | 1 | -1/+2 |
| | | | | | a cookie. | ||||
* | Merge in session API changes (carry around tsrm context) | Sascha Schumann | 2002-03-06 | 4 | -31/+29 |
| | | | | | | Now PHP_SESSION_API is defined to the date of the last change, so that externa source-code can handle changes more gracefully. | ||||
* | Always initialize the track-vars | Sascha Schumann | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | Weep out all recent commits of Yasuo. | Sascha Schumann | 2002-03-06 | 5 | -183/+108 |
| | | | | | | | | | | | | | | | I don't have time right now to leave in the good ones and remove only the bad ones. There are some semantical changes which I reject, because they aim at fixing a bug which is at a completely other location. Then SID does not gefined anymore properly. (This broken patch has not been sent to me at all.) Also, there were *so* many whitespace changes which already make these commits bogus. | ||||
* | Fixed typo :) | Yasuo Ohgaki | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | Use static mm file save path. Now we can safely stop web server at start up ↵ | Yasuo Ohgaki | 2002-03-06 | 1 | -8/+6 |
| | | | | when there is an error. Older mm uses static mm file path anyway. | ||||
* | Fix crash bug #14232 | Yasuo Ohgaki | 2002-03-06 | 1 | -1/+3 |
| | |||||
* | Make php start even with wrong save_path. | Yasuo Ohgaki | 2002-03-06 | 1 | -5/+7 |
| | |||||
* | Oops. Fix compile failure | Yasuo Ohgaki | 2002-03-06 | 1 | -2/+1 |
| | |||||
* | Using session_save_path() after starting session is obvious error. | Yasuo Ohgaki | 2002-03-06 | 1 | -1/+6 |
| | | | | | | Riase E_NOTICE error instead of E_WARNING. Since it is valid if user uses session_save_path() with session_module_name(). | ||||
* | Return FALSE when session_module_name() failed. Fix a little leak. | Yasuo Ohgaki | 2002-03-06 | 1 | -13/+19 |
| | |||||
* | Raise error when session module failed to open or read | Yasuo Ohgaki | 2002-03-06 | 1 | -5/+9 |
| | |||||
* | More TSRM work | Yasuo Ohgaki | 2002-03-06 | 2 | -7/+7 |
| | |||||
* | Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D | Yasuo Ohgaki | 2002-03-06 | 3 | -28/+25 |
| | | | | | # Need a little more work for backword compatibility | ||||
* | Fixed crash with mm save handler | Yasuo Ohgaki | 2002-03-05 | 1 | -1/+4 |
| | |||||
* | Fix bug #15322 and fix a little memory leak | Yasuo Ohgaki | 2002-03-05 | 1 | -50/+104 |
| | |||||
* | Make $_SESSION and $HTTP_SESSION_VARS links to each other | Zeev Suraski | 2002-03-05 | 1 | -0/+1 |
| | |||||
* | Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0). | Jon Parise | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | Fix another crash bug | Zeev Suraski | 2002-03-02 | 1 | -0/+2 |
| | |||||
* | Fix a crash bug in the session module | Zeev Suraski | 2002-03-02 | 1 | -2/+3 |
| |