![]() |
| Zend Optimizer or Ioncube |
|
calidude
|
Hi all, I have a php classified the requires either Zend Optimizer or Ioncube running on the server. Anyone know if the linux servers have this running. I have the Linux web hosting account.
Thanks!! |
||||||||||||
|
|
|||||||||||||
|
nathacof
|
All of our new Linux servers have Zend Optimizer. If it's not working properly for your site, contact support and we can adjust your php.ini settings.
As far as ioncube goes, you can place the loaders in a directory under your webroot and we can setup a custom include_path to allow those files to load properly. |
||||||||||||
|
|
|||||||||||||
|
calidude
|
Ok, I got that part working but now I need to find out if GD Library is on the server. I have an application that uses it for image processing. Any Ideas?
Thanks Bob |
||||||||||||
|
|
|||||||||||||
|
nathacof
|
The best way to determine what your server supports is using PHP's built in function 'phpinfo()'
Create a test page like so:
Now save that page in a discrete location on your site. I always save mine as t.php for some reason or another, but that's up to you. Navigating to this page in your browser will reveal loads of information about you server's configuration. Searching for GD on this page ought to yield some results, you should see a section describing some of the basic features of the library. If not file a support request and if it's that important we can find a server with the necessary software to get you working correctly. If you really want to get fancy you can always move up to a VPS solution on which you can compile PHP to support any features you want. |
||||||||||||||
|
|
|||||||||||||||
| Zend Optimizer or Ioncube |
|
||
|


