Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed bug #29925 (Added a check to prevent illegal characters in | Ilia Alshanetsky | 2004-09-02 | 1 | -0/+5 |
| | | | | | session key). | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -2/+5 |
| | |||||
* | Do not use alloca() where it can be abused through user input. | Ilia Alshanetsky | 2004-06-30 | 1 | -2/+2 |
| | |||||
* | Better skip condition check for session tests. | Ilia Alshanetsky | 2004-05-27 | 1 | -8/+11 |
| | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 2 | -4/+0 |
| | |||||
* | Skip session tests if session.save_path is not writable. | Ilia Alshanetsky | 2004-05-13 | 1 | -0/+9 |
| | |||||
* | if statement logic would never eval to false. | Sara Golemon | 2004-05-08 | 1 | -1/+1 |
| | |||||
* | Fixed test failure if session.use_trans_sid is enabled. | Ilia Alshanetsky | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | Another setting leak in session code (bug #27963). | Ilia Alshanetsky | 2004-04-13 | 1 | -15/+11 |
| | |||||
* | Fixed bug #27963 (Session lifetime setting may leak between requests). | Ilia Alshanetsky | 2004-04-13 | 1 | -2/+2 |
| | |||||
* | Fix for Bug #26757: session.save_path defaults to bogus value on win32 | Wez Furlong | 2004-03-29 | 2 | -1/+7 |
| | | | | | | | Merge from branch with one main difference: the default save_path is set to the empty string on all platforms, whereas the code in the branch only does so for win32. | ||||
* | more visa to sibira ;) | Hartmut Holzgraefe | 2004-03-24 | 1 | -0/+82 |
| | |||||
* | - Fix segfaults on deserialisation of referenced variables. | Moriyoshi Koizumi | 2004-02-29 | 1 | -1/+1 |
| | | | | | | | | | | | # ALLOC_INIT_ZVAL() initialises the type field to IS_NULL, while # MAKE_STD_ZVAL() doesn't. This caused a kind of random crash # when zval_ptr_dtor() was applied on an intact zval created by # the latter method. # # Please check relevant bugs again. There should be some that # have already been marked as bogus. | ||||
* | Fix bug #26005 (Random "cannot change the session ini settings" errors) | foobar | 2004-02-24 | 1 | -1/+13 |
| | |||||
* | Improve error messages | foobar | 2004-02-19 | 1 | -2/+2 |
| | |||||
* | Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. | Zeev Suraski | 2004-02-15 | 1 | -1/+1 |
| | | | | | | | | | | Note: You should not be using ZVAL_DELREF() in day to day usage. Instead, you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're messing with the refcount directly and know what you're doing. Note #2: For clarity, if you want to initialize a new zval with a refcount of 0, it's best to do that directly, instead of using ZVAL_DELREF after allocating the zval... | ||||
* | Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may | Ilia Alshanetsky | 2004-02-11 | 1 | -0/+21 |
| | | | | | result in data loss). | ||||
* | fix test - remove warning | Stanislav Malyshev | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | Silence some compile warnings | foobar | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | export tsrm id for session globals. | Wez Furlong | 2004-01-09 | 2 | -2/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 4 | -8/+8 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 4 | -8/+8 |
| | |||||
* | Preserve casing | Marcus Boerger | 2003-12-22 | 1 | -4/+4 |
| | |||||
* | Incorrect test file was fixed. (Use pattern insted of absolute filename) | Dmitry Stogov | 2003-12-16 | 1 | -3/+3 |
| | |||||
* | Update test to reflect new functionality. | Ilia Alshanetsky | 2003-12-14 | 1 | -0/+4 |
| | |||||
* | Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled from | Ilia Alshanetsky | 2003-12-14 | 1 | -9/+24 |
| | | | | | inside the script). | ||||
* | - Fixed bug #26548 (Malformed HTTP dates in headers). | Derick Rethans | 2003-12-07 | 1 | -1/+1 |
| | |||||
* | Make these tests work under win32 | Wez Furlong | 2003-12-05 | 1 | -1/+4 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+11 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | Export this so that shared session modules can use it under win32. | Wez Furlong | 2003-12-02 | 2 | -2/+2 |
| | |||||
* | Fix tests for E_STRICT and check for E_STRICT in run-tests.php. | Marcus Boerger | 2003-11-30 | 6 | -9/+9 |
| | |||||
* | - Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes ↵ | foobar | 2003-10-08 | 1 | -4/+8 |
| | | | | crash in win32). | ||||
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -3/+1 |
| | | | | | - Added breaks to make sure the preferred value is used. | ||||
* | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 |
| | | | | | | This may fix compilation problems with on systems with multiple copies of the same library. | ||||
* | This is only needed for Windows. | foobar | 2003-09-25 | 1 | -0/+4 |
| | |||||
* | Fixed bug #25070 (Don't forget to unlock session files on win32 before | Ilia Alshanetsky | 2003-09-24 | 1 | -0/+1 |
| | | | | | | | | | | closing them). Regions should be locked only briefly and should be unlocked before closing a file or exiting the program. On Win32 locked files that are closed without being explicitly unlocked will be unlocked only when "system resources become avaliable". | ||||
* | Alias session_commit to session_write_close, a more intuitive name | Sascha Schumann | 2003-09-21 | 1 | -0/+1 |
| | | | | | for the functionality. | ||||
* | Fix a segfault which occured when using a storage format not capable | Sascha Schumann | 2003-08-29 | 1 | -10/+17 |
| | | | | | | | | | | of expressing references (e.g. WDDX) and deserializing a session variable whose name conflicted with an existing symbol in the global scope. PR: #25307 Submitted by: Jani Taskinen Speling fixes: me | ||||
* | \n at the end of the message is not needed | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | format string fix | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | - Prevent crash if non-existing save/serializer handler is tried to be used | foobar | 2003-08-26 | 1 | -23/+31 |
| | | | | | - Added the registered serializers information to MINFO. | ||||
* | Fixed bug #25084 (Make refer check not dependant on register_globals) | Ilia Alshanetsky | 2003-08-14 | 1 | -3/+4 |
| | |||||
* | Added missing skip condition | Ilia Alshanetsky | 2003-08-14 | 1 | -0/+2 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug #22245 (References inside $_SESSION not being handled). | Ilia Alshanetsky | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | MFB proper fix for #24592 | Sascha Schumann | 2003-07-22 | 1 | -7/+6 |
| | |||||
* | Fixed bug #24592 (Possible crash in session extnsion, with NULL values) | Ilia Alshanetsky | 2003-07-21 | 2 | -3/+39 |
| | |||||
* | fix this test when using a save_handler other than files... | Sterling Hughes | 2003-07-02 | 1 | -0/+1 |
| | |||||
* | MFB | Sascha Schumann | 2003-06-13 | 1 | -2/+1 |
| | |||||
* | Fix the test. (second session init call produces a notice) | foobar | 2003-06-13 | 1 | -1/+2 |
| |