introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

How to use Zend with EasyPHP?



Posted by: peterg
July 15, 2010 04:12PM
I am trying to use Zend Optimizer with EasyPHP, I downloaded "Zend Optimizer 3.3.9 (32 bit)" from [www.zend.com], when installing it asked for php.ini folder, I choose. $EASYPHPINSTALLFOLDER/conf_files/.
Then it asked for apache root, I tried setting it to /www/ but it failed because it couldn't find httpd.conf, so I choose /www/ and it installed.

But i still get error: "Zend Optimizer not installed"

My conf_files/php.ini contains:

[Zend]
zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0"
zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll"

Both path exists.
I've done a search on this forum and also in google, but coulnd't find any info, can someone help me using Zend with EasyPHP?



Edited 1 time(s). Last edit at 07/15/2010 04:25PM by peterg.
Posted by: peterg
July 15, 2010 04:37PM
Looks like Zend cant run on php 5.3, why theres no version of easyphp with php 5.2?

UPDATE: tried old version of easyphp that comes with php5.2, and still didnt worked.

So I installed wampserver, and it worked without any extra config. it sucks that it wont work on EasyPHP.



Edited 1 time(s). Last edit at 07/15/2010 05:05PM by peterg.