History log of /PHP-7.2/ext/session/session.c (Results 676 – 700 of 764)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 3f6e00e4 24-Dec-1999 Andi Gutmans

- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
more tricky and I'm not sure how many places this is. zval allocations
were only made directly in 11 places.


# 095909be 22-Dec-1999 Sascha Schumann

Logic fix, improved comments, better SID checking


# f8891483 22-Dec-1999 Sascha Schumann

Warn users, if they have disabled gpc_globals and track_vars. Also work
correctly, if users have enabled track_vars/disabled gpc_globals.


Revision tags: PRE_LIBZEND_TO_ZEND
# d15e7a5e 18-Dec-1999 Sascha Schumann

Fix for missing RAND_MAX on SunOS 4.1

Reported by: Brian Lalor <blalor@netDrives.com>


# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# 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


1...<<2122232425262728293031