check here: https://forum.directadmin.com/threads/how-to-add-more-php-versions.59227/Please add support for more than 4 php versions in custombuild.
check here: https://forum.directadmin.com/threads/how-to-add-more-php-versions.59227/Please add support for more than 4 php versions in custombuild.
/usr/local/php74/bin/php -i | grep -i imagick
Cannot load the ionCube PHP Loader - it was built with configuration API320180731,NTS, whereas running engine is API320190902,NTS
PHP Warning: PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20180731
PHP compiled with module API=20190902
These options need to match
in Unknown on line 0
# ./build update_versions
Cannot load the ionCube PHP Loader - it was built with configuration API320180731,NTS, whereas running engine is API320190902,NTS
Zend OPcache requires Zend Engine API version 320180731.
The Zend Engine API version 320190902 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend OPcache.
this error tells that You are using php7.4 but trying to use Ioncube and opcache from php7.3. Disable them or use appropriate versions.Getting error with ionCube Loader:
Code:# ./build update_versions Cannot load the ionCube PHP Loader - it was built with configuration API320180731,NTS, whereas running engine is API320190902,NTS Zend OPcache requires Zend Engine API version 320180731. The Zend Engine API version 320190902 which is installed, is newer. Contact Zend Technologies at http://www.zend.com/ for a later version of Zend OPcache.
This is on CentOS 6, on CentOS 7 I don't see this.
They are It’s a note if you have customizations directly in exim.conf.The Update Exim configuration files in Update Software Config tab has tooltip that says customizations will be lost. Are these not preserved in the /etc/exim…..conf.custom files?
Hmm....I don't know why that configuration got traces to 7.3 version of ioncube. I removed that and this is now resolved. Thanks!this error tells that You are using php7.4 but trying to use Ioncube and opcache from php7.3. Disable them or use appropriate versions.
CB rev. 2422 needed to fix itIn new version the option "imap" and "psr " in section "PHP Extension Settings" don't save, checkboxes always have value "Select".