#
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
|
#
b8763a6f |
| 25-Aug-2001 |
Zeev Suraski |
Get rid of TRANS_SID - it's always possible to use it now.
|
#
13ff1832 |
| 25-Aug-2001 |
Zeev Suraski |
Move the trans-sid mechanism to use the output buffering mechanism. Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular
Move the trans-sid mechanism to use the output buffering mechanism. Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular - Should yield better performance (untested as of yet)
show more ...
|
#
bc596544 |
| 25-Aug-2001 |
Zeev Suraski |
add struct name
|
#
e140b35b |
| 21-Aug-2001 |
Zeev Suraski |
API update
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
373b3e10 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup -- output.c is not doing any fetches anymore
|