#
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 |
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h) |
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c640f3d8 |
| 22-Jul-1999 |
Sascha Schumann |
Implement additional heuristic for session id search. Now looks into REQUEST_URI as well. |
#
56402ec3 |
| 21-Jul-1999 |
Andrey Hristov |
*** empty log message *** |
#
3b7d588f |
| 18-Jul-1999 |
Sascha Schumann |
more to do |
#
e5cfc70f |
| 18-Jul-1999 |
Sascha Schumann |
add session config to php.ini and adapt the naming scheme for it |