Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed handling of session variable serialization on certain prefix ↵ | Ilia Alshanetsky | 2010-04-26 | 1 | -1/+1 |
| | | | | characters. Reported by Stefan Esser | ||||
* | Added test for bug #51338 | Ilia Alshanetsky | 2010-03-23 | 1 | -0/+15 |
| | |||||
* | Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on). | Ilia Alshanetsky | 2010-03-22 | 1 | -3/+7 |
| | |||||
* | Fixed a possible open_basedir/safe_mode bypass in session extension ↵ | Ilia Alshanetsky | 2010-01-31 | 1 | -1/+6 |
| | | | | identified by Grzegorz Stachowiak. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 8 | -8/+8 |
| | |||||
* | Along with the valid char set, also add a length check to the | Rasmus Lerdorf | 2009-12-26 | 1 | -2/+4 |
| | | | | | | | | | session id here to avoid a lower-level error on the open() later on in case we exceed MAX_PATH. The lower level open() error includes the session dir path in it, so this is a very low-priority security fix. People should not be running production systems with display_errors turned on. | ||||
* | protect http_session_vars from interrupt corruption | Stanislav Malyshev | 2009-12-04 | 1 | -2/+8 |
| | | | | | improve save_path check | ||||
* | removed now obsolete NetWare hack since I fixed this | Guenter Knauf | 2009-11-03 | 1 | -7/+1 |
| | | | | | with Novell some longer time ago in their SDK header. | ||||
* | removed now obsolete NetWare hack since I fixed this | Guenter Knauf | 2009-11-03 | 1 | -4/+0 |
| | | | | | with Novell some longer tiem ago in their SDK header. | ||||
* | zend_module_dep is no const and breaks strict compilers | Guenter Knauf | 2009-10-14 | 1 | -1/+1 |
| | | | | | like CodeWarrior for NetWare. | ||||
* | - Fixed bug #49503 (invalid warning for failed semaphore file creation) | Jani Taskinen | 2009-10-08 | 1 | -3/+0 |
| | | | | | # I have no idea why I had added this. Might have been some debug code.. :( | ||||
* | configure dependency has to be optional as well | Antony Dovgal | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | fix segfault in session/tests/031.phpt by adding optional extension | Antony Dovgal | 2009-07-28 | 2 | -1/+10 |
| | | | | | | dependency (php_hash_hashtable has to be initialized when setting session.hash_function) | ||||
* | - Revert this, was not supposed to be merged yet | Jani Taskinen | 2009-05-26 | 1 | -5/+7 |
| | |||||
* | fix test | Jani Taskinen | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | MFH: Sync WS / CS changes where applicable | Jani Taskinen | 2009-05-18 | 5 | -239/+216 |
| | |||||
* | MF53: Sync the session.c file structure and some bug fixes forgotten to merge. | Jani Taskinen | 2009-04-26 | 10 | -754/+821 |
| | |||||
* | MFH: Add test for bug#42596 | Hannes Magnusson | 2009-04-06 | 1 | -0/+32 |
| | |||||
* | MFH: Fixed segfault on invalid session.save_path | Hannes Magnusson | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 8 | -8/+8 |
| | |||||
* | MFH Fix bug #35975 - Session cookie expires date format isn't the most ↵ | Scott MacVicar | 2008-12-11 | 1 | -2/+2 |
| | | | | compatible. Sync to that of setcookie(). | ||||
* | Latest and greatest versions of these session tests - checked on 5.2.X snap ↵ | Ant Phillips | 2008-11-27 | 1 | -6/+6 |
| | | | | on Windows, Linux and Linux 64 bit. | ||||
* | Backport fix for #45406 - Patch by oleg dot grenrus at dynamoid dot com | Kalle Sommer Nielsen | 2008-08-06 | 1 | -0/+15 |
| | |||||
* | MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane) | Jani Taskinen | 2008-07-15 | 5 | -1/+18 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2008-06-11 | 1 | -0/+9 |
| | |||||
* | Fixed test (5.2 doesn't contain GC) | Dmitry Stogov | 2008-06-11 | 1 | -0/+3 |
| | |||||
* | Fix session test failures as reported by Antony Dovgal. | Ant Phillips | 2008-04-30 | 5 | -4/+15 |
| | | | | | | | These were caused by the tests assuming default values for some session configuration settings, in particular session.save_path and session.name. The tests now explicitly set these settings in the --INI-- section. | ||||
* | Fix session test failures as reported by Antony Dovgal. | Ant Phillips | 2008-04-30 | 9 | -0/+24 |
| | | | | | | | These were caused by the tests assuming default values for some session configuration settings, in particular session.save_path and session.name. The tests now explicitly set these settings in the --INI-- section. | ||||
* | MFH Fixed bug #44720 (Prevent infinite recursion within session_register) | Scott MacVicar | 2008-04-29 | 1 | -120/+127 |
| | |||||
* | More session tests to improve code coverage for untested extension code | Ant Phillips | 2008-04-29 | 2 | -1/+5 |
| | |||||
* | More session tests to improve code coverage for untested extension code | Ant Phillips | 2008-04-29 | 11 | -0/+591 |
| | |||||
* | New set of session extension tests for PHP 5.2 branch. | Ant Phillips | 2008-04-22 | 106 | -0/+9732 |
| | | | | | | | | These hopefully test a reasonable set of basic, error and variations for the twenty or so session functions. Note however that they do not test all the session configuration settings, nor do they test anything with register_globals enabled. | ||||
* | These tests were backported from the PHP 6.0 branch, which in turn were ↵ | Ant Phillips | 2008-04-22 | 9 | -0/+534 |
| | | | | ported from this branch and then updated to remove any dependencies on register_globals. With register_globals removed they are useful tests to run against the 5.X branches. | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 8 | -8/+8 |
| | |||||
* | Fixed Bug #42596 (session.save_path MODE option does not work). | Ilia Alshanetsky | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | MFH: ws + cs changes (sync to ease merging patches around!) | Jani Taskinen | 2007-08-23 | 1 | -38/+50 |
| | |||||
* | MFH: sync | Jani Taskinen | 2007-08-23 | 2 | -2/+2 |
| | |||||
* | Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir | Ilia Alshanetsky | 2007-08-23 | 1 | -0/+22 |
| | | | | | bypass). | ||||
* | correct fix for access control for save_path and .htaccess | Stanislav Malyshev | 2007-08-03 | 2 | -10/+2 |
| | |||||
* | Fixed bug #42135 (Second call of session_start() causes creation of SID) | Ilia Alshanetsky | 2007-07-29 | 1 | -3/+3 |
| | |||||
* | always check save_path (issue reported by Maksymilian Arciemowicz) | Stanislav Malyshev | 2007-07-10 | 1 | -1/+9 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2007-06-17 | 1 | -0/+1 |
| | |||||
* | MFH | Stefan Esser | 2007-06-16 | 1 | -3/+11 |
| | |||||
* | Disallow characters that Cookie RFC does not allow in unquoted cookies | Stanislav Malyshev | 2007-06-15 | 1 | -1/+1 |
| | |||||
* | MFH: php_gmtime_r() fixes | Antony Dovgal | 2007-06-07 | 1 | -2/+7 |
| | |||||
* | Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags). | Ilia Alshanetsky | 2007-06-06 | 1 | -0/+26 |
| | |||||
* | fix tests | Antony Dovgal | 2007-05-18 | 2 | -0/+2 |
| | |||||
* | do not send cookie when session is passed in URL, same as it happens with ↵ | Stanislav Malyshev | 2007-05-16 | 1 | -1/+4 |
| | | | | GET/POST | ||||
* | fix test names | Antony Dovgal | 2007-05-07 | 3 | -3/+3 |
| | |||||
* | MFH: fix #40998 (long session array keys are truncated) | Antony Dovgal | 2007-04-04 | 1 | -1/+1 |
| |