Open
Description
Description
Experimenting with the sample embed sapi code and build instructions from the provided readme. I also have the tokenizer extension installed. The php cli sapi works just fine. And php -m
reports the tokenizer extension loaded. However, the embed sapi throws a warning about being unable to load tokenizer due to an undefined symbol, zend_ce_stringable
. I suspect other extensions that utilize this class will also fail to load in the same way.
Any ideas what am I missing here? This might not be a bug (apologies if not), but I'm just not seeing what isn't being loaded to make tokenizer happy. Feels like a bug or a documentation oversight. Will poke at it some more tomorrow.
FreeBSD main, PHP 8.1.10
PHP Version
PHP 8.1.10
Operating System
FreeBSD main