php-src/ext/pgsql
Christoph M. Becker 1fcea24efb
Fix php_pgsql_fd_cast() wrt. php_stream_can_cast()
`php_stream_can_cast()` forwards to `_php_stream_cast()` with `ret` set
to `NULL`.  `php_pgsql_fd_cast()` needs to cater to that, because
otherwise the stream would report that it is not castable.

This *might* fix https://bugs.php.net/73903.

Closes GH-6888.
2021-04-20 18:29:12 +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 Fix php_pgsql_fd_cast() wrt. php_stream_can_cast() 2021-04-20 18:29:12 +02:00
php_pgsql.h Fix #79532: sizeof off_t can be wrong 2020-04-29 10:40:59 +02:00