php / php-src

The PHP Interpreter
https://www.php.net
Other
38.15k stars 7.74k forks source link

Trying to run make test with php install of postgresql 17.0 #16608

Open benj12 opened 5 hours ago

benj12 commented 5 hours ago

Description

The following code:

make test

Resulted in this output (in my text file)

But I expected this output instead:

All test cases passed. 85/85

This is when installing postgresql with php using homebrew php_test_results_20241026_0620.txt

PHP Version

PHP 8.3.13

Operating System

MacOS Sequoia 15.0.1

devnexen commented 4 hours ago

cannot reproduce, does it still fail if you do sapi/cli/php ./run-tests.php ext/pgsql/tests/no_link_open.phpt ?

nielsdos commented 3 hours ago

Do you have pgsql loaded twice? E.g. by having it twice in your php.ini. Or by having it statically compiled and also having an entry in your php.ini?