pvandommelen

Results 3 issues of pvandommelen

When handling a lot of events during a longer process, php will run out of memory because all log messages are kept in memory. This is an issue for us...

**What is the current behavior?** When the dependencies given to the useAsync change, the promise factory is called and the exported `loading` will return true while the promise is not...

Php's statcache caches the results of some file functions like `is_file` or `filesize`. For the `visibility()` method, a `clearstatcache` is already used to clear this cache, but this is not...