Need help installing Zend
I've installed the Zend Optimizer on my server running FreeBSD 4.8 using the command below but it isn't working.cd /usr/ports/devel/ZendOptimizer
make install distclean
I downloaded the file from zend.com and put it in /usr/ports/distfiles and the install looked like it went smooth. I then put the code in the php.ini file and restarted apache but my scripts are still saying it's not installed and just this is showing up in phpinfo().
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Can someone tell me what the problem is?