This patch takes into account the PHP 8.0 internal API changes in
order to bring to php-spx a minimal / working PHP 8.0 support.
The PHP 8.0 support can indeed be improved, especially regarding some
new features like the JIT compiler, via the use of the new observer
API which can replace the legacy, hook-based, one for most use cases.
This patch takes into account the PHP 8.0 internal API changes in order to bring to php-spx a minimal / working PHP 8.0 support.
The PHP 8.0 support can indeed be improved, especially regarding some new features like the JIT compiler, via the use of the new observer API which can replace the legacy, hook-based, one for most use cases.
More details about the new observer API here: https://github.com/php/php-src/pull/5582