I've downloaded version 1.0.3 on https://pecl.php.net/package/imap, put it into <php-dir>/ext/php_imap.dll but whenever I check my php installation, it says:
php --version
PHP Warning: PHP Startup: imap: Unable to initialize module
Module compiled with module API=20230831
PHP compiled with module API=20240924
These options need to match
in Unknown on line 0
Warning: PHP Startup: imap: Unable to initialize module
Module compiled with module API=20230831
PHP compiled with module API=20240924
These options need to match
in Unknown on line 0
PHP 8.4.1 (cli) (built: Nov 20 2024 11:13:29) (ZTS Visual C++ 2022 x64)
Copyright (c) The PHP Group
Zend Engine v4.4.1, Copyright (c) Zend Technologies
with Xdebug v3.4.0beta1, Copyright (c) 2002-2024, by Derick Rethans
It says, version 1.0.3 is available for PHP Version: PHP 8.3.0 or newer which doesn't seem to.
Any help to fix this?
I've downloaded version 1.0.3 on https://pecl.php.net/package/imap, put it into
<php-dir>/ext/php_imap.dll
but whenever I check my php installation, it says:It says, version 1.0.3 is available for
PHP Version: PHP 8.3.0 or newer
which doesn't seem to. Any help to fix this?