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
365
365
- Phar:
366
366
. Added support for the unix timestamp extension for zip archives.
367
367
368
+ - PgSQL:
369
+ . Added pg_result_memory_size to get the visibility the memory used by a query result.
370
+
368
371
- POSIX:
369
372
. Added constant POSIX_SC_CHILD_MAX
370
373
. Added constant POSIX_SC_CLK_TCK
@@ -496,7 +499,6 @@ PHP 8.4 UPGRADE NOTES
496
499
3-parameter signature with a null $row parameter instead.
497
500
. Calling pg_field_is_null() with 2 arguments is deprecated. Use the
498
501
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.
500
502
501
503
- Random:
502
504
. lcg_value() is deprecated, as the function is broken in multiple ways.
You can’t perform that action at this time.
0 commit comments