> +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.

    - Sascha


-- 
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