History log of /php-src/ext/session/session.c (Results 776 – 800 of 978)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6c3b8d56 19-May-2001 Sascha Schumann

Improve reading from external data source for session id creation.

Improve generating the string representation of the md5 session id.

Revision tags: php-4.0.6RC1
# 90c29791 13-May-2001 Sascha Schumann

Nuke some warnings.

# 9de9b7c1 03-May-2001 Sascha Schumann

add an interface for registering storage modules at run-time.

# ea563184 01-May-2001 Andrei Zmievski

Patch from Sascha that abstracts session serializers. WDDX extension
now implements the encode/decode functions and registers them with
the session module.

Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash

Revision tags: php-4.0.5RC8
# 6e8f7a06 26-Apr-2001 Andi Gutmans

- use get_current_key_ex() in order to receive key length and not having
- to use strlen() everywhere.

# a7f48e47 26-Apr-2001 Shane Caraveo

compile was broken, new argument?

Revision tags: php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 667a1f1f 13-Mar-2001 Sascha Schumann

buf is gone. Don't reference it.

# 2b6698aa 13-Mar-2001 Sascha Schumann

Replace another sprintf

# 86cf74a1 13-Mar-2001 Sascha Schumann

Nuke calls to sprintf, snprintf, strcat, strcpy and rely on
memcpy and smart_strs.

Revision tags: php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 1b15d1f1 07-Jan-2001 Sascha Schumann

Use MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation.

# 24c49a21 07-Jan-2001 Sascha Schumann

Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair.

Submitted by: Andi Gutmans

Revision tags: php-4.0.4pl1RC1
# 3ca8721e 24-Dec-2000 Sascha Schumann

More instances of s/efree/FREE_ZVAL/

# 92f61634 22-Dec-2000 Sascha Schumann

(PHP session_unset) Return early, if no session was started.

PR: #8354

# aa6d2ac5 22-Dec-2000 Zeev Suraski

Heads up people!

Updated the get_current_key() API - the relevant authors, please take
a look at the updated code and make sure it's ok...

Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 5347ef17 22-Nov-2000 Sascha Schumann

Whitespace fix and initialize ret properly

# 119ee485 20-Nov-2000 Stanislav Malyshev

Move "replace value" logic to Zend

# 92dd81ba 19-Nov-2000 Stanislav Malyshev

Fix #3261 - variables declared as "global" in function do not get the right
value after session_start.

# 43ff395b 02-Nov-2000 Sascha Schumann

Const'ify part of sapi_request_info.

query_string, post_data, path_translated, request_uri, auth_user,
auth_password and argv0 are modified, so they cannot become const.

# c31faf0b 30-Oct-2000 Stanislav Malyshev

Add support for serializing references.
@- Add support for serializing references (Stas)
# WDDX and shared memory functions not covered yet

# 1fd09132 29-Oct-2000 Zeev Suraski

Initial steps to move the INI mechanism to the Zend engine

# 06de8e78 28-Oct-2000 Stanislav Malyshev

Allow to send secure cookies

# 4f757a3a 26-Oct-2000 Sascha Schumann

Add session_adapt_url().

# 27a1c12a 26-Oct-2000 Andrei Zmievski

session_unset() now cleans up $HTTP_SESSION_VARS as well.

1...<<31323334353637383940