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
I am getting these errors when trying to build a PHP 8.1 local environment:
"Problem 1
- Root composer.json requires PHP extension ext-igbinary * but it is missing from your system. Install or enable PHP's igbinary extension.
Problem 2
- Root composer.json requires PHP extension ext-tidy * but it is missing from your system. Install or enable PHP's tidy extension."
And:
"Exception: Extension '{'configuration': {}, 'name': u'apcu'}' is unknown."
I am encountering these errors on my Intel iMac. I haven't tried on my Apple Silicon Macbook.
The text was updated successfully, but these errors were encountered:
I am getting these errors when trying to build a PHP 8.1 local environment:
"Problem 1
- Root composer.json requires PHP extension ext-igbinary * but it is missing from your system. Install or enable PHP's igbinary extension.
Problem 2
- Root composer.json requires PHP extension ext-tidy * but it is missing from your system. Install or enable PHP's tidy extension."
And:
"Exception: Extension '{'configuration': {}, 'name': u'apcu'}' is unknown."
I am encountering these errors on my Intel iMac. I haven't tried on my Apple Silicon Macbook.
The text was updated successfully, but these errors were encountered: