On 29.12.2018 at 00:59, Stanislav Malyshev wrote:
> If this extension were not enabled by default and required explicit
> enabling action to build - that's fine, if you did it, we assume you
> know what you're doing enough to assume the risk. But if it's present
> and enabled by default in a commo
Hello internals,
the Zend Engine (the Zend directory in the php-src) had until many
versions ago option for a standalone built without PHP extensions,
TSRM and other PHP core parts.
Once this was possible:
cp -r /path/to/php-src/Zend /path/to/zend-engine
cd /path/to/zend-engine
./buildconf && ./c