Re: svn: /php/php-src/branches/PHP_5_3/ext/pgsql/ pgsql.c

From: Date: Thu, 11 Mar 2010 19:55:59 +0000
Subject: Re: svn: /php/php-src/branches/PHP_5_3/ext/pgsql/ pgsql.c
References: 1  Groups: php.cvs 
Request: Send a blank email to php-cvs+get-62020@lists.php.net to get a copy of this message
hi Hannes,

Please don't fix what has been broken by this commit, it will be
reverted (from this branch).

Cheers,

On Thu, Mar 11, 2010 at 8:50 PM, Hannes Magnusson <bjori@php.net> wrote:
> bjori                                    Thu, 11 Mar 2010 19:50:04 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=296086
>
> Log:
> Fix build (see r296062)
>
> Changed paths:
>    U   php/php-src/branches/PHP_5_3/ext/pgsql/pgsql.c
>
> Modified: php/php-src/branches/PHP_5_3/ext/pgsql/pgsql.c
> ===================================================================
> --- php/php-src/branches/PHP_5_3/ext/pgsql/pgsql.c      2010-03-11 19:28:44 UTC (rev 296085)
> +++ php/php-src/branches/PHP_5_3/ext/pgsql/pgsql.c      2010-03-11 19:50:04 UTC (rev 296086)
> @@ -3303,7 +3303,7 @@
>
>        tbytes = 0;
>        while ((nbytes = lo_read((PGconn *)pgsql->conn, pgsql->lofd, buf,
> PGSQL_LO_READ_BUF_SIZE))>0) {
> -               php_body_write(buf, nbytes TSRMLS_CC);
> +               PHPWRITE(buf, nbytes);
>                tbytes += nbytes;
>        }
>        RETURN_LONG(tbytes);
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org


Thread (6 messages)

« previous php.cvs (#62020) next »