Skip to content

Commit 71d5ca4

Browse files
committed
Merge branch 'PHP-8.4'
2 parents db29dfe + 31335ad commit 71d5ca4

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Removed configuration variables:
2222

2323
* ASPELL_ROOT
2424
* CCLIENT_ROOT
25-
* GDBM_ROOT
2625
* KERBEROS_ROOT
27-
* PHP_EXT_DBA_GDBM
2826
* PHP_EXT_IMAP
2927
* PHP_EXT_IMAP_KERBEROS
3028
* PHP_EXT_IMAP_SHARED

cmake/ext/dba/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ Enable the legacy (original) Berkeley DB style (Database Manager) handler.
6666
6767
Enable the bundled flat-file DBA handler.
6868
69-
## PHP_EXT_DBA_GDBM
70-
71-
:red_circle: *Removed as of PHP 8.4.*
72-
73-
* Default: `OFF`
74-
* Values: `ON|OFF`
75-
76-
Enable the GNU dbm (GDBM) handler.
77-
7869
## PHP_EXT_DBA_INIFILE
7970
8071
* Default: `ON`

docs/cmake/configuration.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,16 +1208,13 @@ A list of Autoconf `configure` command-line configuration options, Windows
12081208
<tr>
12091209
<td>&emsp;--without-gdbm</td>
12101210
<td>N/A</td>
1211-
<td>PHP_EXT_DBA_GDBM=OFF (PHP &lt;= 8.3)</td>
1211+
<td>N/A</td>
12121212
<td>default</td>
12131213
</tr>
12141214
<tr>
12151215
<td>&emsp;--with-gdbm[=DIR]</td>
12161216
<td>N/A</td>
1217-
<td>
1218-
PHP_EXT_DBA_GDBM=ON (PHP &lt;= 8.3)<br>
1219-
[GDBM_ROOT=DIR] (PHP &lt;= 8.3)
1220-
</td>
1217+
<td>N/A</td>
12211218
<td></td>
12221219
</tr>
12231220
<tr>

docs/cmake/ext/dba.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ Enable the legacy (original) Berkeley DB style (Database Manager) handler.
6868

6969
Enable the bundled flat-file DBA handler.
7070

71-
## PHP_EXT_DBA_GDBM
72-
73-
:red_circle: *Removed as of PHP 8.4.*
74-
75-
* Default: `OFF`
76-
* Values: `ON|OFF`
77-
78-
Enable the GNU dbm (GDBM) handler.
79-
8071
## PHP_EXT_DBA_INIFILE
8172

8273
* Default: `ON`

0 commit comments

Comments
 (0)