History log of /PHP-5.5/ext/session/php_session.h (Results 101 – 125 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 06de8e78 28-Oct-2000 Stanislav Malyshev

Allow to send secure cookies


# 4f757a3a 26-Oct-2000 Sascha Schumann

Add session_adapt_url().


# 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
# 5bbddee8 06-Sep-2000 Sascha Schumann

Rename symbols whose first character was an underscore.


# 60748639 01-Sep-2000 Sascha Schumann

Extend HTTP headers for private-caching and add a new PHP function
session_cache_limiter.

Submitted by: Jon Parise <jon@csh.rit.edu>


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# e8101d4f 10-Jul-2000 Sascha Schumann

Unify use of my email address


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 9bfd5e5e 26-May-2000 Zeev Suraski

Save more overhead. Look for the serializer/save_handler only when they're actually modified.


# fb69f854 26-May-2000 Zeev Suraski

Use the INI framework in the session module


Revision tags: php-4.0.0, php-4.0RC2
# 149e6181 30-Mar-2000 Sterling Hughes

@-added session_get_cookie_params (sterling)


# f50de703 29-Mar-2000 Sascha Schumann

GC now prints out how many session objects were removed


Revision tags: PHP-4.0-RC1
# ac7d60ec 13-Mar-2000 Andrei Zmievski

Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.
@ Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
@ version now! (Andrei)


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# c77aa759 04-Feb-2000 Andrei Zmievski

Implemented setting of session cookie parameters.
@ Added session_set_cookie_params() function. (Andrei)


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 64c6e1e9 15-Jan-2000 Thies C. Arntzen

sessions are now written via a _php_session_shutdown which is registered
via php_register_pre_request_shutdown().


# 972631be 13-Jan-2000 Zeev Suraski

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flu

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flush() to control whether flush() should be called
@ implicitly after any output (Zeev)

show more ...


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 996216b4 12-Dec-1999 Sascha Schumann

Add cache_limiter and cache_expire options. Rename extern_referer_check
to referer_check.


Revision tags: PRE_RETURN_REF_PATCH
# 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 ...


# 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 ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 6a30ec53 31-Oct-1999 Sascha Schumann

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


# 23882d31 22-Oct-1999 Sascha Schumann

Add session.use_cookies option


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 55272d3d 17-Sep-1999 Sascha Schumann

add user-level callbacks


# fa0f9ed3 16-Sep-1999 Sascha Schumann

wddx decode works as well


# a597f24b 16-Sep-1999 Sascha Schumann

wddx serialization works now


# 276c815f 12-Sep-1999 Sascha Schumann

update macro


# f040ce58 11-Sep-1999 Sascha Schumann

add transparent session id propagation
this uses a custom scanner which detects relative URIs and changes
them appropiately.
must be explicitly enabled with --enable-trans-sid

add transparent session id propagation
this uses a custom scanner which detects relative URIs and changes
them appropiately.
must be explicitly enabled with --enable-trans-sid
(normal case is not affected, since session_adapt_uris defaults to
void statement. Compiler should eliminate dead code in output.c then.)

show more ...


# 9706aa1d 11-Sep-1999 Andrey Hristov

- Added session_unset() function
- Fixed double session globals shutdown crash
- Added warning when session_destroy() is called without session_start()


123456