summaryrefslogtreecommitdiff
path: root/ext/ldap/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/tests')
-rw-r--r--ext/ldap/tests/README2
-rw-r--r--ext/ldap/tests/ldap_unbind_error.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ldap/tests/README b/ext/ldap/tests/README
index 7dccd270f3..b30043abce 100644
--- a/ext/ldap/tests/README
+++ b/ext/ldap/tests/README
@@ -10,7 +10,7 @@ Notes:
It is used for testing ldap_start_tls(), which also requires "TLS_REQCERT never" in client configuration
2. An empty LDAP structure is required for the tests to be PASSed
-(/etc/openldap/)slapd.conf:
+ (/etc/openldap/)slapd.conf:
-----------------------------------------------------------
TLSCACertificateFile /etc/openldap/ssl/server.pem
TLSCertificateFile /etc/openldap/ssl/server.pem
diff --git a/ext/ldap/tests/ldap_unbind_error.phpt b/ext/ldap/tests/ldap_unbind_error.phpt
index 19b4ad5948..b0c0dab09c 100644
--- a/ext/ldap/tests/ldap_unbind_error.phpt
+++ b/ext/ldap/tests/ldap_unbind_error.phpt
@@ -37,6 +37,6 @@ Warning: ldap_unbind() expects parameter 1 to be resource, %unicode_string_optio
bool(false)
bool(true)
-Warning: ldap_unbind(): %d is not a valid ldap link resource in %s on line %d
+Warning: ldap_unbind(): supplied resource is not a valid ldap link resource in %s on line %d
bool(false)
===DONE===