#
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
|
#
8aef1930 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup
|
#
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 ...
|