Skip to content

Commit 3f9f40f

Browse files
Merge branch '3.4' into 4.2
* 3.4: [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion revert private properties handling [HttpFoundation] Fix URLs [VarDumper] finish PHP 7.4 support and add tests [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4) Ignore missing translation dependency in FrameworkBundle [Debug][ExceptionHandler] Add tests for custom handlers
2 parents 2565092 + c450706 commit 3f9f40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Session/Storage/Handler/MongoDbSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Markus Bachmann <[email protected]>
1818
*
1919
* @see https://packagist.org/packages/mongodb/mongodb
20-
* @see http://php.net/manual/en/set.mongodb.php
20+
* @see https://php.net/mongodb
2121
*/
2222
class MongoDbSessionHandler extends AbstractSessionHandler
2323
{

Session/Storage/Handler/NativeFileSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class NativeFileSessionHandler extends \SessionHandler
2323
* Default null will leave setting as defined by PHP.
2424
* '/path', 'N;/path', or 'N;octal-mode;/path
2525
*
26-
* @see http://php.net/session.configuration.php#ini.session.save-path for further details.
26+
* @see https://php.net/manual/session.configuration.php#ini.session.save-path for further details.
2727
*
2828
* @throws \InvalidArgumentException On invalid $savePath
2929
* @throws \RuntimeException When failing to create the save directory

0 commit comments

Comments
 (0)