Forum Moderators: coopster
end.ze1_compatibility_mode booleanEnable compatibility mode with Zend Engine 1 (PHP 4). It affects the cloning, casting (objects with no properties cast to FALSE or 0), and comparing of objects. In this mode, objects are passed by value instead of reference by default.
all I know is what it says there in the manual
there's always this as well
[php.net...]
there might be better info in there somewhere