On Sat, 20 Jan 2001, Sascha Schumann wrote:

> > +PHP_FUNCTION(pg_lolseek) {
> > +   val **pgsql_lofp, **seek_offset, **seek_whence;
>     ^^^
> > +   gLofp *pgsql;
>     ^^^^^
> > +   long int offset;
> ..
> > +   ffset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd);
>     ^
> > +   ETURN_LONG (offset);
>     ^
>
>     Derick, this patch is completely broken.  I'll revert it for
>     now, so that the extension is going to compile again.

Strange, I compiled it at home, and it gave me no troubles, must be a
wrong regexp to replace spaces by tabs then. I'll look into it later.

Derick



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to