Maksym Denysenko

Results 10 comments of Maksym Denysenko

@BrianHenryIE Yep. It helps to me. Prefix just no need to these files.

@BrianHenryIE But prefixes incorrect for some files: ``` use Symfony\Component\Config\Exception\FileLocatorFileNotFoundException; use Symfony\Component\Config\Exception\LoaderLoadException; use Symfony\Component\Config\FileLocatorInterface; use Symfony\Component\Config\Loader\FileLoader as BaseFileLoader; use Symfony\Component\Config\Loader\Loader; use Symfony\Component\Config\Resource\GlobResource; use PluginName\Dependencies\Symfony\Component\DependencyInjection\ChildDefinition; use PluginName\Dependencies\Symfony\Component\DependencyInjection\ContainerBuilder; use PluginName\Dependencies\Symfony\Component\DependencyInjection\Definition; use PluginName\Dependencies\Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;...

@coenjacobs Sounds good. I'll test it this week. Thanks

Please, look at the `register_shutdown_function` function or `shutdown` hook before bumping the PHP minimal required version. Perhaps, it can cover the case more efficiently.

@barryhughes If the problem is only in the error handling in PHP5.6, then it can be processed via a shutdown callback. Approximately it looks: 1. Register an error handler. 2....

@barryhughes I don't, but I think about other WordPress websites. AS is part of the most popular WordPress plugins that still support PHP5.6. Also, WordPress still supports PHP5.6. I'm not...

Downgrade to `"goaop/framework": "2.1"` helped me

@enyo I have the same problem. I have two dropzone fields: - one for the `pdf` extensions, - the second for the `dxf` extensions I can choose a file for...