• info@bizmate.biz

phpbrew install php 7.2 with almost everything

phpbrew install php 7.2 with almost everything

$ phpbrew install 7.2 +everything -dtrace -pgsql -tidy

Might need to:

  1. apt-get install libedit-dev – https://github.com/phpbrew/phpbrew/issues/889
  2. apt-get install lcov – https://gist.github.com/mattparker/1f1e2ca54a60409f108e
  3. error: Cannot find libtidy – – https://therealmarv.com/installing-tidy-html5-on-ubuntu-first/ (could not find a fix)
  4. error: png.h not found – sudo apt-get install libpng-dev – https://stackoverflow.com/questions/36674667/png-h-file-not-found-linux
Bizmate