Skip to content

Commit b9d1aee

Browse files
Merge branch '4.4' into 5.4
* 4.4: CS fixes 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 6694997 + 445c0e5 commit b9d1aee

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
@@ -137,7 +137,7 @@ protected function configureOptions(OptionsResolver $resolver)
137137
}
138138

139139
if (!isset($parent['network_timeout'])) {
140-
$options->setDefault('network_timeout', ini_get('default_socket_timeout'));
140+
$options->setDefault('network_timeout', \ini_get('default_socket_timeout'));
141141
}
142142

143143
$options->setDefaults([

0 commit comments

Comments
 (0)