Skip to content

Instantly share code, notes, and snippets.

@ptcmariano
Created June 12, 2018 19:08
Show Gist options
  • Save ptcmariano/68e54e409c0a30fc07db70dde48c445e to your computer and use it in GitHub Desktop.
Save ptcmariano/68e54e409c0a30fc07db70dde48c445e to your computer and use it in GitHub Desktop.
php.ini 7.2.5 win laravel
;Directory in which the loadable extensions (modules) reside.
;http://php.net/extension-dir
;extension_dir = "./"
;On windows:
;extension_dir="C:\\xampp\\php725\\ext\\php_mysqli.dll"
extension_dir="C://xampp//php725//ext//"
extension=php_mysqli.dll
extension=php_openssl.dll
extension=php_mbstring.dll
extension=pdo_mysql
;/c/xampp/php725/php.exe -d extension_dir="C://xampp//php725//ext//" -d extension=php_mbstring.dll -d extension=php_mysqli.dll -d extension=php_openssl.dll composer.phar install -vv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment