zEitEr
Super Moderator
Hello,
The bug noticed on different servers, when having two versions of PHP.
CB 2.0 after PHP upgrade puts wrong extension_dir to the first PHP release (extension dir for PHP 5.4 into PHP 5.3, etc).
I have:
and
in
/usr/local/php53/lib/php.conf.d/directadmin.ini
Thus PHP 5.3. tries to load extensions built for PHP 5.4.
Instead of 5.3 and 5.4 there might be other PHP versions.
Please check it an fix it.
The bug noticed on different servers, when having two versions of PHP.
CB 2.0 after PHP upgrade puts wrong extension_dir to the first PHP release (extension dir for PHP 5.4 into PHP 5.3, etc).
I have:
Code:
php1_release=5.3
php1_mode=php-fpm
php2_release=5.4
php2_mode=fastcgi
and
Code:
extension_dir=/usr/local/php54/lib/php/extensions/no-debug-non-zts-20100525
in
/usr/local/php53/lib/php.conf.d/directadmin.ini
Thus PHP 5.3. tries to load extensions built for PHP 5.4.
Instead of 5.3 and 5.4 there might be other PHP versions.
Please check it an fix it.