Skip to content

Commit e417c8b

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: [ExpressionLanguage] Fixed collisions of character operators with object properties [Validator] Remove specific check for Valid targets [PhpUnitBridge] Use trait instead of extending deprecated class fix remember me Use strict assertion in asset tests [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types Do not rely on the current locale when dumping a Graphviz object fix typo [Ldap] force default network timeout [Config] don't throw on missing excluded paths Docs: Typo, grammar [Validator] Add the missing translations for the Polish ("pl") locale [Console] Inline exact-match handling with 4.4 Set previous exception when rethrown from controller resolver [VarDumper] fixed DateCaster not displaying additional fields [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI
2 parents fded449 + 1faaec5 commit e417c8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Adapter/ExtLdap/Connection.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ protected function configureOptions(OptionsResolver $resolver)
116116
$options->setDefault('debug_level', 7);
117117
}
118118

119+
if (!isset($parent['network_timeout'])) {
120+
$options->setDefault('network_timeout', ini_get('default_socket_timeout'));
121+
}
122+
119123
$options->setDefaults([
120124
'protocol_version' => $parent['version'],
121125
'referrals' => $parent['referrals'],

0 commit comments

Comments
 (0)