Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

PHP 7.3 add support for Symfony 4 #38

Open
titomiguelcosta opened this issue May 27, 2019 · 2 comments
Open

PHP 7.3 add support for Symfony 4 #38

titomiguelcosta opened this issue May 27, 2019 · 2 comments

Comments

@titomiguelcosta
Copy link
Contributor

Unfortunately the extension simplexml is not available on version PHP 7.3, so I can not use the layer to run a Symfony 4 application. There are a few extensions that are required by Symfony 4. Could we support it, like you do for PHP 7.1?

So that you know, I was able to run it using PHP 7.1 by having a php.ini at the root of the project that enabled the needed extensions and after changing the cache and log dirs to use /tmp.

@titomiguelcosta titomiguelcosta changed the title Support for Symfony4 PHP 7.3 add support for Symfony 4 May 28, 2019
@txase
Copy link
Member

txase commented May 28, 2019

@titomiguelcosta Would you be able to investigate what it would take to install simplexml (and any other required extensions for Symfony?) in the build script for PHP 7.3? That's a piece of data we're missing to be able to drive this forward.

Thanks!

@titomiguelcosta
Copy link
Contributor Author

@txase I submitted the PR #39 that seems to fix the issue, let me know what you think

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants