You should not touch the 5.1 branch during the release process without the permission of the release master.
--Wez. On 3/26/06, Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > yohgaki Mon Mar 27 02:59:55 2006 UTC > > Modified files: (Branch: PHP_5_1) > /php-src/ext/pgsql pgsql.c > Log: > remove pg_execute() E_WARNING error when query plan is not defined > > http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.10&r2=1.331.2.11&diff_format=u > Index: php-src/ext/pgsql/pgsql.c > diff -u php-src/ext/pgsql/pgsql.c:1.331.2.10 > php-src/ext/pgsql/pgsql.c:1.331.2.11 > --- php-src/ext/pgsql/pgsql.c:1.331.2.10 Mon Mar 13 22:56:20 2006 > +++ php-src/ext/pgsql/pgsql.c Mon Mar 27 02:59:55 2006 > @@ -20,7 +20,7 @@ > +----------------------------------------------------------------------+ > */ > > -/* $Id: pgsql.c,v 1.331.2.10 2006/03/13 22:56:20 helly Exp $ */ > +/* $Id: pgsql.c,v 1.331.2.11 2006/03/27 02:59:55 yohgaki Exp $ */ > > #include <stdlib.h> > > @@ -1520,7 +1520,6 @@ > 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; > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
