Skip to content

Instantly share code, notes, and snippets.

@tiagodavi
Created May 1, 2012 23:03
Show Gist options
  • Save tiagodavi/2572191 to your computer and use it in GitHub Desktop.
Save tiagodavi/2572191 to your computer and use it in GitHub Desktop.
php.ini
#remover o ; (caso exista) do início das linhas citadas.
#definir o path e liberar as extensões do MySQL e Curl.
; On windows:
extension_dir = "C:\nginx\php5.4\ext"
extension=php_curl.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment