Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | - php3api_ is changed to php_ | ||||
* | Convert module to use Ex API. | Sascha Schumann | 1999-09-17 | 1 | -32/+34 |
| | |||||
* | add user-level callbacks | Sascha Schumann | 1999-09-17 | 1 | -17/+48 |
| | |||||
* | 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 | 1 | -2/+6 |
| | |||||
* | wddx serialization works now | Sascha Schumann | 1999-09-16 | 1 | -4/+17 |
| | |||||
* | 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 |
| | |||||
* | Use global symbol table instead.. | Andrey Hristov | 1999-09-12 | 1 | -2/+2 |
| | |||||
* | add transparent session id propagation | Sascha Schumann | 1999-09-11 | 1 | -1/+19 |
| | | | | | | | | | this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid (normal case is not affected, since session_adapt_uris defaults to void statement. Compiler should eliminate dead code in output.c then.) | ||||
* | - Added session_unset() function | Andrey Hristov | 1999-09-11 | 1 | -2/+28 |
| | | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start() | ||||
* | - support for external entropy sources | Sascha Schumann | 1999-09-11 | 1 | -5/+29 |
| | | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c | ||||
* | First try at WDDX serializer | Sascha Schumann | 1999-09-04 | 1 | -10/+81 |
| | | | | | (not active currently) | ||||
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -2/+1 |
| | | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start | ||||
* | 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 | 1 | -7/+12 |
| | | | | | | | | | | - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that. | ||||
* | return true to match documentation | Sascha Schumann | 1999-08-23 | 1 | -0/+2 |
| | |||||
* | - add session.extern_referer_chk | Sascha Schumann | 1999-08-21 | 1 | -5/+32 |
| | | | | | - use combined lcg in session id creation | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -2/+2 |
| | | | | | php3_compat.h) | ||||
* | Implement additional heuristic for session id search. Now looks into | Sascha Schumann | 1999-07-22 | 1 | -2/+19 |
| | | | | | REQUEST_URI as well. | ||||
* | *** 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 | 1 | -20/+9 |
| | |||||
* | 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 | 1 | -5/+1 |
| | |||||
* | define SID appropiately | Sascha Schumann | 1999-07-15 | 1 | -1/+27 |
| | |||||
* | Fix a memory leak by not allowing session_start() to be called more than once. | Andrey Hristov | 1999-07-07 | 1 | -0/+2 |
| | |||||
* | implement a simple API in the case someone wants to define his/her own ↵ | Sascha Schumann | 1999-07-01 | 1 | -9/+47 |
| | | | | serialization stuff | ||||
* | No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function arguments | Zeev Suraski | 1999-06-29 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-06-29 | 1 | -1/+1 |
| | |||||
* | Added session expiration. | Andrey Hristov | 1999-06-29 | 1 | -4/+20 |
| | |||||
* | Added session_is_registered(varname) function. | Andrey Hristov | 1999-06-28 | 1 | -0/+27 |
| | |||||
* | * Fix a buglet in the session module | Zeev Suraski | 1999-06-11 | 1 | -8/+8 |
| | | | | | | | | | * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables | ||||
* | better scaling for large servers using many session ids | Sascha Schumann | 1999-06-07 | 1 | -2/+0 |
| | |||||
* | - some cleanups | Sascha Schumann | 1999-06-07 | 1 | -4/+38 |
| | | | | | | - add gc logic - add session_destroy() | ||||
* | - Fix PSLS issues | Zeev Suraski | 1999-06-06 | 1 | -9/+19 |
| | | | | | | - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant) | ||||
* | one C too much | Sascha Schumann | 1999-06-06 | 1 | -1/+1 |
| | |||||
* | avoid unnecessary PSLS_FETCH() in internal functions | Sascha Schumann | 1999-06-06 | 1 | -23/+17 |
| | |||||
* | -Init tsrm on minit | Andi Gutmans | 1999-06-06 | 1 | -0/+3 |
| | |||||
* | - Use PS() everywhere. | Andi Gutmans | 1999-06-06 | 1 | -11/+11 |
| | |||||
* | - Make sessions compile on win32 but it still doesn't link. | Andi Gutmans | 1999-06-06 | 1 | -6/+10 |
| | |||||
* | - Add some *_FETCH()'s. Still some work to be done so that it'll compile on ↵ | Andi Gutmans | 1999-06-06 | 1 | -2/+9 |
| | | | | win32. | ||||
* | - s/encoded/encode/ | Sascha Schumann | 1999-06-06 | 1 | -3/+4 |
| | | | | | - new TODO entry |