History log of /php-src/ext/pgsql/tests/gh10672.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# c15988aa 06-Nov-2023 KentarouTakeda

ext/pgsql: Refactor tests (#12608)

This makes the tests independent of each other and allows them to be run in parallel.

Co-authored-by: Gina Peter Banyard <girgias@php.net>


# 5f357f34 23-Feb-2023 George Peter Banyard

Fix GH-10672 (pg_lo_open segfaults in the strict_types mode)

We need to use the proper ZPP qualifier for zend_string

Closes GH-10677