Closed smcjones closed 6 years ago
Both assertions in this test fail:
$this->assertTrue(function_exists('simplexml_load_file')); $this->assertTrue(function_exists('mime_content_type'));
When I add ext-simplexml and ext-fileinfo and re-compile, it succeeds.
Similarly, would be nice to have ext-mysqli installed but I can just add that in a custom build.
Hi @smcjones,
You can open a PR to add this missing exts ;)
BR
Sure thing!
Thx for contribution.
Both assertions in this test fail:
When I add ext-simplexml and ext-fileinfo and re-compile, it succeeds.
Similarly, would be nice to have ext-mysqli installed but I can just add that in a custom build.