ZF2-439: Zend\Filter\Encrypt should not rely on include_path
Description
Currently, Zend\Filter\Encrypt uses stream_resolve_include_path to determine, whether an encryption adapter exists. If include_path is not set, this fails. Unless include_path is mandatory setting for Zend Framework, this should be changed to file_exists or similar.
Comments
Posted by Sascha-Oliver Prolic (prolic) on 2012-08-02T13:01:03.000+0000
see: https://github.com/zendframework/zf2/pull/2092