[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.
This commit is contained in:
jrfnl 2024-08-14 10:37:34 +02:00 committed by Tim Düsterhus
parent ba321af07c
commit d245bf12e7

View File

@ -365,6 +365,9 @@ PHP 8.4 UPGRADE NOTES
- Phar:
. Added support for the unix timestamp extension for zip archives.
- PgSQL:
. Added pg_result_memory_size to get the visibility the memory used by a query result.
- POSIX:
. Added constant POSIX_SC_CHILD_MAX
. Added constant POSIX_SC_CLK_TCK
@ -496,7 +499,6 @@ PHP 8.4 UPGRADE NOTES
3-parameter signature with a null $row parameter instead.
. Calling pg_field_is_null() with 2 arguments is deprecated. Use the
3-parameter signature with a null $row parameter instead.
. Added pg_result_memory_size to get the visibility the memory used by a query result.
- Random:
. lcg_value() is deprecated, as the function is broken in multiple ways.