About Windows PHP5.3 cannot be installed Zend Optimizer

Source: Internet
Author: User
Because there is no way to install Zend Optimizer so I downloaded the zendloader I put in the Ext folder. And finally added the php.ini to the
[Zend.loader]
Zend_loader.enable=1
Zend_loader.disable_licensing=1
Zend_loader.obfuscation_level_support=3
Zend_loader.license_path=
zend_extension= "F:\LAMP\PHP\ext\ZendLoader.dll"


It's still not showing. I don't know what's wrong. Please, you know, thank you for your advice.


Reply to discussion (solution)

PHP 5.3 does not have Zend Optimizer, now the name is Zendguard

and Zendguard and Zend Optimizer encryption can not use each other, if you use Zend Optimizer encrypted files, you can only use up to PHP 5.2

PHP 5.3 does not have Zend Optimizer, now the name is Zendguard

and Zendguard and Zend Optimizer encryption can not use each other, if you use Zend Optimizer encrypted files, you can only use PHP 5.2. Yes, I got off the zendguard, but I put it in the Ext folder. Also in PHP config file add
[Zend.loader]
Zend_loader.enable=1
Zend_loader.disable_licensing=1
Zend_loader.obfuscation_level_support=3
Zend_loader.license_path=
zend_extension= "F:\LAMP\PHP\ext\ZendLoader.dll"
But look, there's no change in phpinfo.

Test #/usr/local/php/bin/php-z/usr/local/lib/zendguardloader.so can be successful

Generally speaking, the solution
1) re-configure with Apache and prefork mode, by default it is worker mode.
2) Add parameter for PHP configure
--disable-maintainer-zts
--disable-safe-mode

Other references, Linux under such configuration generally no problem

Http://support.godaddy.com/help/article/6893/using-zend-guard-loader

Other references, Linux under such configuration generally no problem

Http://support.godaddy.com/help/article/6893/using-zend-guard-loader
Brother, you are so abstruse, I can't understand. Could you give me a little bit of an explanation of the people? The novice is powerless, thanks.

Under Windows The installation is small, I looked under Windows Zend Guard does not support the thread-safe version, so your PHP must be non-thread-safe, you need to choose Non thread safe this version of PHP.

And as if Apache does not support non Thread safe's "php5apache2_4.dll", need to use fastcgi

You can also use IIS or Nginx to do the HTTP server.

Under Windows The installation is small, I looked under Windows Zend Guard does not support the thread-safe version, so your PHP must be non-thread-safe, you need to choose Non thread safe this version of PHP.

And as if Apache does not support non Thread safe's "php5apache2_4.dll", need to use fastcgi

You can also use IIS or Nginx to do the HTTP server.

I simply still use 5,2 php forget it doesn't matter. Study only. I'm mostly afraid of new technology updates.


Under Windows The installation is small, I looked under Windows Zend Guard does not support the thread-safe version, so your PHP must be non-thread-safe, you need to choose Non thread safe this version of PHP.

And as if Apache does not support non Thread safe's "php5apache2_4.dll", need to use fastcgi

You can also use IIS or Nginx to do the HTTP server.

I simply still use 5,2 php forget it doesn't matter. Study only. I'm mostly afraid of new technology updates.

Well, all the same, the new things are fine.



Under Windows The installation is small, I looked under Windows Zend Guard does not support the thread-safe version, so your PHP must be non-thread-safe, you need to choose Non thread safe this version of PHP.

And as if Apache does not support non Thread safe's "php5apache2_4.dll", need to use fastcgi

You can also use IIS or Nginx to do the HTTP server.

I simply still use 5,2 php forget it doesn't matter. Study only. I'm mostly afraid of new technology updates.

Well, all the same, the new things are fine.
Okay, thanks, knot sticker.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.