Looking at GitHub projects, there are often #php projects with rapidly increasing stars mainly among Chinese-speaking people, so perhaps there is a place where they form an internet community, but where on earth is it?
For me, English and Chinese are equal in terms of being hard-to-read foreign languages anyway, so I would rather like to gather information from both.
This is: - [X] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadshe...
Thanks to a conversation with @alessandrolai , Reli 0.11.0 is now able to get the breakdown of the memory usage in the target #php process when memory_limit violations occurred, including the true call trace and its local variables. Thanks for spending the time to talk to a weirdo!
https://github.com/reliforp/reli-prof/pull/384
This code will probably win the 'dumbest #php code of the year I've written this year' award.
A memory_limit violation is a fatal error. It cannot be catched as an exception from user scripts. As the shutdown handlers are invoked even on fatal errors, we often use the combination of registe...