I am running PHP v4.3.1 and attempting to install Zend Optimizer v2.5.10a on a Win2k machine running IIS Web Server v5.0.
After installing Zend Optimizer, I receive the following error when executing a "@Zend" command (error also included at the bottom of phpinfo() command results after installation):
Failed loading C:\Program Files\Zend\Optimizer\lib\Optimizer-2.5.10\php-4.3.x\ZendOptimizer.dll
Other questions regarding this error message have resulted in permissions issues. The "Everyone" user has been granted full access to the entire Zend directory, and each individual file has been granted access as well, just to be sure. The error still persists. A FileMon trace was done on the system during an execution from the Web of my "@Zend" command, and there are no access denied or any other noticable file read/write failures. The error persists after re-install and download from other locations. The php.ini is definitely being loaded from the file Zend Optimizer was installed on, verified via FileMon.
An older install of Zend Optimizer (v2.5.7) did not produce this error, but the package I need Optimizer for requires v2.5.10a.
The php.ini paths have been confirmed via FileMon traces. The files are being read properly, but the Optimizer still returns this error.
I will be attempting to upgrade my version of PHP, thinking this is possibly a corrupt DLL for this version, but I would like a more viable solution for v4.3.1 and an explanation of why this error persists.
Thanks all.
After installing Zend Optimizer, I receive the following error when executing a "@Zend" command (error also included at the bottom of phpinfo() command results after installation):
Failed loading C:\Program Files\Zend\Optimizer\lib\Optimizer-2.5.10\php-4.3.x\ZendOptimizer.dll
Other questions regarding this error message have resulted in permissions issues. The "Everyone" user has been granted full access to the entire Zend directory, and each individual file has been granted access as well, just to be sure. The error still persists. A FileMon trace was done on the system during an execution from the Web of my "@Zend" command, and there are no access denied or any other noticable file read/write failures. The error persists after re-install and download from other locations. The php.ini is definitely being loaded from the file Zend Optimizer was installed on, verified via FileMon.
An older install of Zend Optimizer (v2.5.7) did not produce this error, but the package I need Optimizer for requires v2.5.10a.
The php.ini paths have been confirmed via FileMon traces. The files are being read properly, but the Optimizer still returns this error.
I will be attempting to upgrade my version of PHP, thinking this is possibly a corrupt DLL for this version, but I would like a more viable solution for v4.3.1 and an explanation of why this error persists.
Thanks all.