Kennisbank
Installing Zend Guard on IIS7 64-bit Print dit artikel
- Download the Zend Guard dll for your version of PHP from http://www.zend.com/products/guard/downloads
- Zip Install- Extract the Zip file and copy the ZendLoader.dll to your PHP ext directory.
- Open your PHP.ini file and add a section for ZendGuard[ZendGuard]
 zend_extension="C:\Program Files (x86)\PHP\v5.4\ext\ZendLoader.dll"
 zend_loader.enable=1
- Check in your PHP ini file for PHP WinCache. If it is enabled, you must DISABLE it for Zend Guard to run properly.[PHP_WINCACHE]
 ;extension=php_wincache.dll
- Save the PHP ini.
- In IIS, restart the application pool for your website.
 
Was dit antwoord nuttig?
Gerelateerde artikelen
							
								
								
									Disable SSL v2 
								
							
							
r some reason, Windows Server 2008 using IIS 7 allows SSL 2.0 by default. Unfortunately, this...
			        				r some reason, Windows Server 2008 using IIS 7 allows SSL 2.0 by default. Unfortunately, this...