I install WAMP 2.2 in "D:\wamp\"
The php version is 5.3.13
I extracted the ZendLoader.dll into my WAMP's PHP directory "D:\wamp\bin\php\php5.3.13\zend_ext"
and I modify the php.ini file in directory "D:\wamp\bin\php\php5.3.13\"
I add this before "; XDEBUG Extension" :
[ZendLoader]
zend_extension = "d:/wamp/bin/php/php5.3.13/zend_ext/ZendLoader.dll"
zend_loader.enable=1
; Disable license checks (for performance reasons)
zend_loader.disable_licensing=0
; The Obfuscation level supported by Zend Guard Loader. The levels are detailed in the official Zend Guard Documentation. 0 - no obfuscation is enabled
zend_loader.obfuscation_level_support=3
; Path to where licensed Zend products should look for the product license. For more information on how to create a license file, see the Zend Guard User Guide
zend_loader.license_path=
but when I use "PHP -V" to see whether I install the extension successful
php.exe popup a dialog says :" can't lanch this program,because this computer lose "php5.dll",please try again to install thie program to resolve this problem"
who can help me ?? thanks

