1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix uouv in pg_put_copy_end()
This commit is contained in:
Niels Dossche
2025-04-21 17:47:55 +02:00

View File

@@ -6260,7 +6260,7 @@ PHP_FUNCTION(pg_put_copy_end)
{
zval *pgsql_link;
pgsql_link_handle *link;
zend_string *error;
zend_string *error = NULL;
char *err = NULL;
ZEND_PARSE_PARAMETERS_START(1, 2)