mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
[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:
parent
ba321af07c
commit
d245bf12e7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user