History log of /PHP-7.4/ext/session/php_session.h (Results 151 – 175 of 198)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aafdfe82 05-Aug-2001 Sascha Schumann

further tsrm cleanup


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# e15d0193 11-Jul-2001 Hartmut Holzgraefe

cleanup in preparation for session_readonly()


# ef13ab57 04-Jul-2001 Sascha Schumann

Improve url scanner speed (up to 40% for large chunks of data)
and handle some corner cases better. The scanner has been changed
to the format as proposed in "RE2C - A More Versatile Scanner

Improve url scanner speed (up to 40% for large chunks of data)
and handle some corner cases better. The scanner has been changed
to the format as proposed in "RE2C - A More Versatile Scanner Generator"
by Cowan et al.

show more ...


Revision tags: PRE_GRANULAR_GARBAGE_FIX
# bd4f32cf 21-Jun-2001 Thies C. Arntzen

- fixed the reference in session thingie
- regression test checked (this time;-)
- added new regression test for references
- references _between_ session variables also work in when the

- fixed the reference in session thingie
- regression test checked (this time;-)
- added new regression test for references
- references _between_ session variables also work in when the session var
replaces an already existing global var (this was a brain twister)
- saved one strlen call per session variable
- fixed one tiny leak

show more ...


Revision tags: php-4.0.6
# 3f4a4a36 19-Jun-2001 Sebastian Bergmann

Change copyright note.


Revision tags: php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# 060983b1 19-May-2001 Sascha Schumann

Use zend_hash_add_empty_element


Revision tags: php-4.0.6RC1
# 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, 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.


12345678