Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -16/+16 | |
| | ||||||
* | Revert part of the last commit | Sascha Schumann | 2000-02-22 | 1 | -4/+4 | |
| | ||||||
* | Print out a warning, if writing the session data failed. This might | Sascha Schumann | 2000-02-22 | 1 | -9/+15 | |
| | | | | | | happen in a request shutdown handler; php_error() worked for me in the CGI version. | |||||
* | Typo. | Andrei Zmievski | 2000-02-22 | 1 | -1/+1 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 | |
| | ||||||
* | More cosmetic things | Sascha Schumann | 2000-02-11 | 1 | -74/+56 | |
| | ||||||
* | Some style(9) cosmetics | Sascha Schumann | 2000-02-11 | 1 | -72/+70 | |
| | ||||||
* | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 | |
| | ||||||
* | Implemented setting of session cookie parameters. | Andrei Zmievski | 2000-02-04 | 1 | -0/+37 | |
| | | | | | @ Added session_set_cookie_params() function. (Andrei) | |||||
* | - A few fixes | Zeev Suraski | 2000-01-28 | 1 | -7/+7 | |
| | | | | | - Added register_argv_argc directive to allow disabling of argv/argc | |||||
* | - MS-SQL fix | Zeev Suraski | 2000-01-17 | 1 | -3/+5 | |
| | | | | | - Fix a crash bug in session_register() | |||||
* | - Remove the pre-request-shutdown hooks, they should no longer be necessary. | Zeev Suraski | 2000-01-16 | 1 | -13/+16 | |
| | | | | | | The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem, if it does, please report it! | |||||
* | Fix | Zeev Suraski | 2000-01-16 | 1 | -1/+4 | |
| | ||||||
* | Remove the post-startup callback support. Modules are now started only after | Zeev Suraski | 2000-01-16 | 1 | -9/+1 | |
| | | | | | | the entire engine is started. People - please make sure that the session module works properly for you. | |||||
* | Compile fixes for ZTS | Zeev Suraski | 2000-01-15 | 1 | -0/+2 | |
| | ||||||
* | Be more verbose, if headers were already sent and remove RSHUTDOWN handler | Sascha Schumann | 2000-01-15 | 1 | -20/+11 | |
| | ||||||
* | sessions are now written via a _php_session_shutdown which is registered | Thies C. Arntzen | 2000-01-15 | 1 | -1/+20 | |
| | | | | | via php_register_pre_request_shutdown(). | |||||
* | Complain verbosely, if a destroy failed | Sascha Schumann | 2000-01-15 | 1 | -1/+3 | |
| | ||||||
* | * Implemented <boolean> and <null> types. We now support WDDX version 1.0 | Andrei Zmievski | 2000-01-03 | 1 | -9/+9 | |
| | | | | | | | | | | | 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) | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+1 | |
| | ||||||
* | - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places. | |||||
* | Logic fix, improved comments, better SID checking | Sascha Schumann | 1999-12-22 | 1 | -15/+29 | |
| | ||||||
* | Warn users, if they have disabled gpc_globals and track_vars. Also work | Sascha Schumann | 1999-12-22 | 1 | -12/+43 | |
| | | | | | correctly, if users have enabled track_vars/disabled gpc_globals. | |||||
* | Fix for missing RAND_MAX on SunOS 4.1 | Sascha Schumann | 1999-12-18 | 1 | -0/+1 | |
| | | | | | Reported by: Brian Lalor <blalor@netDrives.com> | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -9/+9 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing white-spaces | Sascha Schumann | 1999-12-12 | 1 | -7/+7 | |
| | ||||||
* | Add cache_limiter and cache_expire options. Rename extern_referer_check | Sascha Schumann | 1999-12-12 | 1 | -2/+116 | |
| | | | | | to referer_check. | |||||
* | (php_set_session_var): logic fix: | Sascha Schumann | 1999-12-09 | 1 | -2/+2 | |
| | | | | | | gpc_globals set? Add it to the global symbol table track_vars set? Add it to the HTTP_STATE_VARS array | |||||
* | - Use Set-Cookie for consistency with SetCookie() (and possibly for ↵ | Zeev Suraski | 1999-12-08 | 1 | -1/+1 | |
| | | | | | | | | adherence with with some clients?) - Remove unnecessary directive from configuration-parser.y | |||||
* | Give it a nicer looking module name | Sascha Schumann | 1999-12-05 | 1 | -1/+1 | |
| | ||||||
* | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -3/+0 | |
| | ||||||
* | @Fix warnings compiling in maintainer mode. (Stig) | Stig Bakken | 1999-12-05 | 1 | -1/+1 | |
| | | | | | | | Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-) | |||||
* | Cast val to (char *) to avoid compile warning. | Andrei Zmievski | 1999-12-04 | 1 | -2/+2 | |
| | | | | | Forgot ; at the end and need to derefence the ent pointer. | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | |||||
* | (php_set_session_var) Initialize the refcount here. | Andrei Zmievski | 1999-12-04 | 1 | -0/+1 | |
| | ||||||
* | ZTS fixes | Sascha Schumann | 1999-12-04 | 1 | -5/+6 | |
| | ||||||
* | (PHP session_register) Correct calling convention. | Andrei Zmievski | 1999-12-04 | 1 | -2/+2 | |
| | ||||||
* | Session variables now obey track_vars and gpc_globals settings. | Andrei Zmievski | 1999-12-04 | 1 | -27/+68 | |
| | | | | | | | | | | | | | | | | | If track_vars is on then decoded variables appear in $HTTP_STATE_VARS array. If gpc_globals is on, then session vars are decoded into global variables. If both are on, then globals and $HTTP_STATE_VARS contents are references to each other. The /decoder functions now just need to call php_set_session_var() this behavior. @ -Session vars are now decoded into $HTTP_STATE_VARS[] array and the @ globals, depending on track_vars and gpc_globals settings (Andrei) # Encoding source is currently only globals. We may want to change this # in the future. | |||||
* | Clean up code | Sascha Schumann | 1999-11-29 | 1 | -24/+28 | |
| | ||||||
* | ZTS fix | Sascha Schumann | 1999-11-28 | 1 | -1/+1 | |
| | ||||||
* | (PHP session_register) Modified to accept variable number of arguments, | Andrei Zmievski | 1999-11-27 | 1 | -12/+51 | |
| | | | | | | any of which can be either string holding the variable name or an array consisting of such variable names or other arrays. | |||||
* | (PHP_RINIT(session)) Never return FAILURE on trivial issues from a request | Sascha Schumann | 1999-11-26 | 1 | -1/+1 | |
| | | | | | startup handler | |||||
* | (php_rinit_session): use post request startups to reenable session.auto_start | Sascha Schumann | 1999-11-17 | 1 | -8/+8 | |
| | ||||||
* | - set default path for cookie to the root directory ("/") | Sascha Schumann | 1999-11-09 | 1 | -1/+1 | |
| | | | | | - complete session documentation in php.ini-dist | |||||
* | Disable auto_start until we find a way to access the necessary data fields. | Sascha Schumann | 1999-11-06 | 1 | -0/+7 | |
| | ||||||
* | - Win32 fixes | Zeev Suraski | 1999-11-06 | 1 | -1/+1 | |
| | | | | | - COM module improvements from Boris Wedl | |||||
* | Add missing initialization entry | Sascha Schumann | 1999-10-31 | 1 | -0/+1 | |
| |