#
898ff287 |
| 06-Mar-2000 |
Andrei Zmievski |
Need to pass PLS_DC.
|
#
29c133f1 |
| 06-Mar-2000 |
Andrei Zmievski |
(php_get_session_var) The variables are now serialized either from globals or from $HTTP_STATE_VARS[] array, depending on register_globals and track_vars settings.
|
#
fd629e6e |
| 28-Feb-2000 |
Andrei Zmievski |
(php_set_session_var) $foo and $HTTP_SESSION_VARS["foo"] are no longer references to the same value.
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|
#
971a6f17 |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|
#
67f6945e |
| 22-Feb-2000 |
Sascha Schumann |
Revert part of the last commit
|
#
3b74bbe9 |
| 22-Feb-2000 |
Sascha Schumann |
Print out a warning, if writing the session data failed. This might happen in a request shutdown handler; php_error() worked for me in the CGI version.
|
#
e9abf023 |
| 22-Feb-2000 |
Andrei Zmievski |
Typo.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
12d3e3d7 |
| 11-Feb-2000 |
Sascha Schumann |
More cosmetic things
|
#
89553f5d |
| 11-Feb-2000 |
Sascha Schumann |
Some style(9) cosmetics
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
c12aa454 |
| 05-Feb-2000 |
Zeev Suraski |
Compile fixes
|
#
c77aa759 |
| 04-Feb-2000 |
Andrei Zmievski |
Implemented setting of session cookie parameters. @ Added session_set_cookie_params() function. (Andrei)
|
#
99f079a3 |
| 28-Jan-2000 |
Zeev Suraski |
- A few fixes - Added register_argv_argc directive to allow disabling of argv/argc
|
#
df138c2e |
| 17-Jan-2000 |
Zeev Suraski |
- MS-SQL fix - Fix a crash bug in session_register()
|
#
ec386cc9 |
| 16-Jan-2000 |
Zeev Suraski |
- Remove the pre-request-shutdown hooks, they should no longer be necessary. The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem, if it does, please r
- Remove the pre-request-shutdown hooks, they should no longer be necessary. The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem, if it does, please report it!
show more ...
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
97e1ad13 |
| 16-Jan-2000 |
Zeev Suraski |
Fix
|
#
2dea694a |
| 16-Jan-2000 |
Zeev Suraski |
Remove the post-startup callback support. Modules are now started only after the entire engine is started. People - please make sure that the session module works properly for you.
|
#
259c0582 |
| 15-Jan-2000 |
Zeev Suraski |
Compile fixes for ZTS
|
#
a0b08b5e |
| 15-Jan-2000 |
Sascha Schumann |
Be more verbose, if headers were already sent and remove RSHUTDOWN handler
|
#
64c6e1e9 |
| 15-Jan-2000 |
Thies C. Arntzen |
sessions are now written via a _php_session_shutdown which is registered via php_register_pre_request_shutdown().
|
#
e078a04f |
| 15-Jan-2000 |
Sascha Schumann |
Complain verbosely, if a destroy failed
|
#
4595bf1e |
| 03-Jan-2000 |
Andrei Zmievski |
* Implemented <boolean> and <null> types. We now support WDDX version 1.0 as best as we can. * Cleaned up the API function names, _ was really not needed. * Cleaned up the repetitive st
* Implemented <boolean> and <null> types. We now support WDDX version 1.0 as best as we can. * Cleaned up the API function names, _ was really not needed. * Cleaned up the repetitive stack var name stuff with a macro. * WDDX now no longer converts numbers to strings in arrays when during serialization. @Implemented support for <boolean> and <null> types according @to WDDX version 1.0 (Andrei)
show more ...
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|