Expecting a compatible version of this module for Drupal 11.
I have set the below configs in settings.php,
$conf['reverse_proxy'] = TRUE;
$conf['reverse_proxy_addresses'] = array(
'127.0.0.1' // Localhost for dev environments.
);
Any solution?
Hi Frรฉdรฉric,
I have 2 PHP versions on my 2 laptops, one official(PHP 8.2) and one personal(PHP 8.1).
I downloaded the PHP MongoDB driver from https://pecl.php.net/package/mongodb
1.13.0 stable 2022-03-23 mongodb-1.13.0.tgz (1406.5kB) DLL
This DLL file if we have a look https://pecl.php.net/package/mongodb/1.13.0/windows the support is for the below versions, the latest is PHP 8.1, I am not able to find the DLL file for PHP version 8.2. I have downloaded the one which is marked in bold. This works on my personal laptop as I have PHP 8.1, but I do not have the DLL file for PHP version 8.2. So I require the DLL file for PHP version 8.2
PHP 8.1 8.1 Non Thread Safe (NTS) x64
8.1 Thread Safe (TS) x64
8.1 Non Thread Safe (NTS) x86
8.1 Thread Safe (TS) x86
PHP 8.0 8.0 Non Thread Safe (NTS) x64
8.0 Thread Safe (TS) x64
8.0 Non Thread Safe (NTS) x86
8.0 Thread Safe (TS) x86
PHP 7.4 7.4 Non Thread Safe (NTS) x64
7.4 Thread Safe (TS) x64
7.4 Non Thread Safe (NTS) x86
7.4 Thread Safe (TS) x86
preetam.chari โ created an issue.