Forum Moderators: coopster

Message Too Old, No Replies

PHP Zend

         

xxshadowxx

3:46 am on Apr 18, 2007 (gmt 0)

10+ Year Member



When I go to phpinfo() using a php file, I get (a section) are:

zend.ze1_compatibility_mode Off

Does this mean that zend isn't installed, or does it mean that its not enabled? And if its not enabled, how can I enable it?

jatar_k

12:40 pm on Apr 18, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



[php.net...]

end.ze1_compatibility_mode boolean

Enable 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

penders

9:58 pm on Apr 18, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



zend.ze1_compatibility_mode Off

I believe this is the default for PHP 5, which uses Zend Engine 2.