php-src/ext/pgsql
Christoph M. Becker 67f9b0b754 Fix #79532: sizeof off_t can be wrong
We have to actually determine the proper `SIZEOF_OFF_T`.
Interestingly, it is `4` on Windows x64.

We also have to prevent the redefinition in pg_config.h.  The clean
solution would likely be to not include pg_config.h at all, but that's
out of scope for BC reasons for now.
2020-04-29 10:40:59 +02:00
..
tests Try to make 17result.php more robust 2019-06-04 12:18:21 +02:00
config.m4 Remove HAVE_PQPUTCOPYEND 2019-07-22 16:05:26 +02:00
config.w32 Remove HAVE_PQPUTCOPYEND 2019-07-22 16:05:26 +02:00
CREDITS
pgsql.c Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
php_pgsql.h Fix #79532: sizeof off_t can be wrong 2020-04-29 10:40:59 +02:00