Closed Itatsi closed 1 year ago
This looks like it may be a local configuration issue. Can you try a basic connection without PHP? (isql -v -k "
the connection with php works perfectly. As you can see in the test script, the $stmt is executed successfully before curl. However, if curl returns an ssl error, the DB connection also terminates. I have only been able to reproduce this behaviour with ubntu 22.04.
So the issue isn't with PHP driver?
Close due to inactivity.
Hi^^ I hope I am in the right place with this question. I'm on Ubuntu 22.04 with php 8.1 and msodbcsql18. My sql connection is "disconnected?" if i get curl to produce an error with ssl.
Testscript:
Output:
do any of you have an idea what this could be?