Does ddev let me use php 7.3, it's currently return error. #8429
-
|
I was trying to test a legacy application that runs on versions under php 7.4. Setting 7.3 in the config.yaml resulted in the following error: Any guidance is appreciated, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @josesoaresif, PHP 7.3 is supported: https://docs.ddev.com/en/stable/users/configuration/config/#php_version This could be a temporary internet issue or a problem with VPN https://docs.ddev.com/en/stable/users/usage/networking/#corporate-packet-inspection-vpns-including-zscaler-and-global-protect Please provide the output of: so we can learn more about your setup. |
Beta Was this translation helpful? Give feedback.
-
|
Adding this reply to mark as answer: The |
Beta Was this translation helpful? Give feedback.
Adding this reply to mark as answer:
In this case I was merely missing an update on the DDEV binary, so after running the command for my installation (win + wsl2)
The
ddev startexecuted as expected, pulling the needed images and starting the containers successfully.Thanks for the help, it nudged me in the right direction.