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

From: Date: Thu, 11 Mar 2010 20:06:26 +0000
Subject: Re: svn: /php/php-src/branches/PHP_5_3/ext/pgsql/ pgsql.c
References: 1 2  Groups: php.cvs 
Request: Send a blank email to php-cvs+get-62021@lists.php.net to get a copy of this message
I cannot see any possible reasons why the build has to be broken.
If it should be reverted then go for it, until then we would like to
be able to build PHP.

-Hannes

On Thu, Mar 11, 2010 at 20:55, Pierre Joye <pierre.php@gmail.com> wrote:
> 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
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


Thread (6 messages)

« previous php.cvs (#62021) next »