[DOC-CVS] [doc-en] master: Add PHP 8.4.0 changelog entries for Session and LDAP pages (#5366)

[email protected] (Louis-Arnaud via GitHub) Wed, 10 Jun 2026 19:47:46 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Louis-Arnaud (lacatoire)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-06-10T21:47:43+02:00

Commit: https://github.com/php/doc-en/commit/ca23605a1c0e46b9ec85975c6387528c32a7087f
Raw diff: https://github.com/php/doc-en/commit/ca23605a1c0e46b9ec85975c6387528c32a7087f.diff

Add PHP 8.4.0 changelog entries for Session and LDAP pages (#5366)

* Add PHP 8.4.0 changelog entries for Session and LDAP pages

Add missing 8.4.0 changelog entries to document:
- session_set_save_handler: >2 arguments signature deprecated
- ldap_connect: >2 arguments signature deprecated

Changed paths:
  M  reference/ldap/functions/ldap-connect.xml
  M  reference/session/functions/session-set-save-handler.xml


Diff:

diff --git a/reference/ldap/functions/ldap-connect.xml b/reference/ldap/functions/ldap-connect.xml
index a387dea5b3ec..d527d6803146 100644
--- a/reference/ldap/functions/ldap-connect.xml
+++ b/reference/ldap/functions/ldap-connect.xml
@@ -103,6 +103,13 @@
      </row>
     </thead>
     <tbody>
+     <row>
+      <entry>8.4.0</entry>
+      <entry>
+       Calling <function>ldap_connect</function> with more than
+       two arguments is now deprecated.
+      </entry>
+     </row>
      <row>
       <entry>8.3.0</entry>
       <entry>
diff --git a/reference/session/functions/session-set-save-handler.xml b/reference/session/functions/session-set-save-handler.xml
index df236687084b..7c00c2d8ae65 100644
--- a/reference/session/functions/session-set-save-handler.xml
+++ b/reference/session/functions/session-set-save-handler.xml
@@ -271,6 +271,30 @@
   </para>
  </refsect1>
 
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.4.0</entry>
+      <entry>
+       Calling <function>session_set_save_handler</function> with more
+       than two arguments is now deprecated.
+       Use the two argument signature instead.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>