parent
f676685876
commit
d3f64604a3
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
os: ['ubuntu-latest']
|
||||
include:
|
||||
- php: '7.2'
|
||||
|
|
|
@ -1198,7 +1198,7 @@ class LdapConnection implements Selectable, Inspectable
|
|||
|
||||
$hostname = $this->normalizeHostname($this->hostname);
|
||||
|
||||
$ds = ldap_connect($hostname, $this->port);
|
||||
$ds = ldap_connect($hostname);
|
||||
|
||||
// Set a proper timeout for each connection
|
||||
ldap_set_option($ds, LDAP_OPT_NETWORK_TIMEOUT, $this->timeout);
|
||||
|
|
Loading…
Reference in New Issue