diff --git a/reference/ldap/constants.xml b/reference/ldap/constants.xml
index 40b5680ed884..31a0cc52e660 100644
--- a/reference/ldap/constants.xml
+++ b/reference/ldap/constants.xml
@@ -419,9 +419,8 @@
(int)
-
- SSL Authentication Mode - No authentication required. (Only for Oracle LDAP)
-
+ SSL Authentication Mode - No authentication required. (Only for Oracle LDAP)
+ Deprecated as of PHP 8.5.0.
@@ -430,9 +429,8 @@
(int)
-
- SSL Authentication Mode - Only server authentication required. (Only for Oracle LDAP)
-
+ SSL Authentication Mode - Only server authentication required. (Only for Oracle LDAP)
+ Deprecated as of PHP 8.5.0.
@@ -441,9 +439,8 @@
(int)
-
- SSL Authentication Mode - Both server and client authentication required. (Only for Oracle LDAP)
-
+ SSL Authentication Mode - Both server and client authentication required. (Only for Oracle LDAP)
+ Deprecated as of PHP 8.5.0.
diff --git a/reference/ldap/functions/ldap-connect-wallet.xml b/reference/ldap/functions/ldap-connect-wallet.xml
index a9ce8a2de017..6fc4db3e581e 100644
--- a/reference/ldap/functions/ldap-connect-wallet.xml
+++ b/reference/ldap/functions/ldap-connect-wallet.xml
@@ -1,4 +1,5 @@
+
ldap_connect_wallet
@@ -72,6 +73,29 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.5.0
+
+ This function has been deprecated. Oracle LDAP (Oracle Instant Client)
+ support is deprecated in PHP 8.5.0.
+
+
+
+
+
+
+
&reftitle.seealso;
diff --git a/reference/ldap/functions/ldap-connect.xml b/reference/ldap/functions/ldap-connect.xml
index 03db3ea857d2..0e8dad191aff 100644
--- a/reference/ldap/functions/ldap-connect.xml
+++ b/reference/ldap/functions/ldap-connect.xml
@@ -115,6 +115,14 @@
+
+ 8.5.0
+
+ Calling ldap_connect with Oracle wallet arguments
+ is deprecated. Oracle LDAP (Oracle Instant Client) support is deprecated
+ as of PHP 8.5.0.
+
+
8.4.0
diff --git a/reference/ldap/functions/ldap-get-option.xml b/reference/ldap/functions/ldap-get-option.xml
index 591a59f8a739..d1cefb5b2e17 100644
--- a/reference/ldap/functions/ldap-get-option.xml
+++ b/reference/ldap/functions/ldap-get-option.xml
@@ -253,6 +253,8 @@
8.5.0
ldap is now nullable.
+ A ValueError is now thrown when passing an
+ invalid option.
&ldap.changelog.ldap-object;
diff --git a/reference/ldap/functions/ldap-set-option.xml b/reference/ldap/functions/ldap-set-option.xml
index eb7aade30a9d..26157bbd2666 100644
--- a/reference/ldap/functions/ldap-set-option.xml
+++ b/reference/ldap/functions/ldap-set-option.xml
@@ -261,6 +261,13 @@
+
+ 8.5.0
+
+ A ValueError is now thrown when passing an
+ invalid option.
+
+
&ldap.changelog.ldap-object;