Zend Optimizer not loading!

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Zend Optimizer not loading!

Postby dev4me » 20. June 2006 02:29

Hi
this is what I have in my php.ini in my
c:\program files\xampp\apache\bin folder
Why isn't my zend optimizer working?

Code: Select all
[Zend]
zend_extension_ts = "C:\Program Filesxampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "C:\Program Files\\xampp\php\zendOptimizer\lib\Optimizer"
zend_optimizer.enable_loader = 1
zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:


What am i doing wrong ?
I'm apparently still getting the:
Zend Optimizer not installed

This file was encoded by the Zend Encoder / Zend SafeGuard Suite

In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later.
What is the Zend Optimizer?

The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster.

In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.

The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine.
[/code]
dev4me
 
Posts: 1
Joined: 20. June 2006 02:05

Postby Wiedmann » 20. June 2006 12:00

this is what I have in my php.ini in my

These are the original entries without changes from you? (So I thnink you are using the installer version of XAMPP and not the ZIP or 7Zip-EXE)

Code: Select all
[Zend]
zend_extension_ts = "C:\Program Filesxampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "C:\Program Files\\xampp\php\zendOptimizer\lib\Optimizer"

The paths are not correct:
Code: Select all
[Zend]
zend_extension_ts = "C:\Program Files\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "C:\Program Files\xampp\php\zendOptimizer\lib\Optimizer"

After the change and Apache restart, please look first in phpinfo() if the Optimizer is active now.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 209 guests