I have to use a custom stream wrapper to load php scripts from an Sqlite database.. With Phalcon 1.3, I have to patch "phalcon_require_ret" function in "phalcon.c" and add "MyCustomStreamWrapperName://" to "require_path" to use my custom stream wrapper.. With phalcon 2.0 , Is there a better way (without patching and rebuilding Phalcon) to use custom stream wrappers to load php scripts from custom storages??