Hello
I'm having an issue with PHP 8.3 and the IMAP module installed.
I`m using a PHP script that uses the IMAP module.
I installed the IMAP module on PHP 8.3.
I restarted the PHP 8.3 service.
When I`m using the PHP script, I receive an error:
Error: php-imap module not enabled on your server. Enable it from your cPanel or contact to your host provider.
The script is working fine with my PHP 8.0 (I`m using the same configuration settings for both PHP 8.0 and 8.3 ).
I reinstalled the IMAP module, but that did not solve the problem.
I contacted the script author, they checked, and they told me that the IMAP module is not installed.

I attached the php.ini that i`m using with the PHP 8.3
[ImageMagick]
extension = "imagick.so"
extension = /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/exif.so
extension = /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/fileinfo.so
extension = /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/imap.so