Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on zlib support in the Shared & Semi-Dedicated forum
I'm looking at a CMS and they say the following: YOU NEED MYSQL, XML AND ZLIB SUPPORT COMPILED/ENABLED IN YOUR PHP. The first two are ...

  1. #1
    JPC Member
    Join Date
    Sep 2001
    Posts
    12

    zlib support

    I'm looking at a CMS and they say the following:

    YOU NEED MYSQL, XML AND ZLIB SUPPORT COMPILED/ENABLED IN YOUR PHP.

    The first two are fine however I am not sure if JPC offer the zlib support. Can anyone confirm this please?

    James

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775

    Thumbs up

    $ whereis zlib
    zlib: /usr/share/man/man3/zlib.3.gz
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    JPC Member
    Join Date
    Sep 2001
    Posts
    12
    Great. Thanks for you help.

    James

  4. #4
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Actually, the reference Vin made is just to the manual for ZLib, not the actual library--but the library should be on the server somewhere, too.

    The easiest way to check for it (or anything that comes up as an option in php is to use the phpinfo() function. Just put it as the only thing in a PHP file and you'll get a long list of everything you ever wanted to know about PHP.

    PHP Code:
    <?php
        phpinfo
    ();
    ?>
    At the top of the file, you'll see a "Configure Command" wich shows the configuration options that were used when PHP was compiled. On my server, ZLib is the last thing in the list. Then, if you scroll down to about the middle of the page, you'll see a ZLIb section and some additional info about ZLib, such as the version of the library that is installed.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

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
  •