Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| code:laravel:iis [2020/10/27 15:07] – [Configure IIS to run with Laravel] gerardorourke | code:laravel:iis [2021/05/15 20:22] (current) – [Install PHP with Microsoft SQL Drivers] gerardorourke | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * Reboot | * Reboot | ||
| * Rename php.ini-production -> php.ini | * Rename php.ini-production -> php.ini | ||
| + | |||
| + | * Download and install Microsoft Visual C++ Visual Studio 2017 (required for PHP on Windows) | ||
| + | *X64 | ||
| + | *https:// | ||
| + | * x86 (this is not needed - but here in case you are installing PHP 32 bit). | ||
| + | *https:// | ||
| * Enable php for SQL | * Enable php for SQL | ||
| Line 26: | Line 32: | ||
| * Uncomment the line: < | * Uncomment the line: < | ||
| * Uncomment the line: < | * Uncomment the line: < | ||
| + | * Uncomment the line: < | ||
| * Add the following lines at the end of the php.ini file: | * Add the following lines at the end of the php.ini file: | ||