Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing initialization entry | Sascha Schumann | 1999-10-31 | 1 | -0/+1 |
* | Change session.lifetime to session.cookie_lifetime. And: | Sascha Schumann | 1999-10-31 | 2 | -7/+39 |
* | (PHP session_register, session_unregister) always return true | Sascha Schumann | 1999-10-24 | 1 | -2/+6 |
* | Add session.use_cookies option | Sascha Schumann | 1999-10-22 | 2 | -1/+9 |
* | (_ps_files_valid_key): small logic fix | Sascha Schumann | 1999-10-21 | 1 | -2/+2 |
* | (_ps_files_open): evaluate key (session id) before path creation | Sascha Schumann | 1999-10-21 | 1 | -1/+28 |
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
* | rename. | Andrei Zmievski | 1999-10-01 | 1 | -1/+1 |
* | Do not try to free NULLs. | Sascha Schumann | 1999-09-25 | 1 | -4/+4 |
* | - Upgraded var_dump() to take multiple arguments | Andrey Hristov | 1999-09-20 | 1 | -2/+2 |
* | Convert module to use Ex API. | Sascha Schumann | 1999-09-17 | 1 | -32/+34 |
* | don't call empty function names | Sascha Schumann | 1999-09-17 | 1 | -3/+1 |
* | add user-level callbacks | Sascha Schumann | 1999-09-17 | 6 | -18/+279 |
* | Fixed memory leak. | Andrey Hristov | 1999-09-16 | 1 | -0/+1 |
* | improve short help messages | Sascha Schumann | 1999-09-16 | 1 | -1/+2 |
* | wddx decode works as well | Sascha Schumann | 1999-09-16 | 2 | -4/+6 |
* | wddx serialization works now | Sascha Schumann | 1999-09-16 | 2 | -5/+25 |
* | Since Thies fixed var.c, objects work now, too. | Sascha Schumann | 1999-09-16 | 1 | -1/+0 |
* | calculate length of cookie string correctly | Sascha Schumann | 1999-09-12 | 1 | -2/+3 |
* | - Oops | Andi Gutmans | 1999-09-12 | 1 | -2/+1 |
* | - Make it compile on Win32 | Andi Gutmans | 1999-09-12 | 1 | -1/+2 |
* | update macro | Sascha Schumann | 1999-09-12 | 1 | -1/+1 |
* | Use global symbol table instead.. | Andrey Hristov | 1999-09-12 | 1 | -2/+2 |
* | add transparent session id propagation | Sascha Schumann | 1999-09-11 | 4 | -5/+42 |
* | - Added session_unset() function | Andrey Hristov | 1999-09-11 | 2 | -2/+29 |
* | - support for external entropy sources | Sascha Schumann | 1999-09-11 | 3 | -6/+32 |
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -0/+6 |
* | First try at WDDX serializer | Sascha Schumann | 1999-09-04 | 1 | -10/+81 |
* | cleanup | Sascha Schumann | 1999-09-04 | 1 | -80/+91 |
* | remove superflicious enumaration | Sascha Schumann | 1999-09-04 | 1 | -10/+0 |
* | bail out, if ps_mm_instance wasn't initialized correctly | Sascha Schumann | 1999-09-04 | 1 | -0/+4 |
* | implement single directory garbage collector | Sascha Schumann | 1999-09-04 | 1 | -1/+49 |
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 4 | -14/+81 |
* | Fix lcg.h location. | Andrey Hristov | 1999-09-01 | 1 | -1/+1 |
* | ext/lcg -> ext/standard in various places | Stig Bakken | 1999-08-31 | 1 | -1/+1 |
* | - fix potential buffer problem in send_cookie | Sascha Schumann | 1999-08-27 | 9 | -12/+369 |
* | return true to match documentation | Sascha Schumann | 1999-08-23 | 1 | -0/+2 |
* | - cleanup code | Sascha Schumann | 1999-08-22 | 2 | -9/+32 |
* | Use O_EXCL where possible. | Sascha Schumann | 1999-08-22 | 1 | -1/+9 |
* | - add session.extern_referer_chk | Sascha Schumann | 1999-08-21 | 2 | -5/+33 |
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -2/+2 |
* | Implement additional heuristic for session id search. Now looks into | Sascha Schumann | 1999-07-22 | 1 | -2/+19 |
* | *** empty log message *** | Andrey Hristov | 1999-07-21 | 1 | -0/+1 |
* | more to do | Sascha Schumann | 1999-07-18 | 1 | -0/+2 |
* | add session config to php.ini and adapt the naming scheme for it | Sascha Schumann | 1999-07-18 | 1 | -15/+15 |
* | Fix TS version | Zeev Suraski | 1999-07-16 | 1 | -0/+4 |
* | License update | Zeev Suraski | 1999-07-16 | 2 | -40/+18 |
* | define sid to "", if we are in cookie mode | Sascha Schumann | 1999-07-15 | 1 | -0/+2 |
* | we don't need php_sid | Sascha Schumann | 1999-07-15 | 2 | -6/+1 |
* | that should be included 1st | Sascha Schumann | 1999-07-15 | 1 | -1/+2 |