We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba321af commit d245bf1Copy full SHA for d245bf1
UPGRADING
@@ -365,6 +365,9 @@ PHP 8.4 UPGRADE NOTES
365
- Phar:
366
. Added support for the unix timestamp extension for zip archives.
367
368
+- PgSQL:
369
+ . Added pg_result_memory_size to get the visibility the memory used by a query result.
370
+
371
- POSIX:
372
. Added constant POSIX_SC_CHILD_MAX
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
- . Added pg_result_memory_size to get the visibility the memory used by a query result.
502
503
- Random:
504
. lcg_value() is deprecated, as the function is broken in multiple ways.
0 commit comments