History log of /PHP-5.5/ext/session/session.c (Results 401 – 425 of 592)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 7c11cfaf 23-Oct-2000 Alexander Feldman

Fixed a bug in session.c. If the user calls session_module_name with a
parameter, then the mod_data pointer is initialized to NULL and then
php_session_save_current_state did not check this v

Fixed a bug in session.c. If the user calls session_module_name with a
parameter, then the mod_data pointer is initialized to NULL and then
php_session_save_current_state did not check this value before referencing
the pointer. Added a check in php_session_save_current_state.

show more ...


# d2d5320e 11-Oct-2000 Sascha Schumann

Add session_write_close(). This is primarily intended to enable
script writers to release the lock associated with the session lock
before the request finishes.

You can pass arrays n

Add session_write_close(). This is primarily intended to enable
script writers to release the lock associated with the session lock
before the request finishes.

You can pass arrays now to session_set_save_handler(), so that the handlers
can be located in an object for better abstraction.

show more ...


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 5bf4e785 27-Sep-2000 Sascha Schumann

Clean up STR_CAT macro (it is still ugly)


# d959c647 26-Sep-2000 Sascha Schumann

Remove superflucious variable


# 9c6414d6 20-Sep-2000 Sascha Schumann

Deactivate E_NOTICE message on gc


# 07e71ce1 20-Sep-2000 Sascha Schumann

s/url_scanner.h/url_scanner_ex.h/


# 61dc840c 20-Sep-2000 Sascha Schumann

Make the new url scanner the default.

If there are any problems (especially with characters > 127), let me know.


# 51498e1d 19-Sep-2000 Sascha Schumann

Kill warning


# 2ec04360 19-Sep-2000 Sascha Schumann

*** empty log message ***


# cb410a2f 06-Sep-2000 Sascha Schumann

Convert some more "complex" expressions manually to Z_* macros.


# 5bbddee8 06-Sep-2000 Sascha Schumann

Rename symbols whose first character was an underscore.


1...<<11121314151617181920>>...24