php5
Brought to you by:
dstogov
this patch make mmcache more stable with php5.
- class can now inherit internal class (like Exception)
- fix memory leak (zend_class_entry->default_properties)
and, I attach small source(dprint.c) for debug. It writes
zend_op_array structure returned by compiler & compiler
globals with diffrent filename for first request and
cached request under "/tmp/__mc/*"
patch & debug file