I have just started looking at using PEAR specifically I want to use the Zip functions.
I have followed this tutorial http://www.sitepoint.com/article/getting-started-with-pear/ and have got everything working fine.
The problem comes when I try and install the zip package with the package manager
The following is the command and the resulting messages / error message
pecl install zip
downloading zip-1.10.1.tgz ...
Starting to download zip-1.10.1.tgz (84,988 bytes)
......done: 84,988 bytes
61 source files, building
WARNING: php_bin c:\php\php.exe appears to have a suffix \php.exe, but config va
riable php_suffix does not match
ERROR: The DSP zip.dsp does not exist.
I have been searching for answers but all I could find was a link to http://pecl4win.php.net/ which is no longer working.
Can anyone explain what the error means and how I can fix it.
Thanks