You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebird-devel
Hi.
I'm trying to use PHP 8.5.8 (php-fpm) and Firebird 5.0.3.1683 on macOS (Sequoia and Tahoe). When I try to connect to Firebird 5 from a PHP script using PDO, the PHP process simply terminates without any error messages. If I run the same script using “php-cgi -b” instead of php-fpm, everything works.
My question is: what’s happening with Firebird 5 when I try to connect to it from a PHP script via php-fpm? Why don’t connections to Firebird 5 work in php-fpm?
The php-fpm process backtrace files are attached to this message.