1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix typos in Azure installation (#2334)

This commit is contained in:
Osvaldo Dias dos Santos
2023-03-02 19:32:48 +01:00
committed by GitHub
parent ab5ec7cab2
commit 5d591c30ae

View File

@@ -10,7 +10,7 @@
<para>PHP is already enabled for your Azure App Services web site automatically. In the Azure Portal, select your web site, and you can choose which version of PHP to use. You may want to choose a newer version than the default.
</para>
<para>As such, PHP and extensions will run on Azure App Services just as it will on other Windows servers.
<para>As such, PHP and extensions will run on Azure App Services just as they will on other Windows servers.
Much of the knowledgebase is also portable, so see the <link linkend="install.windows.troubleshooting">Windows Troubleshooting Page</link> too.
@@ -47,7 +47,7 @@
<sect2>
<title>Custom PHP Build</title>
<para>You may upload your own PHP build to your D:\Home (C:\ is NOT writable). Then in the Azure Portal, set SCRIPT_PROCESSOR for .php to the absolute path to php-cgi.exe file in your build.
<para>You may upload your own PHP build to your D:\Home (C:\ is NOT writable). Then in the Azure Portal, set SCRIPT_PROCESSOR for .php to the absolute path of the php-cgi.exe file in your build.
</para>
</sect2>