I have to test a php application on Windows 10 (version 20H2) with Apache 2.4.54 / PHP 8.1.9 (VS16 x64 Thread Safe) installed.
The informix-client-sdk-4.50.FC8 is installed and the INFORMIXDIR environment variable points to the Informix client SDK installation path.
In the PECL PHP PDO_INFORMIX page (https://pecl.php.net/package/PDO_INFORMIX), I cannot find the Windows dll version of the latest 1.3.6 version of the Informix driver.
In the changelog, I can see that the support for PHP 8.1 version has been added since the 1.3.5 version.
Do you know where I can download the php_pdo_informix.dll file (1.3.5 or 1.3.6) compatible with PHP 8.1.9 ?
I have tried with the php_pdo_informix-1.3.3-7.4-vc15-ts-x64.dll file located at https://github.com/flachglasschweiz/php_pdo_informix/tree/master/x64 but I always have the folling error messages:
At Apache startup: PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_informix' (tried: C:\php8\ext\pdo_informix (Le module sp\xc3\xa9cifi\xc3\xa9 est introuvable), C:\php8\ext\php_pdo_informix.dll (Le module sp\xc3\xa9cifi\xc3\xa9 est introuvable)) in Unknown on line 0
When the php tries to connect to the Informix database: error : could not find driver
Could you please help me?
Thanks and regards.