From: Yasuo Ohgaki Date: Mon, 27 Mar 2006 02:59:55 +0000 (+0000) Subject: remove pg_execute() E_WARNING error when query plan is not defined X-Git-Tag: php-5.1.3RC2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82376269fd9f58d650d48743b1a01f1db38162c2;p=php remove pg_execute() E_WARNING error when query plan is not defined --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 60cd217757..34d34f4449 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1520,7 +1520,6 @@ 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;