Results 1 to 3 of 3

Thread: php zend?

  1. #1
    Join Date
    Aug 2006
    Posts
    79
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default php zend?

    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?

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    This:
    zend.ze1_compatibility_mode Off
    means that zend compatibility mode is turned off (or disabled) in your php.ini file. To re-enable it, you need to go into your php.ini file and change "Off" to "On". If you do not run your server, you will need to talk to your webhost about this.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    To know more about zend.ze1_compatibility_mode have a look at this

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •