704 Commits (ea8bdf5d8f145ab9c1958caa763dfce35ed02da1)

Author SHA1 Message Date
Jani Taskinen 9f729f9c6b MF53: Sync the session.c file structure and some bug fixes forgotten to merge. 17 years ago
Hannes Magnusson 7126bbbd9e MFH: Add test for bug#42596 17 years ago
Hannes Magnusson e3fb9c3e8f MFH: Fixed segfault on invalid session.save_path 17 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Scott MacVicar 08e90b069f MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 18 years ago
Ant Phillips bc80465549 Latest and greatest versions of these session tests - checked on 5.2.X snap on Windows, Linux and Linux 64 bit. 18 years ago
Kalle Sommer Nielsen b6c6759799 Backport fix for #45406 - Patch by oleg dot grenrus at dynamoid dot com 18 years ago
Jani Taskinen 02c937c251 MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane) 18 years ago
Dmitry Stogov 32b6c60dea Fixed memory leaks 18 years ago
Dmitry Stogov d3d8886e3e Fixed test (5.2 doesn't contain GC) 18 years ago
Ant Phillips ab211d72a3 Fix session test failures as reported by Antony Dovgal. 18 years ago
Ant Phillips 3a30d703c0 Fix session test failures as reported by Antony Dovgal. 18 years ago
Scott MacVicar ad86c485cd MFH Fixed bug #44720 (Prevent infinite recursion within session_register) 18 years ago
Ant Phillips 597adbfef1 More session tests to improve code coverage for untested extension code 18 years ago
Ant Phillips 2d2ad8e8d3 More session tests to improve code coverage for untested extension code 18 years ago
Ant Phillips 64de2d2d45 New set of session extension tests for PHP 5.2 branch. 18 years ago
Ant Phillips 1f4fa0ba1f These tests were backported from the PHP 6.0 branch, which in turn were 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. 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky ea6de20d86 Fixed Bug #42596 (session.save_path MODE option does not work). 19 years ago
Jani Taskinen de85bf4060 MFH: ws + cs changes (sync to ease merging patches around!) 19 years ago
Jani Taskinen 19401951c0 MFH: sync 19 years ago
Ilia Alshanetsky 89c0ba1685 Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir 19 years ago
Stanislav Malyshev 6b7f164803 correct fix for access control for save_path and .htaccess 19 years ago
Ilia Alshanetsky 3034092111 Fixed bug #42135 (Second call of session_start() causes creation of SID) 19 years ago
Stanislav Malyshev 143badba52 always check save_path (issue reported by Maksymilian Arciemowicz) 19 years ago
Ilia Alshanetsky e2d606e18b Fixed compiler warning 19 years ago
Stefan Esser df7bfe0a0f MFH 19 years ago
Stanislav Malyshev 70a8f9313b Disallow characters that Cookie RFC does not allow in unquoted cookies 19 years ago
Antony Dovgal d042fd0675 MFH: php_gmtime_r() fixes 19 years ago
Ilia Alshanetsky c38ad55e8e Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags). 19 years ago
Antony Dovgal ffd09c0961 fix tests 19 years ago
Stanislav Malyshev 69650d0ebf do not send cookie when session is passed in URL, same as it happens with GET/POST 19 years ago
Antony Dovgal 1f65545121 fix test names 19 years ago
Antony Dovgal 39f9184fa6 MFH: fix #40998 (long session array keys are truncated) 19 years ago
Ilia Alshanetsky 7aab16c333 Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free Vulnerability 19 years ago
Martin Kraemer 9c62ddde34 Typo 19 years ago
Ilia Alshanetsky a500d1efe9 Adjust checks to allow paths without a trailing / 19 years ago
Ilia Alshanetsky 4735df26f8 Improve safe_mode check 19 years ago
Ilia Alshanetsky efad70c2cc snprintf() -> slprintf() 19 years ago
Antony Dovgal c667c70bdb fix typo 19 years ago
Marcus Boerger 50ea26760d - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 19 years ago
Stanislav Malyshev 3e262bd369 disallow negative length 19 years ago
Ilia Alshanetsky c6402df3a7 Eliminate strcat() usage. 19 years ago
Ilia Alshanetsky 629d7cf43f Fixed Bug #40274 (Sessions fail with numeric root keys). 19 years ago
Dmitry Stogov ae792a06b0 Fixed SIGSEGV 19 years ago
Ilia Alshanetsky 81729c1ece Prevent SESSION/GLOBALS overload via session decoding 19 years ago
Ilia Alshanetsky d1891c3d8a removed dl() block 19 years ago
Hannes Magnusson 630254d55e Fix skipif 19 years ago
Ilia Alshanetsky 7ba84b8807 Added missing open_basedir checks 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago