Install PHP extension on Windows
<p>I'm using Windows XP Home Edition. I need to install some PHP extensions like memcache, APC etc. I would very much like to be able to use PECL to achieve this goal. The problem is that PECL defaults to thinking that I already have certain programs installed on my computer. In another post, I read a tip about needing to install Microsoft Visual Studio C on the machine, for example. However, the new version of Visual Studio I downloaded does not have msdev.exe, but instead uses vcbuild.exe, which has a completely different API and cannot compile the .dsp files that come with these modules. </p><p>So I tried to find a script that would upgrade the dsp to be compatible with vcbuild.exe... turns out vcbuild.exe could do it, but of course without success. </p><p> Another thing I tried was looking for a build script for Windows (nmake2make). But there is no make file in the module's root directory. <br /> I also tried downloading Cygwin and MinGW in hopes of finding a simple build script like in *nix OS, but with no success. </p><p>How to install PHP extension on Windows machine? Can anyone help me out of this dilemma? </p><p><br /></p>