mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix uouv in pg_put_copy_end()
Closes GH-18383.
This commit is contained in:
3
NEWS
3
NEWS
@@ -56,6 +56,9 @@ PHP NEWS
|
||||
- PDO Sqlite:
|
||||
. Fix memory leak on error return of collation callback. (nielsdos)
|
||||
|
||||
- PgSql:
|
||||
. Fix uouv in pg_put_copy_end(). (nielsdos)
|
||||
|
||||
- SPL:
|
||||
. Fixed bug GH-18322 (SplObjectStorage debug handler mismanages memory).
|
||||
(nielsdos)
|
||||
|
||||
@@ -6215,7 +6215,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