Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC
process as well as viewing a full list of RFCs please visit the RFC section.
This RFC proposes to change gc_collect_cycles into a hookable function pointer.
The goal is to allow extensions to hook into garbage collection for profiling.
Many other languages offer the ability to provide a method on a class which will be used when instances of that class are compared via comparison or equality op...