diff --git a/reference/ldap/constants.xml b/reference/ldap/constants.xml
index e964348e1..96e946c48 100644
--- a/reference/ldap/constants.xml
+++ b/reference/ldap/constants.xml
@@ -1,6 +1,5 @@
-
-
+
&reftitle.constants;
&extension.constants;
@@ -386,12 +385,31 @@
- Gibt die Mindestprotokolversion an. Entweder
+ Gibt die Mindestprotokollversion an. Entweder
LDAP_OPT_X_TLS_PROTOCOL_SSL2,
LDAP_OPT_X_TLS_PROTOCOL_SSL3,
LDAP_OPT_X_TLS_PROTOCOL_TLS1_0,
- LDAP_OPT_X_TLS_PROTOCOL_TLS1_1 oder
- LDAP_OPT_X_TLS_PROTOCOL_TLS1_2.
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_1,
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_2 oder
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_3.
+
+
+
+
+
+ LDAP_OPT_X_TLS_PROTOCOL_MAX
+ (int)
+
+
+
+ Gibt die maximale Protokollversion an. Entweder
+ LDAP_OPT_X_TLS_PROTOCOL_SSL2,
+ LDAP_OPT_X_TLS_PROTOCOL_SSL3,
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_0,
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_1,
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_2 oder
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_3.
+ Verfügbar ab PHP 8.4.0.
@@ -1205,6 +1223,18 @@
+
+
+ LDAP_OPT_X_TLS_PROTOCOL_TLS1_3
+ (int)
+
+
+
+ Das TLS-1.3-Protokoll.
+ Verfügbar ab PHP 8.4.0.
+
+
+
diff --git a/reference/openssl/constants.xml b/reference/openssl/constants.xml
index 4d8e64cdc..ffb00d74d 100644
--- a/reference/openssl/constants.xml
+++ b/reference/openssl/constants.xml
@@ -1,5 +1,5 @@
-
+
@@ -85,6 +85,30 @@
+
+
+ X509_PURPOSE_OCSP_HELPER
+ (int)
+
+
+
+ Prüft das Zertifikat zur Verwendung als OCSP-Responder-Helfer.
+ Verfügbar ab PHP 8.4.0.
+
+
+
+
+
+ X509_PURPOSE_TIMESTAMP_SIGN
+ (int)
+
+
+
+ Prüft das Zertifikat zur Verwendung als vertrauenswürdiger Zeitstempel-Signierer.
+ Verfügbar ab PHP 8.4.0.
+
+
+
diff --git a/reference/session/constants.xml b/reference/session/constants.xml
index ea18f753e..9ec1b01c6 100644
--- a/reference/session/constants.xml
+++ b/reference/session/constants.xml
@@ -1,6 +1,5 @@
-
-
+
@@ -20,6 +19,11 @@
dieselbe ID, die auch von session_id zurückgegeben
wird.
+
+
+ Diese Konstante ist seit PHP 8.4.0 veraltet.
+
+
diff --git a/reference/soap/constants.xml b/reference/soap/constants.xml
index d2dd4067a..455e2d423 100644
--- a/reference/soap/constants.xml
+++ b/reference/soap/constants.xml
@@ -1,6 +1,5 @@
-
-
+
@@ -65,7 +64,9 @@
(int)
999
-
+
+ Seit PHP 8.4.0 veraltet.
+