Revision tags: php-4.1.0RC5, php-4.1.0RC4 |
|
#
a3ef7170 |
| 24-Nov-2001 |
Zeev Suraski |
Save entries in $_SESSION even if register_globals is on
|
#
8c1f1f15 |
| 24-Nov-2001 |
Zeev Suraski |
Entries registered with session_register() and altered by changing $_SESSION (or $HTTP_SESSION_VARS) were not properly saved. Fixed.
|
#
66be507a |
| 24-Nov-2001 |
Zeev Suraski |
whitespace
|
Revision tags: php-4.1.0RC3, php-4.1.0RC2 |
|
#
f341f630 |
| 10-Nov-2001 |
Sascha Schumann |
Rewrite of unserializer which should be more maintainable and extensible. Changes pass `make test´ and a couple of custom tests. Enjoy.
|
#
702e243d |
| 02-Nov-2001 |
Rui Hirokawa |
added private_no_expire mode on session patched by Yasuo Ohgaki.
|
Revision tags: POST_PARAMETER_PARSING_API |
|
#
4b5527ef |
| 22-Oct-2001 |
Andrei Zmievski |
Fix ZTS build.
|
#
1beb9b21 |
| 22-Oct-2001 |
Andrei Zmievski |
@- Added session_cache_expire() function. (patch from anuradha@gnu.org)
|
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
454d1365 |
| 18-Oct-2001 |
Sterling Hughes |
fix ws issue introduce in my use_trans_sid commit... # still getting used to emacs
|
#
009b5575 |
| 18-Oct-2001 |
Sterling Hughes |
fix formatting, this line really was too long ;)
|
#
4c9c90ee |
| 18-Oct-2001 |
Sterling Hughes |
force use of the session.use_trans_sid setting
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
9002e37e |
| 21-Sep-2001 |
Sascha Schumann |
Always seed the LCG from the request-init hook, otherwise the seed would be shared among the threads which is quite pointless. Also use a function of the current time as one factor.
Always seed the LCG from the request-init hook, otherwise the seed would be shared among the threads which is quite pointless. Also use a function of the current time as one factor. Use gettimeofday() instead of time(), because it is faster on some operating systems.
show more ...
|
#
919e7e9f |
| 11-Sep-2001 |
Sascha Schumann |
revert last commit. Guys, discuss such things first, then commit. Mkay?
|
#
e302d6a5 |
| 11-Sep-2001 |
Sterling Hughes |
Add an API function for setting the session id from a session module... # The SRM folks wanted/needed this
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
f7e7b42d |
| 31-Aug-2001 |
Zeev Suraski |
Restore session_adapt_url()
|
#
b080ddb8 |
| 31-Aug-2001 |
Zeev Suraski |
Cleanup and clarify
|
#
642eab8b |
| 31-Aug-2001 |
Zeev Suraski |
define_sid updates
|
#
b2b50ab5 |
| 31-Aug-2001 |
Zeev Suraski |
Fix trans_sid handler registration logic
|
#
d7149ba8 |
| 27-Aug-2001 |
Zeev Suraski |
Cleanup
|
#
b781720b |
| 27-Aug-2001 |
Zeev Suraski |
More fixes and refinements
|
#
d697a558 |
| 26-Aug-2001 |
Zeev Suraski |
Fix my session updates. trans_sid handling will no longer slow down performance unless a session is actually in use.
|
#
dc9769ea |
| 26-Aug-2001 |
Zeev Suraski |
Fix trans-sid. Still need to figure out how to turn trans-sid only when sessions are actually used.
|
#
7b73aee4 |
| 26-Aug-2001 |
Zeev Suraski |
Make the session module more independent
|
#
b8763a6f |
| 25-Aug-2001 |
Zeev Suraski |
Get rid of TRANS_SID - it's always possible to use it now.
|