| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | should fix warnings under winblows. | Sterling Hughes | 2001-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 | |
| | | ||||||
| * | fix buggy debug statements | Sascha Schumann | 2001-05-24 | 1 | -3/+3 | |
| | | ||||||
| * | Due to dynamic registration of storage handlers, OnUpdateSaveHandler | Sascha Schumann | 2001-05-23 | 1 | -3/+12 | |
| | | | | | | | | might be called before that registration takes place and hence the INI update is dismissed. In that case, we defer the lookup to the first request init. | |||||
| * | - Nuke GINIT | Andi Gutmans | 2001-05-23 | 1 | -5/+4 | |
| | | ||||||
| * | @- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value | Andrei Zmievski | 2001-05-22 | 1 | -2/+2 | |
| | | | | | | @ when register_globals is on. (Andrei) | |||||
| * | Add support for systems where p{read|write} take a off64_t without | Sascha Schumann | 2001-05-20 | 1 | -0/+2 | |
| | | | | | | being properly prototyped. | |||||
| * | Use zend_hash_add_empty_element | Sascha Schumann | 2001-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Improve reading from external data source for session id creation. | Sascha Schumann | 2001-05-19 | 1 | -11/+19 | |
| | | | | | | Improve generating the string representation of the md5 session id. | |||||
| * | Nuke some warnings. | Sascha Schumann | 2001-05-13 | 2 | -5/+5 | |
| | | ||||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 | |
| | | ||||||
| * | Replace ssize_t with long, as Win32 lacks proper support for that type. | Sascha Schumann | 2001-05-12 | 1 | -2/+2 | |
| | | ||||||
| * | Save a couple of syscalls per session | Sascha Schumann | 2001-05-11 | 2 | -18/+34 | |
| | | | | | | | | Fix apparent new-session-files-were-not-locked bug Replace %m with portable "%s", strerror(errno) | |||||
| * | add an interface for registering storage modules at run-time. | Sascha Schumann | 2001-05-03 | 4 | -19/+30 | |
| | | ||||||
| * | Patch from Sascha that abstracts session serializers. WDDX extension | Andrei Zmievski | 2001-05-01 | 2 | -129/+85 | |
| | | | | | | | now implements the encode/decode functions and registers them with the session module. | |||||
| * | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 2 | -8/+8 | |
| | | ||||||
| * | - use get_current_key_ex() in order to receive key length and not having | Andi Gutmans | 2001-04-26 | 1 | -29/+24 | |
| | | | | | | - to use strlen() everywhere. | |||||
| * | compile was broken, new argument? | Shane Caraveo | 2001-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 | |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | |||||
| * | buf is gone. Don't reference it. | Sascha Schumann | 2001-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Replace another sprintf | Sascha Schumann | 2001-03-13 | 1 | -3/+5 | |
| | | ||||||
| * | Nuke calls to sprintf, snprintf, strcat, strcpy and rely on | Sascha Schumann | 2001-03-13 | 2 | -62/+72 | |
| | | | | | | memcpy and smart_strs. | |||||
| * | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -1/+1 | |
| | | | | | | zval_del_ref() function which should be nuked. | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 5 | -5/+5 | |
| | | ||||||
| * | Use MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation. | Sascha Schumann | 2001-01-07 | 1 | -4/+4 | |
| | | ||||||
| * | Add a new test and refine the fourth test | Sascha Schumann | 2001-01-07 | 2 | -2/+158 | |
| | | ||||||
| * | Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair. | Sascha Schumann | 2001-01-07 | 2 | -10/+5 | |
| | | | | | | Submitted by: Andi Gutmans | |||||
| * | Add session_set_save_handler test | Sascha Schumann | 2000-12-24 | 1 | -0/+85 | |
| | | ||||||
| * | More instances of s/efree/FREE_ZVAL/ | Sascha Schumann | 2000-12-24 | 2 | -3/+3 | |
| | | ||||||
| * | Not freeing the zval using FREE_ZVAL caused a segfault in | Sascha Schumann | 2000-12-24 | 1 | -2/+2 | |
| | | | | | | shutdown_memory_manager. | |||||
| * | Also call some member functions of the deserialized objects | Sascha Schumann | 2000-12-24 | 1 | -3/+6 | |
| | | ||||||
| * | Add session object deserialization test | Sascha Schumann | 2000-12-24 | 1 | -0/+33 | |
| | | ||||||
| * | Add two regression tests for the session module | Sascha Schumann | 2000-12-24 | 2 | -0/+37 | |
| | | ||||||
| * | (PHP session_unset) Return early, if no session was started. | Sascha Schumann | 2000-12-22 | 1 | -0/+3 | |
| | | | | | | PR: #8354 | |||||
| * | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -10/+4 | |
| | | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | |||||
| * | No need for GCC extensions in non-debugging mode. | Sascha Schumann | 2000-12-21 | 1 | -1/+1 | |
| | | | | | | PR: #8345 | |||||
| * | Whitespace fix and initialize ret properly | Sascha Schumann | 2000-11-22 | 1 | -9/+9 | |
| | | ||||||
| * | Move "replace value" logic to Zend | Stanislav Malyshev | 2000-11-20 | 1 | -13/+3 | |
| | | ||||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 | |
| | | ||||||
| * | Fix #3261 - variables declared as "global" in function do not get the right | Stanislav Malyshev | 2000-11-19 | 1 | -5/+26 | |
| | | | | | | value after session_start. | |||||
| * | Add some additional checks | Sascha Schumann | 2000-11-03 | 1 | -4/+17 | |
| | | | | | | Submitted by: mookid@sigent.ru (Mikhail Zabaluev) | |||||
| * | Fix implementation of hash algorithm | Sascha Schumann | 2000-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | Const'ify part of sapi_request_info. | Sascha Schumann | 2000-11-02 | 1 | -1/+1 | |
| | | | | | | | query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const. | |||||
| * | Add support for serializing references. | Stanislav Malyshev | 2000-10-30 | 1 | -4/+20 | |
| | | | | | | | @- Add support for serializing references (Stas) # WDDX and shared memory functions not covered yet | |||||
| * | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -7/+7 | |
| | | ||||||
| * | Allow to send secure cookies | Stanislav Malyshev | 2000-10-28 | 2 | -4/+20 | |
| | | ||||||
| * | Add session_adapt_url(). | Sascha Schumann | 2000-10-26 | 2 | -7/+14 | |
| | | ||||||
| * | session_unset() now cleans up $HTTP_SESSION_VARS as well. | Andrei Zmievski | 2000-10-26 | 1 | -0/+3 | |
| | | ||||||
| * | Fixed a bug in session.c. If the user calls session_module_name with a | Alexander Feldman | 2000-10-23 | 1 | -7/+11 | |
| | | | | | | | | parameter, then the mod_data pointer is initialized to NULL and then php_session_save_current_state did not check this value before referencing the pointer. Added a check in php_session_save_current_state. | |||||
| * | Fixed crash (bus error) in readdir() and session cleanup when compiled | foobar | 2000-10-18 | 1 | -1/+1 | |
| | | | | | | with Sun CC. | |||||
