This object is in archive! 
Upvote 1

Zend Guard Loader 5.5 problem

Archived Filip Halaxa 11 years ago

Hello,


my setup is Windows 7, Apache 2.2, PHP 5.3.17 and Zend Guard Loader 5.5. Test probe reports problem at Zend Guard line. Main page gives me "Zend Guard Run-time support missing!" page. Zend Guard is properly installed in ext directory and with zend_extension=ZendLoader.dll line added in php.ini. Apache error.log says Failed loading ZendLoader.dll. Where is the catch?


Thank you.

Replies (7)

photo
1

We are not aware of such problem, but I think it's connected somehow with Windows 64 bits.. Please read this thread on official Zend forum

There are more discussions that could be found in Google, but possible reason is that you are using WAMP or XAMP packages of php, apache on Windows.

photo
1

I'm not using any package. But, you're right, I run 64bit system. I'll take a look at the link. Thank you.

photo
1

You are welcome

photo
1

The thread concerns TS and NTS builds of PHP. Neither TS nor NTS of PHP 5.3.17 seems to work with ZendGuard.dll though. Any other tips on the matter? Is it possible to run it on 64bit Windows 7?

photo
1

Hi, Filip

Make sure that "Thread Safety" attribute in phpinfo() is disabled.

In your php.ini file add the folowing line after extensions section declaration:

zend_extension=<full_path_including_drive_letter>\php_5\ext\ZendLoader.dll

I have attached you precompiled ZendLoader.dll for Windows 7 x64.

Don't forget to restart server and make sure that php.exe, php-win.exe, php-cgi.exe or php5.dll are not runned in process list.


Good luck!

photo
1

Thank you very much for your instantly provided effort. It turned out Apache does not play ball correctly with PHP NTS as a module even if it seems it does. When I set it up as fastcgi there is no problem. I had to keep TS module in apache for some compatibility issues with some websites I work on, but UR is handeled with fcgi and it works perfect. Thank you. Consider this problem solved.

photo
1

Filip,

Glad that you resolved the issue. Good luck with UseResponse and providing effective support :)

Replies have been locked on this page!