History log of /PHP-7.4/ext/session/session.c (Results 726 – 750 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 20190c96 04-Dec-1999 Andrei Zmievski

Session variables now obey track_vars and gpc_globals settings.
If track_vars is on then decoded variables appear in $HTTP_STATE_VARS
array. If gpc_globals is on, then session vars are decode

Session variables now obey track_vars and gpc_globals settings.
If track_vars is on then decoded variables appear in $HTTP_STATE_VARS
array. If gpc_globals is on, then session vars are decoded into global
variables. If both are on, then globals and $HTTP_STATE_VARS contents
are references to each other.

The /decoder functions now just need to call php_set_session_var()
this behavior.

@ -Session vars are now decoded into $HTTP_STATE_VARS[] array and the
@ globals, depending on track_vars and gpc_globals settings (Andrei)

# Encoding source is currently only globals. We may want to change this
# in the future.

show more ...


# 5c0f2053 29-Nov-1999 Sascha Schumann

Clean up code


# 883e219b 28-Nov-1999 Sascha Schumann

ZTS fix


# 10be07ab 27-Nov-1999 Andrei Zmievski

(PHP session_register) Modified to accept variable number of arguments,
any of which can be either string holding the variable name or an array
consisting of such variable names or other arra

(PHP session_register) Modified to accept variable number of arguments,
any of which can be either string holding the variable name or an array
consisting of such variable names or other arrays.

show more ...


# 86964426 26-Nov-1999 Sascha Schumann

(PHP_RINIT(session)) Never return FAILURE on trivial issues from a request
startup handler


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3
# abe01768 17-Nov-1999 Sascha Schumann

(php_rinit_session): use post request startups to reenable session.auto_start


Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4
# a4ff16dd 09-Nov-1999 Sascha Schumann

- set default path for cookie to the root directory ("/")
- complete session documentation in php.ini-dist


Revision tags: php-4.0b3_RC3, php-4.0b3_RC2
# 9738fdff 06-Nov-1999 Sascha Schumann

Disable auto_start until we find a way to access the necessary data fields.


# 0700ad34 06-Nov-1999 Zeev Suraski

- Win32 fixes
- COM module improvements from Boris Wedl


# 093aaaa2 31-Oct-1999 Sascha Schumann

Add missing initialization entry


# 6a30ec53 31-Oct-1999 Sascha Schumann

Change session.lifetime to session.cookie_lifetime. And:
@ - Added session.cookie_path and session.cookie_domain (Sascha)


# 51ea5cc7 24-Oct-1999 Sascha Schumann

(PHP session_register, session_unregister) always return true


# 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


1...<<21222324252627282930>>...32