History log of /PHP-8.0/ext/session/php_session.h (Results 126 – 150 of 204)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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, php-4.2.1, php-4.2.1RC2
# 23251ebd 05-May-2002 Thies C. Arntzen

re-add accidentily nuked session_adapt_url()


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


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


# ca59cb7c 06-Mar-2002 Sascha Schumann

Weep out all recent commits of Yasuo.

I don't have time right now to leave in the good ones and remove
only the bad ones.

There are some semantical changes which I reject, becau

Weep out all recent commits of Yasuo.

I don't have time right now to leave in the good ones and remove
only the bad ones.

There are some semantical changes which I reject, because
they aim at fixing a bug which is at a completely other location.

Then SID does not gefined anymore properly. (This broken patch
has not been sent to me at all.)

Also, there were *so* many whitespace changes which already
make these commits bogus.

show more ...


# 782462a4 06-Mar-2002 Yasuo Ohgaki

More TSRM work


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2
# ed6d751c 07-Feb-2002 Sterling Hughes

move to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTERN_MODULE_GLOBALS
macros


# 86f123ba 05-Feb-2002 foobar

Export php_session_start().


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 847fd9d5 16-Jan-2002 Yasuo Ohgaki

Export php_session_register_module/serializer.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# a702dc02 06-Dec-2001 Zeev Suraski

Fix session_unregister()


# 2258453b 06-Dec-2001 Zeev Suraski

Remove PS_DEL_VAR macro, always use PS_DEL_VARL()


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3
# 8dd296dd 18-Nov-2001 Doug MacEachern

AIX compiler doesn't like having a comma at the end of the enum
(Ryan Bloom <rbb@apache.org>)


Revision tags: php-4.1.0RC2
# f341f630 10-Nov-2001 Sascha Schumann

Rewrite of unserializer which should be more maintainable and extensible.

Changes pass `make test´ and a couple of custom tests.

Enjoy.


Revision tags: POST_PARAMETER_PARSING_API
# adc9e9b5 22-Oct-2001 Andrei Zmievski

Fix build.


Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# e302d6a5 11-Sep-2001 Sterling Hughes

Add an API function for setting the session id from a session module...

# The SRM folks wanted/needed this


Revision tags: php-4.0.7RC2
# f7e7b42d 31-Aug-2001 Zeev Suraski

Restore session_adapt_url()


# b080ddb8 31-Aug-2001 Zeev Suraski

Cleanup and clarify


# b781720b 27-Aug-2001 Zeev Suraski

More fixes and refinements


# dc9769ea 26-Aug-2001 Zeev Suraski

Fix trans-sid.
Still need to figure out how to turn trans-sid only when sessions
are actually used.


# 7b73aee4 26-Aug-2001 Zeev Suraski

Make the session module more independent


123456789