mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
reenable pg_execute E_WARNING
This commit is contained in:
parent
4ca3df56d3
commit
cdbe8b4fd8
@ -1520,6 +1520,7 @@ PHP_FUNCTION(pg_execute)
|
||||
case PGRES_BAD_RESPONSE:
|
||||
case PGRES_NONFATAL_ERROR:
|
||||
case PGRES_FATAL_ERROR:
|
||||
PHP_PQ_ERROR("Query failed: %s", pgsql);
|
||||
PQclear(pgsql_result);
|
||||
RETURN_FALSE;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user