Created
May 1, 2012 23:03
-
-
Save tiagodavi/2572191 to your computer and use it in GitHub Desktop.
php.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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