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
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 ...
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
$ 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.
Great. Thanks for you help.
James
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.
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.PHP Code:<?php
phpinfo();
?>
--Jason
Copyright © 2011 JaguarPC.com
Bookmarks