FirebirdSQL / php-firebird

Firebird PHP driver
Other
66 stars 15 forks source link

firebird ext and mac m1 error #54

Open sund1 opened 8 months ago

sund1 commented 8 months ago

mac m1 pro ventura 13.5.1

After running brew upgrade and changing the PHP (https://github.com/shivammathur/homebrew-php) version from 7.3.33_4 (Build Date Jan 21, 2023 07:29:21) to 7.3.33_7 (Build Date Sep 1, 2023 02:37:03) ICU4C version also changed from 72.1 to 73.2.

Now, the ibase_ functions are not working with nginx+php. I am getting the error: `[error] 580#0: 17 kevent() reported about a closed connection (54: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9073", host: "localhost".`

However, when I run the functions via terminal using php script.php, everything works fine. I tried changing the Firebird version to 5 (it was 3.0.10), but the same error persists.

What else can I try to resolve this issue?

sund1 commented 7 months ago

I resolved the problem this way https://github.com/shivammathur/homebrew-php/issues/2139