[Gllug] Zend optimizer.

Simon Stewart sms at lateral.net
Fri Oct 26 10:44:19 UTC 2001


On Fri, Oct 26, 2001 at 06:45:32AM +0100, Hari at pillai.co.uk wrote:
> HI All,
>     Any one in the group using zend-optimizer ( www.zend.com). I get a
> segmentation fault, I tried it on Mandrake 8.0/8.2. The apache / php
> were installed as outof the box from the mandrake installation cd. Do I
> have to re-compile Apache or php? ( Apache is working fine with perl
> scripts I have written..). How can I check?.
> thanks in advance

I used it a while back on Solaris, but the principles remains
valid. The main gotcha is making sure you get the right version of the
Zend optimiser for your version of PHP. Then it's just a matter of
unpacking it and following the installation instructions (which, from
memory was to edit the php.ini file and restart apache) You shouldn't
need to recompile anything.

One of the easiest ways to figure out which versions of the software
you have to is to create a page along the lines of:

<html>
  <head><title>PHPinfo</title></head>
  <body>
    <? phpinfo(); ?>
  <body>
</html>

and reading the interesting values from there. When the Optimiser is
up and running, it'll add an entry to the phpinfo.

Have you have a look at the APC? Last time I tried it, the thing
compiled but wouldn't run, although this was on Solaris. Sent back the
patches I had to make to get the thing compiling, but don't know if
they were ever included. In any case, that was a while ago, and it
looked like an interesting and promising project:

http://apc.communityconnect.com/

Looking at the site, I fear that the project's not doing very
well....

Cheers,

Simon

-- 
"Jesus ate my mouse" or some similar banality.
        -- Megahal (trained on asr), 1998-11-06

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list