Chassis / Xdebug

A Chassis extension to install and configure Xdebug on your server
0 stars 8 forks source link

502 Bad Gateway with PHP 7.3 #49

Closed BronsonQuick closed 5 years ago

BronsonQuick commented 5 years ago

If you change your Chassis configuration to PHP 7.3 and visit http://vagrant.local you will received a 502 Bad Gateway message.

johnbillion commented 5 years ago

Ah-ha, there isn't yet a stable version of Xdebug that supports PHP 7.3. https://xdebug.org/updates.php

BronsonQuick commented 5 years ago

@johnbillion Sorry for the delay on this! I think you should be all good now with my latest change. It'll install Xdebug v2.7.0rc1 with PHP 7.3. Let me know if you have any issues!

johnbillion commented 5 years ago

Cool! Thanks Bronson.