You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:alt:Enabling the most recent PHP runtime from Azure Website Control Panel
@@ -147,13 +152,16 @@ Website repository.
147
152
Enabling the PHP intl Extension
148
153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
154
150
-
**The** ``intl`` **extension is now enabled by default. The following steps are no longer necessary.** You can check if the ``intl`` extension is enabled in the :phpfunction:`phpinfo` page.
155
+
**The** ``intl`` **extension is now enabled by default. The following steps are
156
+
no longer necessary.** You can check if the ``intl`` extension is enabled in the
157
+
:phpfunction:`phpinfo` page.
151
158
152
159
However if the ``intl`` extension is not enabled you can follow these steps.
153
160
154
-
This is the tricky part of the guide! To enable the ``intl`` extension, there is no need to upload
155
-
any DLL files as the ``php_intl.dll`` file already exists on Azure. In fact,
156
-
this file just needs to be moved into the custom website extension directory.
161
+
This is the tricky part of the guide! To enable the ``intl`` extension, there is
162
+
no need to upload any DLL files as the ``php_intl.dll`` file already exists on
163
+
Azure. In fact, this file just needs to be moved into the custom website
164
+
extension directory.
157
165
158
166
To get the ``php_intl.dll`` file under your ``site/wwwroot`` directory, simply
159
167
access the online **Kudu** tool by browsing to the following URL:
@@ -321,8 +329,9 @@ credentials, CSRF token protection, etc. These parameters come from the
321
329
:alt:Configuring Symfony global parameters
322
330
323
331
The most important thing in this article is to correctly set up your database
324
-
settings. You can get your MySQL database settings in the **Application settings** page. Simply click on the
325
-
**Show connection string values** link to make them appear.
332
+
settings. You can get your MySQL database settings in the **Application
333
+
settings** page. Simply click on the **Show connection string values** link to
0 commit comments