summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_2_8'.php-5.2.8SVN Migration2008-12-071-32/+0
* Latest and greatest versions of these session tests - checked on 5.2.X snap o...Ant Phillips2008-11-271-6/+6
* Backport fix for #45406 - Patch by oleg dot grenrus at dynamoid dot comKalle Sommer Nielsen2008-08-061-0/+15
* MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane)Jani Taskinen2008-07-155-1/+18
* Fixed memory leaksDmitry Stogov2008-06-111-0/+9
* Fixed test (5.2 doesn't contain GC)Dmitry Stogov2008-06-111-0/+3
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-305-4/+15
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-309-0/+24
* MFH Fixed bug #44720 (Prevent infinite recursion within session_register)Scott MacVicar2008-04-291-120/+127
* More session tests to improve code coverage for untested extension codeAnt Phillips2008-04-292-1/+5
* More session tests to improve code coverage for untested extension codeAnt Phillips2008-04-2911-0/+591
* New set of session extension tests for PHP 5.2 branch.Ant Phillips2008-04-22106-0/+9732
* These tests were backported from the PHP 6.0 branch, which in turn were porte...Ant Phillips2008-04-229-0/+534
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
* MFH: ws + cs changes (sync to ease merging patches around!)Jani Taskinen2007-08-231-38/+50
* MFH: syncJani Taskinen2007-08-232-2/+2
* Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedirIlia Alshanetsky2007-08-231-0/+22
* correct fix for access control for save_path and .htaccessStanislav Malyshev2007-08-032-10/+2
* Fixed bug #42135 (Second call of session_start() causes creation of SID)Ilia Alshanetsky2007-07-291-3/+3
* always check save_path (issue reported by Maksymilian Arciemowicz)Stanislav Malyshev2007-07-101-1/+9
* Fixed compiler warningIlia Alshanetsky2007-06-171-0/+1
* MFHStefan Esser2007-06-161-3/+11
* Disallow characters that Cookie RFC does not allow in unquoted cookiesStanislav Malyshev2007-06-151-1/+1
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-2/+7
* Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).Ilia Alshanetsky2007-06-061-0/+26
* fix testsAntony Dovgal2007-05-182-0/+2
* do not send cookie when session is passed in URL, same as it happens with GET...Stanislav Malyshev2007-05-161-1/+4
* fix test namesAntony Dovgal2007-05-073-3/+3
* MFH: fix #40998 (long session array keys are truncated)Antony Dovgal2007-04-041-1/+1
* Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free VulnerabilityIlia Alshanetsky2007-03-141-0/+2
* TypoMartin Kraemer2007-03-141-1/+1
* Adjust checks to allow paths without a trailing /Ilia Alshanetsky2007-03-032-6/+8
* Improve safe_mode checkIlia Alshanetsky2007-03-021-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-272-2/+2
* fix typoAntony Dovgal2007-02-261-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-7/+5
* disallow negative lengthStanislav Malyshev2007-02-241-1/+1
* Eliminate strcat() usage.Ilia Alshanetsky2007-02-191-11/+17
* Fixed Bug #40274 (Sessions fail with numeric root keys).Ilia Alshanetsky2007-02-061-2/+7
* Fixed SIGSEGVDmitry Stogov2007-01-101-5/+4
* Prevent SESSION/GLOBALS overload via session decodingIlia Alshanetsky2007-01-091-1/+8
* removed dl() blockIlia Alshanetsky2007-01-061-4/+0
* Fix skipifHannes Magnusson2007-01-061-1/+9
* Added missing open_basedir checksIlia Alshanetsky2007-01-041-0/+7
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
* Added boundary checks to php_binary deserializerIlia Alshanetsky2006-12-311-0/+5
* die("skip this is for PHP < 4.2.3");Nuno Lopes2006-12-271-61/+0
* Session deserializer protection.Ilia Alshanetsky2006-12-261-36/+32
* protect _SESSION, HTTP_SESSION_VARS and GLOBALSAntony Dovgal2006-12-201-16/+43