Skip to content

Commit 9b30f33

Browse files
committed
Fix UPGRADING by adding DBA constants
1 parent 18cd80c commit 9b30f33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADING

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ PHP 8.2 UPGRADE NOTES
231231

232232
- OpenSSL:
233233
. openssl_cipher_key_length(): Returns a key length for the supplied
234-
cipher.
234+
cipher.
235235

236236
- Reflection:
237237
. ReflectionFunction::isAnonymous()
@@ -400,6 +400,10 @@ PHP 8.2 UPGRADE NOTES
400400
. CURL_VERSION_UNICODE (libcurl >= 7.72.0)
401401
. CURL_VERSION_ZSTD (libcurl >= 7.72.0)
402402

403+
- DBA
404+
. DBA_LMDB_USE_SUB_DIR
405+
. DBA_LMDB_NO_SUB_DIR
406+
403407
- Filter
404408
. FILTER_FLAG_GLOBAL_RANGE
405409

0 commit comments

Comments
 (0)