+- Fixed `Phalcon\Annotations\AnnotationsFactory::newInstance("memory")` segfaulting the PHP process; the factory invokes `create_instance_params(definition, [options])`, passing an options array to the adapter constructor, but `Phalcon\Annotations\Adapter\Memory::__construct()` accepted no arguments. `Memory::__construct()` now accepts `array options = []` to match the `Apcu` and `Stream` sibling adapters [#16962](https://github.com/phalcon/cphalcon/issues/16962)
0 commit comments