Hello,
I want to install zend optimizer but can not seem to do it. Anyone get this to work?
My php info() does not even show correct apache info.
Any tips are great.
Thanks
Hello,
I want to install zend optimizer but can not seem to do it. Anyone get this to work?
My php info() does not even show correct apache info.
Any tips are great.
Thanks
Jay,
zend install on win32 is cake. i've never done the zend install on *nix, but it should be a little more involved than win32.
what is your platform and ver, webserver, etc...? with this info you'll get a better reply.
:wq
Actually, it's the same as on Windows. Read the pdf that comes packaged with Zend optimizer...it gives step by step instructions. Only way you couldn't get it is if you can't read. ;-)
Tyler
Yea, I was looking to install on my RedHat boxes.
Seems to be damn near impossible for some reason.
I know how to read just fine.
I did what it said, amend the php.ini and it does not show.
I amended the correct php.ini as there is only 1 in my whole system.
Just trying to see if anyone else had some problems and overcame them.
I installed Zend Optimizer on my RedHat
Linux system with absolutely no problems.
What I added to the php.ini file was
[Zend Optimizer]
zend_optimizer.optimization_level=15
zend_extension="/usr/local/lib/ZendOptimizer.so"
zend_loader.enable=Off
and phpinfo() displays everything as it
should.
This is the same as for the Win32 platform.
make sure your phpinfo script is written correctly:
<head></head>
<body>
<?php
phpinfo ();
?>
</body>
i don't know what the other variables are for linux, so... if this does not work, then you should rm -r (or whatever the redhat commands are) the whole package and try to redo it... compile it with gcc.
i opted to do it on the win32 because that is the platform i can use at home, on my external web server, and on my internal webservers... i do have it installed on a solaris machine too, but that is only a test machine...
good luck!
:wq
You know, I have not tried to install ZO in months.
I just went back and it worked.
Perhaps I was doing wrong php.ini before as it was on old system that sucked ass.
Thanks everyone!
Now to try this encoder thing. Anyone try that?