I ran Custombuild (2.0) yesterday to update everything, including php5.6 and php7.0. Everything seemed to have gone well, except that this line ended up uncommented in /usr/local/php56/lib/php.ini:
As this is CentOS 6.6, it obviously resulted in:
Is this a bug in Custombuild?
Code:
extension=php_openssl.dll
As this is CentOS 6.6, it obviously resulted in:
Code:
NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php56/lib/php/extensions/no-debug-non-zts-20131226/php_openssl.dll' - /usr/local/php56/lib/php/extensions/no-debug-non-zts-20131226/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Is this a bug in Custombuild?