Closed deleugpn closed 3 weeks ago
Out of curiosity, how did you install your version of PHP? I'm curious to understand the situations which would cause the extensions to not be installed.
hey @tiffany-taylor sorry I missed your message. Cleaning up my GitHub notifications I stumbled upon this. It's been a long time but given the timeframe, I assume I was using Docker with FROM alpine
and inside an Alpine container each PHP extension needs to be installed individually.
This is documented elsewhere (will be at https://doc.php.net/guide/local-setup.md soon).
When running
phd
to output the documentation locally I got the following warning:Then investigating the source of the message at https://github.com/php/phd/blob/master/phpdotnet/phd/Package/Generic/XHTML.php#L594-L598 I temporarily removed the
@
to get a better look at the underlying issue:Installing php openssl extension solved this issue.