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
<td><code>Inphinit\Utility\Url</code> class and <code>Inphinit\Utility\Strings::toAscii</code> method will not work, to fix it, enable *Multibyte String* (optional)</td>
68
+
<td>Error</td>
69
+
</tr>
70
+
71
+
<tr>
72
+
<td><code>Inphinit\Utility\String</code> class will not work, to fix it, enable <code>iconv</code> (optional)</td>
73
+
<td>Error</td>
74
+
</tr>
75
+
76
+
<tr>
77
+
<td><code>Inphinit\Filesystem\File::mime</code> and <code>Inphinit\Filesystem\File::encoding</code> methods will not work, to fix it, enable <code>finfo</code> (optional)</td>
78
+
<td>Error</td>
79
+
</tr>
80
+
</tbody>
81
+
</table>
82
+
</div>
83
+
84
+
<p>Possible errors and suggestions that may appear in the production mode:</p>
85
+
86
+
<divclass="box">
87
+
<table>
88
+
<thead>
89
+
<tr>
90
+
<th>-</th>
91
+
<th>-</th>
92
+
</tr>
93
+
</thead>
94
+
<tbody>
95
+
<tr>
96
+
<td>Disable <code>display_errors</td>
97
+
<td>Error</td>
98
+
</tr>
99
+
</tbody>
100
+
</table>
101
+
</div>
102
+
103
+
<p>Possible errors and suggestions that may appear in the development mode:</p>
104
+
105
+
<divclass="box">
106
+
<table>
107
+
<thead>
108
+
<tr>
109
+
<th>-</th>
110
+
<th>-</th>
111
+
</tr>
112
+
</thead>
113
+
<tbody>
114
+
<tr>
115
+
<td>While your application is in development mode, it is recommended to disable <code>xcache.cacher</td>
116
+
<td>Advice</td>
117
+
</tr>
118
+
119
+
<tr>
120
+
<td>While your application is in development mode, it is recommended to disable <code>opcache.enable</td>
121
+
<td>Advice</td>
122
+
</tr>
123
+
124
+
<tr>
125
+
<td>While your application is in development mode, it is recommended to disable <code>wincache.ocenabled</td>
126
+
<td>Advice</td>
127
+
</tr>
128
+
129
+
<tr>
130
+
<td>While your application is in development mode, it is recommended to disable <code>apc.ocenabled</td>
131
+
<td>Advice</td>
132
+
</tr>
133
+
134
+
<tr>
135
+
<td>While your application is in development mode, it is recommended to disable <code>eaccelerator.ocenabled</td>
0 commit comments