Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created November 13, 2017 12:57
Show Gist options
  • Select an option

  • Save thiagosf/50737c6c4dcb42ce8d5addc1e289d068 to your computer and use it in GitHub Desktop.

Select an option

Save thiagosf/50737c6c4dcb42ce8d5addc1e289d068 to your computer and use it in GitHub Desktop.
Resolução para instalar php-mbstring no Ubuntu 16.04
sudo apt-add-repository ppa:ondrej/php
sugo apt-get update
sudo apt-get install php7.0-mbstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment