File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments