Skip to content

Instantly share code, notes, and snippets.

@inri13666
Created March 3, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inri13666/e0b29d0ac25f3a04602a82339fe90885 to your computer and use it in GitHub Desktop.
Save inri13666/e0b29d0ac25f3a04602a82339fe90885 to your computer and use it in GitHub Desktop.

####systeminfo | findstr /B /C:"OS Version" /C:"System Type" /C:"System Locale"

OS Version:                10.0.14393 N/A Build 14393
System Type:               x64-based PC
System Locale:             en-us;English (United States)

####php -i | findstr /B /C:"PHP Version" /C:"Architecture" /C:"Compiler" /C:"Configure Command" /C:"Zend Extension Build" /C:"Client API library version" /C:"PostgreSQL(libpq)"

PHP Version => 7.0.7
Compiler => MSVC14 (Visual C++ 2015)
Architecture => x64
Configure Command => cscript /nologo configure.js  "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared" "--with-oci8-12c=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--without-analyzer" "--with-pgo"
Zend Extension Build => API320151012,TS,VC14
PHP Version => 7.0.7
Client API library version => mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
PostgreSQL(libpq) Version => 9.5.1

####psql -V

psql (PostgreSQL) 9.3.14

####mysql --version

mysql  Ver 14.14 Distrib 5.5.16, for Win32 (x86)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment