@if ($memoryLimitMB !== -1 && $memoryLimitMB !== 0 && $memoryLimitMB <= 64)

Low PHP Memory Limit

The installer detected that the server PHP memory limit is set to {{ $memoryLimitRaw }}. It's strongly recommended to increase the memory limit to at least 128M to avoid any failures during installation or while using the CRM.

When logged-in to the server control panel, perform a search for e.q. "PHP settings", "Select PHP Version", "PHP INI Editor", or "PHP Options" or any other related options for your control panel in order to increase the memory limit, or consult with your hosting provider to do this for you.

@endif

PHP Version

Required PHP Version Current
>= {{ $php['minimum'] }} @if ($php['supported']) @include('installer.passes-icon') @endif {{ $php['current'] }}

Required PHP Extensions

@foreach ($requirements['results']['php'] as $requirement => $enabled) @endforeach
Extension Enabled
{{ $requirement }} @if ($enabled) @include('installer.passes-icon') @endif {{ $enabled ? 'Yes' : 'No' }}

Recommended PHP Extensions

@foreach ($requirements['recommended']['php'] as $requirement => $enabled) @endforeach
Extension Enabled
{{ $requirement }} @if ($enabled) @include('installer.passes-icon') @endif {{ $enabled ? 'Yes' : 'No' }}

Required PHP Functions

@foreach ($requirements['results']['functions'] as $function => $enabled) @endforeach
Function Enabled
{{ $function }} @if ($enabled) @include('installer.passes-icon') @endif {{ $enabled ? 'Yes' : 'No' }}