My project is running on PHP-laravel(PHP 8.0) + vuejs. I'm trying to set up pdo Informix with PHP. Firstly, I tried using docker setup (including PHP 8.0, Nginx, MSSQL, Debian) and then I tried with wamp setup. I have set up IBM client SDK for both setups and neither did work for me. Below given is the setup information.
IBM Informix Client-SDK version-for windows: 4.50.FC8 IBM Informix Client-SDK version-for Linux Debian: clientsdk.4.10.FC15.linux-x86_64 PDO Informix version: PDO_INFORMIX-1.3.6
Hello friends, I'm using docker setup for the development, windows server 2019 hosting on IIS on the test and production.
- When tried with docker setup, the installation gets completed but while running the connection test it skips all 33 tests. It shows the pdo_informix.so extension in the PHP's ext directory but cannot succeed with the Informix DB connection.
- When I tried with wamp setup (which includes thread-safe dll) it worked for me but I couldn't apply it on test/production. Also, I tried installing PHP 8.1 on IIS which requires non-thread-safe dlls. I found this link [https://github.com/Aevis/php_pdo_informix] but was unable to find the non-thread-safe php_pdo_infomix.dll for PHP 8.1. If anyone can help me with the solution either with docker or with windows (non-thread safe dll) setup it would be a great help. I have tried almost all available links on stack overflow and other sites. I really appreciate any help you can provide.