Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Pierre Joye
hi, You can fetch the Windows Platform SDK 6.1, which includes VC9 too. Cheers, On Sun, Mar 13, 2011 at 10:39 AM, Richard Quadling wrote: > On 13 March 2011 09:36, Richard Quadling wrote: >>> I don't know much about compiling PECL modules, and after I've compiled, >>> when I test, I get a Fata

Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Richard Quadling
On 13 March 2011 09:36, Richard Quadling wrote: >> I don't know much about compiling PECL modules, and after I've compiled, >> when I test, I get a Fatal error: Call to undefined function yaz_connect() >> in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on line 28 To compile a PHP extension on

Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Richard Quadling
On 11 March 2011 19:12, Cindy Harper wrote: > AFAIK, There are 2 pieces of code - the YAZ module itself, found at > http://www.indexdata.com/yaz, and PHP_YAZ, the interface between YAZ and PHP > at http://pecl.php.net/package/yaz.  So from your message, I take it the > php_yaz you used came from p