
- Php maker windows server 2012 install#
- Php maker windows server 2012 driver#
You can test it by running php -v command and it should show you the version of PHP you are running. By doing this, you can use the php command throughout Command Prompt.
Optional: You can add the PHP executable to your environment variables. Php maker windows server 2012 install#
Since our OS is 64bit, use that version or you may get an incompatible error during install if you try to use the 32bit version.
Php maker windows server 2012 driver#
You will need to install the ODBC driver to work with the SQLSRV driver above. Look for the file name php_pdo_sqlsrv_7_nts_圆4.dll and move it to C:phpext folder. I will be using version 4.0 for this guide. extension_dir = “ext” (enable this if you’re going to use extensions). Because of its location, you many need to run your text editor (like Notepad) with admin permissions every time you need to make changes to the file. You will need to copy either the development or production. I usually leave version numbers as part of the folder name just in case I need to upgrade or run different versions. PHP 7.0: We will be using the 圆4 Non Thread Safe version since we will be running PHP in Fastcgi mode. Select the 圆4 or x86 depending on the architechture you are running. You need to install an extension called URL Rewrite. Check and see if there are any updates after you install IIS. Just continue to the next windows until it starts to install.
We will leave everything else to default values.Look for CGI under Web Server / Application Development.Under Server Roles, select Web Server (IIS).If it’s a brand new server, you will need to install and configure IIS.
Installing IISįirst thing is make sure every thing is up to date.
To do this, I will be using Windows Server 2012, IIS, and MSSQL Server 2012. My latest project required me to use the Laravel framework and use a MSSQL Server backend.