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
Copy file name to clipboardExpand all lines: data/pages/support/requirement.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ ComboStrap is dependent on the following php extensions
32
32
| ''pdo_sqlite'' | Yes | Sqlite is the [[docs:analytics:database|database]] |
33
33
| ''mbstring'' | Yes | Multi-byte string permits to manage all [[docs:locale:lang|language]] |
34
34
| ''openssl'' | Yes | SSL for security reason and message digest |
35
-
| ''intl'' | No | the [[https://www.php.net/manual/en/book.intl.php|international module]] is used to retrieve the [[docs:locale:region|country]] of the server if not set. |
35
+
| ''intl'' | No | the [[https://www.php.net/manual/en/book.intl.php|international module]] is used to retrieve the [[docs:locale:region|country]] of the server if not set and to avoid `Class "IntlDateFormatter" not found`. |
36
36
| ''gd2'' | Yes | for [[:docs:content:vignette|vignette]] creation and [[docs:content:raster|raster image]] manipulation |
37
37
| ''xml'' | Yes | For the [[:docs:performance:svg_optimization|SVG optimization]] |
0 commit comments