Search results

  1. J

    Different PHP Cli interpretations by Custom Build commands

    Hi! The two commands below give two different installed CLI versions. ./build php n ./build update_versions The PHP settings in options.conf #PHP Settings php1_release=7.2 php1_mode=php-fpm php2_release=7.0 php2_mode=mod_php Outcomes with ./build php n # php -v PHP 7.2.3 (cli)...
  2. J

    Different PHP Cli interpretations by Custom Build commands

    Hi! The two commands below give two different installed CLI versions. ./build php n ./build update_versions The PHP settings in options.conf #PHP Settings php1_release=7.2 php1_mode=php-fpm php2_release=7.0 php2_mode=mod_php Outcomes with ./build php n # php -v PHP 7.2.3 (cli)...
  3. J

    Error installing default php.ini

    When trying to create the default php.ini with CustomBuild 2.0 I get the following error. # ./build php-ini File already exists: php-5.5.6.tar.gz MD5 Checksum on php-5.5.6.tar.gz passed. Found /usr/local/directadmin/custombuild/php-5.5.6.tar.gz Extracting ... ./build: line 4198: cd...
Back
Top