mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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
|
@ -77,6 +77,7 @@ class ToolsController extends AbstractController
|
|||
'php_version' => PHP_VERSION,
|
||||
'php_uname' => php_uname('a'),
|
||||
'php_sapi' => PHP_SAPI,
|
||||
'php_bit_size' => PHP_INT_SIZE * 8,
|
||||
'php_extensions' => [...get_loaded_extensions()],
|
||||
'php_opcache_enabled' => ini_get('opcache.enable'),
|
||||
'php_upload_max_filesize' => ini_get('upload_max_filesize'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue