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 <bj...@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

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to