This will fill this ID number in the FORM for applying license, select "Request", then patiently waiting, Zend.com will send you an email within 48 hours, inform you to download your license. After receiving the email, go directly
Http://www.zend.com/store/pickup.php Download. License is a file called Zend_Cache.dat.
Installation (this article is installed in a Linux environment)
Unzipped Zendcache-1 [1] .0.0-php_4.0.4-linux_glibc2.1-i386.tar.gz file
# Tar -zxvf Zendcache-1 [1] .0.0-php_4.0.4-linux_glibc2.1-i386.tar.gz
# Cd zendcache-1 [1] .0.0-php_4.0.4-linux_glibc2.1-i386
# Cp * .so / usr / local / zend / lib
Then, copy zend_cache.dat to the / usr / local / zend directory.
Edit the php.ini file, add the following lines:
Start of sample Zend Cache Configuration Section Section Section Section Send Cache Configuration Send
Zend_Cache.USE_CWD = 1
Zend_Cache.Memory_Consumption = 64; 64MB
Zend_Cache.Validate_timestamps = 1
Zend_extension = / usr / local / lib / zendcache.so
; End of Sample Zend Cache Configuration Section Section Send
Restart the Apache server. Make the changes just take effect.
Edit a simple PHP file Test.php in the HTDOCS directory of the web server, as follows:
PHPINFO ();
? > PHP instance tutorial