History log of /PHP-7.4/ext/session/php_session.h (Results 176 – 198 of 198)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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()


# 533ef398 11-Sep-1999 Sascha Schumann

- support for external entropy sources
- extern_referer_chk => extern_referer_check
- kill a warning in mod_files.c


# c49cdc9a 04-Sep-1999 Sascha Schumann

remove superflicious enumaration


# 49824ee8 27-Aug-1999 Sascha Schumann

- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage

This work

- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage

This works pretty good, but we need to create the initial mm pool
from the parent process/thread. Still looking for a clean way to do that.

show more ...


# 070dfe08 21-Aug-1999 Sascha Schumann

- add session.extern_referer_chk
- use combined lcg in session id creation


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# 2a392191 15-Jul-1999 Sascha Schumann

we don't need php_sid


# 68de8a28 15-Jul-1999 Sascha Schumann

that should be included 1st


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 1f029140 01-Jul-1999 Sascha Schumann

implement a simple API in the case someone wants to define his/her own serialization stuff


# 88ed2002 29-Jun-1999 Andrey Hristov

Added session expiration.


# a6aacfd2 28-Jun-1999 Andrey Hristov

Added session_is_registered(varname) function.


# 1798a018 11-Jun-1999 Zeev Suraski

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,s

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals
to {startup,shutdown}_session_globals, so that they're a bit less general names,
and made them static.
* Remove uselss variables

show more ...


# d8a9548c 07-Jun-1999 Sascha Schumann

- some cleanups
- add gc logic
- add session_destroy()


# 605756de 06-Jun-1999 Sascha Schumann

- s/encoded/encode/
- new TODO entry


# a1b42e3f 05-Jun-1999 Sascha Schumann

first import of session module


12345678