Home  >  Article  >  Backend Development  >  Zend guard decryption module cannot be found?

Zend guard decryption module cannot be found?

WBOY
WBOYOriginal
2016-12-01 00:56:531159browse

Zend Guard Run-time support missing!

Open the web page and this is it. But I also downloaded zend’s decryption module and configured it
zend_extension=/usr/lib64/ZendGuardLoader.so

<code>zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
</code>

Zend guard decryption module cannot be found?

The server also showed that it was successfully installed, and php-fpm was also restarted. Why is the running module still missing?

Reply content:

Zend Guard Run-time support missing!

Open the web page and this is it. But I also downloaded zend’s decryption module and configured it
zend_extension=/usr/lib64/ZendGuardLoader.so

<code>zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
</code>

Zend guard decryption module cannot be found?

The server also showed that it was successfully installed, and php-fpm was also restarted. Why is the running module still missing?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn