Skip to content

Commit 788a28d

Browse files
Merge branch '6.0' into 6.1
* 6.0: CS fixes Bump Symfony version to 6.0.11 Update VERSION for 6.0.10 Update CHANGELOG for 6.0.10 Bump Symfony version to 5.4.11 Update VERSION for 5.4.10 Update CHANGELOG for 5.4.10 Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
2 parents 748132d + 15ff8cf commit 788a28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adapter/ExtLdap/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function configureOptions(OptionsResolver $resolver)
133133
}
134134

135135
if (!isset($parent['network_timeout'])) {
136-
$options->setDefault('network_timeout', ini_get('default_socket_timeout'));
136+
$options->setDefault('network_timeout', \ini_get('default_socket_timeout'));
137137
}
138138

139139
$options->setDefaults([

0 commit comments

Comments
 (0)