#
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). |
Revision tags: PRE_ISSET_TYPE |
|
#
235386b2 |
| 26-Dec-1999 |
Zeev Suraski |
Change ALLOC_ZVAL() semantics |
#
3f6e00e4 |
| 24-Dec-1999 |
Andi Gutmans |
- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places. |
#
095909be |
| 22-Dec-1999 |
Sascha Schumann |
Logic fix, improved comments, better SID checking |
#
f8891483 |
| 22-Dec-1999 |
Sascha Schumann |
Warn users, if they have disabled gpc_globals and track_vars. Also work correctly, if users have enabled track_vars/disabled gpc_globals. |
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
d15e7a5e |
| 18-Dec-1999 |
Sascha Schumann |
Fix for missing RAND_MAX on SunOS 4.1 Reported by: Brian Lalor <blalor@netDrives.com> |
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again |
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation |
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
1627a57d |
| 12-Dec-1999 |
Sascha Schumann |
Remove trailing white-spaces |
#
996216b4 |
| 12-Dec-1999 |
Sascha Schumann |
Add cache_limiter and cache_expire options. Rename extern_referer_check to referer_check. |
#
2a794e82 |
| 09-Dec-1999 |
Sascha Schumann |
(php_set_session_var): logic fix: gpc_globals set? Add it to the global symbol table track_vars set? Add it to the HTTP_STATE_VARS array |
#
e19e57d2 |
| 08-Dec-1999 |
Zeev Suraski |
- Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with with some clients?) - Remove unnecessary directive from configuration-parser.y |