History log of /PHP-8.3/ext/session/session.c (Results 801 – 825 of 883)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3ee4e65c 18-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 1627a57d 12-Dec-1999 Sascha Schumann

Remove trailing white-spaces


# 996216b4 12-Dec-1999 Sascha Schumann

Add cache_limiter and cache_expire options. Rename extern_referer_check
to referer_check.


# 2a794e82 09-Dec-1999 Sascha Schumann

(php_set_session_var): logic fix:

gpc_globals set? Add it to the global symbol table
track_vars set? Add it to the HTTP_STATE_VARS array


# e19e57d2 08-Dec-1999 Zeev Suraski

- Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with
with some clients?)
- Remove unnecessary directive from configuration-parser.y


Revision tags: PRE_RETURN_REF_PATCH
# e793b113 05-Dec-1999 Sascha Schumann

Give it a nicer looking module name


# 4a60eed4 05-Dec-1999 Sascha Schumann

Fix some warnings


# ae1b7bf4 05-Dec-1999 Stig Bakken

@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode.
Install DB/common.php and DB/mysql.php on "make install".
# We still have a warning from http

@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode.
Install DB/common.php and DB/mysql.php on "make install".
# We still have a warning from http_config.h:97. Rasmus? :-)

show more ...


# 0d885602 04-Dec-1999 Andrei Zmievski

Cast val to (char *) to avoid compile warning.
Forgot ; at the end and need to derefence the ent pointer.


# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


# 43047fdc 04-Dec-1999 Andrei Zmievski

(php_set_session_var) Initialize the refcount here.


# 7532393c 04-Dec-1999 Sascha Schumann

ZTS fixes


# 7347ca9a 04-Dec-1999 Andrei Zmievski

(PHP session_register) Correct calling convention.


# 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


1...<<313233343536