reenable pg_execute E_WARNING

This commit is contained in:
Yasuo Ohgaki 2006-03-28 00:28:02 +00:00
parent 4ca3df56d3
commit cdbe8b4fd8

View File

@ -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;