kom177
kom177
Will there be next release with PHP 8 support?
"PHP 8 is supported from Drupal 9.1.0" https://www.drupal.org/docs/understanding-drupal/how-drupal-9-was-made-and-what-is-included/environment-requirements-of
I've stress-tested production site on PHP 8.0.3 and everything worked fine in a week (D9.1.10, D9.2.0 and D9.2.2, core-recommended project with more than 50 contrib modules). But Drush is configured...
What could we do manually to enable PHP 8 support?
Jeff, thanks, everything works! (For those who want to switch to PHP 8.0 - don't forget to replace files from release 6.0.4 to very last dev version in provisioning folder).
@TipiT 1. Download latest drupalvm code https://github.com/geerlingguy/drupal-vm/archive/refs/heads/master.zip and use it as a whole, or replace your provisioning folder 2. Change in provisioning/roles/geerlingguy.php-versions/defaults/main.yml php_version: '7.4' to '8.0' 3. Change in your...
I've found the same issue on Ubuntu 20.04, Python 3.8 and Mapproxy 1.15.1. Is there any solution?
Sure [debug.txt.zip](https://github.com/hashicorp/vagrant/files/11913193/debug.txt.zip)
Any ideas? BTW: 'uninstall tool' for 2.3.7 version of Vagrant doesn't work on High Sierra too (terminal window doesn't open).
The method from the above link doesn't help. When I simply remove libiconv.2.dylib I get ``` ==> default: dyld: Library not loaded: @rpath/libiconv.2.dylib ==> default: Referenced from: /opt/vagrant/embedded/lib/libxml2.2.dylib ==> default:...