mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Show 64-bit recommendation in check requirements CLI and server info page
This commit is contained in:
parent
cb7be460d7
commit
1e6065f732
3 changed files with 18 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
<td>Server Operating System</td>
|
||||
<td>{{ php_uname }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PHP Bit Size</td>
|
||||
<td>{{ php_bit_size }}-bit
|
||||
{% if php_bit_size < 64 %}<span class="text-warning">(32-bit PHP is affected by Year 2038 problem, and can not work with dates after 2038!)</span>{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Opcache enabled</td>
|
||||
<td>{{ helper.boolean_badge(php_opcache_enabled) }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue