Couchbase PHP sdk error on CENTOS 7.7

Every thing is working fine i can access my app with is connected to couchbase through PHP sdk on CENTOS 7.7
i added couchbase extension and json extension both in php.ini file as mentioned in docs.but i am getting this warning message

A PHP Error was encountered

Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library ‘couchbase.so’ (tried: /opt/cpanel/ea-php72/root/usr/lib64/php/modules/couchbase.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/couchbase.so: undefined symbol: json_globals), /opt/cpanel/ea-php72/root/usr/lib64/php/modules/couchbase.so.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/couchbase.so.so: cannot open shared object file: No such file or directory))
Filename: Unknown
Line Number: 0
Backtrace:

sorry error is gone but now it says Message: Module ‘couchbase’ already loaded

Centos adding couchbase php sdk its self so you dont need to add it in php.ini file check your cpanels php modules. incase if someone face this issue in future