#
23882d31 |
| 22-Oct-1999 |
Sascha Schumann |
Add session.use_cookies option
|
#
a92fb5fe |
| 01-Oct-1999 |
Andrei Zmievski |
rename.
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
79224819 |
| 25-Sep-1999 |
Sascha Schumann |
Do not try to free NULLs.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
f84ba1b0 |
| 20-Sep-1999 |
Andrey Hristov |
- Upgraded var_dump() to take multiple arguments - php3api_ is changed to php_
|
#
c051b386 |
| 17-Sep-1999 |
Sascha Schumann |
Convert module to use Ex API.
|
#
55272d3d |
| 17-Sep-1999 |
Sascha Schumann |
add user-level callbacks
|
#
f52ffb89 |
| 16-Sep-1999 |
Andrey Hristov |
Fixed memory leak.
|
#
e20af627 |
| 16-Sep-1999 |
Sascha Schumann |
improve short help messages
|
#
fa0f9ed3 |
| 16-Sep-1999 |
Sascha Schumann |
wddx decode works as well
|
#
a597f24b |
| 16-Sep-1999 |
Sascha Schumann |
wddx serialization works now
|
#
92896a99 |
| 16-Sep-1999 |
Sascha Schumann |
Since Thies fixed var.c, objects work now, too.
|
#
ac524d4b |
| 12-Sep-1999 |
Sascha Schumann |
calculate length of cookie string correctly
|
#
d5968b8f |
| 12-Sep-1999 |
Andi Gutmans |
- Oops
|
#
da973fe6 |
| 12-Sep-1999 |
Andi Gutmans |
- Make it compile on Win32
|
#
0ac98aa9 |
| 12-Sep-1999 |
Andrey Hristov |
Use global symbol table instead..
|
#
f040ce58 |
| 11-Sep-1999 |
Sascha Schumann |
add transparent session id propagation this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid
add transparent session id propagation 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.)
show more ...
|
#
9706aa1d |
| 11-Sep-1999 |
Andrey Hristov |
- Added session_unset() function - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start()
|
#
533ef398 |
| 11-Sep-1999 |
Sascha Schumann |
- support for external entropy sources - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c
|
#
62fc1798 |
| 04-Sep-1999 |
Sascha Schumann |
First try at WDDX serializer (not active currently)
|
#
5b293ecd |
| 03-Sep-1999 |
Sascha Schumann |
- add global startup/shutdown handlers - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows -
- add global startup/shutdown handlers - 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
show more ...
|
#
7894c0cc |
| 01-Sep-1999 |
Andrey Hristov |
Fix lcg.h location.
|
#
4092f4b8 |
| 31-Aug-1999 |
Stig Bakken |
ext/lcg -> ext/standard in various places
|
#
49824ee8 |
| 27-Aug-1999 |
Sascha Schumann |
- fix potential buffer problem in send_cookie - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This work
- fix potential buffer problem in send_cookie - 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.
show more ...
|
#
0e43d751 |
| 23-Aug-1999 |
Sascha Schumann |
return true to match documentation
|
#
070dfe08 |
| 21-Aug-1999 |
Sascha Schumann |
- add session.extern_referer_chk - use combined lcg in session id creation
|