I am using a Windows XP Home Edition. I need to install a few extensions to PHP -- memcache, APC, .etc. And I would very much like to use PECL to make this happen. The probl
The only way I can think of is: manually. Yeah, I know, but this is pretty easy comparatively.
If you have the compiler, then you can at least compile an extension if you have the source. Otherwise you're stuck with trying to locate a binary distribution (like me).
Here's what you do, from what I understand:
C:\xampp\php\ext
. Search in your PHP.ini for "extension_dir" to find what yours is.; Dynamic Extensions ;
.extension=my_lib.dll
This should do it. Otherwise you should probably search for an in-depth guide on manual installation.