-
-
Notifications
You must be signed in to change notification settings - Fork 645
Update php-versions role for PHP 7.2 support #1551
Conversation
xdebug doesnt compile.
Edit: Latest version is 2.5.5 (installed version is 2.5.0) but the changelog doesn't mention 7.2 support yet. I'll give it a try and see. |
The site install task failed with pretty much the longest stacktrace ever. Here's the first few lines:
|
Also latest XDebug (2.5.5) doesn't support PHP 7.2 yet. |
At least merging this in, since it can still be useful for testing (e.g. testing Drupal itself ;), and other things besides Drupal. |
Tried provisioning a new VM with php 7.2 and ran into:
Is this what @oxyc was facing above? EDIT: Seems like this is indeed the xdebug vs php 7.2 incompatibility issue, I removed xdebug from |
No description provided.