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.