-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP version upgrade / Upnp script error with XMLReader #89
Comments
I tried building my own image from the Dockerfile so I can try updating it to php8 but it stalls around |
i'm going to update docker to php8.1 now as 7.4 is on the way out soon |
also, here are the docker examples. i'll probably include that in the docker repo too |
All docker tags are php8.1 now |
Thanks, I've been giving it a try but run into the issue in #90. |
I have been trying to get DLNA working with a docker container (happy to share more on this as it's not trivial to get the networking right).
While debugging I found:
This is related to
XMLReader is not static until PHP 8.
I've tried using the instance instead of static call; the error is fixed but I'm still getting no listings on the client, so I'll give the updated PHP version a try.When I change the line to$result = $reader->XML($prmRequest);
everything works, so the container just needs upgrading to PHP8.The text was updated successfully, but these errors were encountered: