What's Changed
Security Patch 0.1 by zabojeb in https://github.com/zabojeb/phpgp/pull/4
* Disabling Core Dumps: Prevents memory dumps from being created on crashes.
* Set Process as Non-Dumpable: Restricts other processes from retrieving the memory of the current process.
* Lock Memory: Prevents a process from dumping memory to disk.
* Resource Limitation: Limits the number of open files and processes/threads to prevent DoS attacks.
**Full Changelog**: https://github.com/zabojeb/phpgp/compare/v0.1.0...v0.2.0