Closed jaydipdave closed 9 years ago
Also sometimes:
zend_mm_heap corrupted
Overriding system class-methods is prohibited since they are shared between all PHP threads. When you redefine method in one thread other threads' behaviour is unpredictable.
Modified runkit_methods.c and removed all the restrictions to override system class and system functions. Compiled it working fine.
It also works fine, mostly. But sometimes, when frequently called, it give segmentation fault error.
My code below, I am using it with Cakephp framework.
Any solution?
Thanks, Jaydeep