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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user