Skip to content

Commit d245bf1

Browse files
jrfnlTimWolla
authored andcommitted
[skip ci] 8.4 | UPGRADING: move new function to correct section
The `pg_result_memory_size()` function is a new feature, not a deprecated feature.
1 parent ba321af commit d245bf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

UPGRADING

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ PHP 8.4 UPGRADE NOTES
365365
- Phar:
366366
. Added support for the unix timestamp extension for zip archives.
367367

368+
- PgSQL:
369+
. Added pg_result_memory_size to get the visibility the memory used by a query result.
370+
368371
- POSIX:
369372
. Added constant POSIX_SC_CHILD_MAX
370373
. Added constant POSIX_SC_CLK_TCK
@@ -496,7 +499,6 @@ PHP 8.4 UPGRADE NOTES
496499
3-parameter signature with a null $row parameter instead.
497500
. Calling pg_field_is_null() with 2 arguments is deprecated. Use the
498501
3-parameter signature with a null $row parameter instead.
499-
. Added pg_result_memory_size to get the visibility the memory used by a query result.
500502

501503
- Random:
502504
. lcg_value() is deprecated, as the function is broken in multiple ways.

0 commit comments

Comments
 (0)