History log of /PHP-7.2/ext/session/session.c (Results 451 – 475 of 764)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ff12826f 23-Sep-2002 Sascha Schumann

(php_get_session_var) Always return FAILURE if no data source was found.

Noticed by: Sebastian Bergmann


# e20c6c8e 21-Sep-2002 Sascha Schumann

Because track vars are always initialized, get_session_var failed
to work in the register_globals=1 case.

It is now possible again to store session variables in global vars.


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 26986164 15-Aug-2002 Dan Kalowsky

Correcting some english in the comment...


# 13a3dd7b 14-Aug-2002 Yasuo Ohgaki

Forgot to update source default.


Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# 29aae162 03-Jul-2002 foobar

ws fix


Revision tags: php-4.3.0dev_zend2_alpha2
# 087f2be5 28-Jun-2002 foobar

- Fixed bug: #17977, session build as shared works now with mm handler too.
- Added listing of save handlers into phpinfo() output


Revision tags: php-4.3.0dev, php5_5_0
# dcf67c44 12-Jun-2002 Sascha Schumann

This option enables administrators to make their users invulnerable to
attacks which involve passing session ids in URLs.


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1
# 1668570e 13-May-2002 Andrei Zmievski

Changing email address.


Revision tags: php-4.2.1
# 38ad3918 12-May-2002 Sascha Schumann

- Fix the way code was outcommented
- Remove unused STR_CAT macro
- Remove limits/tests based on unused macro
- Implement cache_limiter(private) using private_no_expire


# 375d7960 09-May-2002 Sander Roobol

Revert Preston's patch


# 9fdec2e3 09-May-2002 Preston L. Bannister

Change default directory for session data from /tmp (non-portable) to none.
Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files.

Change default directory for session data from /tmp (non-portable) to none.
Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files.
This is backwards compatible and removes the need for explicitly specifying the session.save_path on Win32.

show more ...


Revision tags: php-4.2.1RC2
# 23251ebd 05-May-2002 Thies C. Arntzen

re-add accidentily nuked session_adapt_url()


# 9743860d 04-May-2002 Sascha Schumann

simplify handling of variables by maintaining two strings which
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshut

simplify handling of variables by maintaining two strings which
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshutdown due to efree'ing
a static char *.

remove remove_var, add reset_vars. move the function declarations
into the right header file.

show more ...


# 8193ca78 03-May-2002 Sebastian Bergmann

Fix ZTS build.


# 9712a4b3 03-May-2002 Thies C. Arntzen

@ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
@ and remove variables from the URL-Rewriter. (thies)
i have also modified the session module to use this - so i

@ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
@ and remove variables from the URL-Rewriter. (thies)
i have also modified the session module to use this - so it doesn't
need to fiddle with the output-system any more

show more ...


Revision tags: php-4.2.1RC1
# 42158ef7 28-Apr-2002 Thies C. Arntzen

revert session_set_userdata - diffent patch will come shortly


# eb105693 27-Apr-2002 Thies C. Arntzen

@ - added session_set_userdata() which enables you to specify one variable
@ that will be kept in the browser in addition to the session-id. This
@ only works when using trans-sid session

@ - added session_set_userdata() which enables you to specify one variable
@ that will be kept in the browser in addition to the session-id. This
@ only works when using trans-sid sessions (no cookie). (thies)

show more ...


# 2b07dd4f 26-Apr-2002 Sascha Schumann

three less strlen invocations


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# 3a3acee3 30-Mar-2002 Sascha Schumann

- Proper use of underscores (s/createsid/create_sid/)
- Bump the API date and remove extra cpp macro
- Pass TSRMLS appropiately to the create_sid function


# 346d74a1 29-Mar-2002 Mark L. Woodward

Added field to ps_module structure to hold function pointer for the creation
of the session ID string. Default PS_MOD() macro sets this to be the default
creation routine. PS_MOD_SID() macro

Added field to ps_module structure to hold function pointer for the creation
of the session ID string. Default PS_MOD() macro sets this to be the default
creation routine. PS_MOD_SID() macro sets this to a handlers session ID
creation routine.

show more ...


Revision tags: php-4.2.0RC1, help
# 730800a9 13-Mar-2002 Sascha Schumann

Because of the feature "don't try to send a cookie, if the sid
was contained in get/post variables" (which I still am not convinced
of completely), we need a separate variable which determine

Because of the feature "don't try to send a cookie, if the sid
was contained in get/post variables" (which I still am not convinced
of completely), we need a separate variable which determines whether
to define SID in the event that a cookie was not sent.

Noticed by: Matt Allen

show more ...


# 131f125f 09-Mar-2002 foobar

whitespace..


# b5660126 06-Mar-2002 Sascha Schumann

Do the estrdups after checking for parameter constraints.

No real memory leaks though, because they are catched by the
memory manager.


# 0bf5fc14 06-Mar-2002 Sascha Schumann

SID shall be defined to name=id, if the client did not supply
a cookie.


# 8141c776 06-Mar-2002 Sascha Schumann

Merge in session API changes (carry around tsrm context)

Now PHP_SESSION_API is defined to the date of the last change,
so that externa source-code can handle changes more gracefully.


1...<<11121314151617181920>>...31