As for Zend accelerator PHP, ZendGuardLoader was used to replace ZendOptimizer from 5.3, the acceleration effect should not be very obvious. after all, PHP5 itself is very fast. It mainly runs PHP programs encrypted with ZendGuard. The installation process is not mentioned, but the last note: ZendLoader. dll in the package can only be used for non-secure threads (nonthreadsafe) PHP. The above is about the Zend accelerator.
PHP has replaced Zend Optimizer with Zend Guard Loader since 5.3. the acceleration effect should not be very obvious. after all, PHP5 itself is very fast. It mainly runs PHP programs encrypted with Zend Guard.
The installation process is not mentioned, but the last sentence
Note: ZendLoader. dll in the package can only be used for non-secure threads (non-thread safe) PHP.
The above is the installation method found on the internet. The problem is that there is no php5apache2_2.dll in my V6 non thread safe.
I checked it online and got V6 thread safe, and found php5apache2_2.dll.
In conflict, php5apache2_2.dll is not available in the default version, and php5apache2_2.dll is available in the ts version, but ZEND accelerator cannot be installed.
.
Or can an accelerator be unavailable after 5.3?
------ Solution --------------------
I have never used this Accelerator. should acceleration be the same as eAccelerator? However, in version 5.4, eAccelerator is not supported. it is said that APC is to be integrated? It seems a problem that I compiled the APC last time.
Php does not support the apache module mode after a certain version of 5.x, so you cannot find the official v9 version (php5apache2_2.dll). as for the thread safe of v6, php5apache2_2.dll? This...
So it seems that you should use iis (Nginx) + php to bring this Zend Guard Loader in windows.