Re: php_yaz php5.3.5 windows
[email protected] (Michael Ridinger)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
One thing I'm confused about is the compiling process itself. I can compile PHP successfully but I'm not sure how to compile a PECL package. I just don't understand how to do that? I've read literally dozens of tutorials on how to setup the environment to compile PHP, which I've done successfully, but then they stop short ot describing how to compile a PECL package. Can it be compiled into PHP 5.3.5 or can it be compiled into a DLL I can use for an extension or can both be done? I'm just not real familiar with doing these types of things. I don't even know how the file structure should be setup. And, it gets even more frustrating when I download the win32 PECL packages and find that YAZ isnt there so I have to get it with CSV. I'm just missing some key pieces. I appreciate any way you can help. Mike On Sun, Mar 20, 2011 at 4:56 PM, Michael Ridinger <[email protected]>wrote: > I've been using php_yaz for a long time with PHP 5.1 and 5.2. I've had to > setup a new server for another reason and am now using Windows 2008R2 and > PHP5.2.17 or PHP5.3.5 with IIS7 and am having absolutely no luch getting the > php_yaz package to build. In fact, I can't get any package to build. I can > build PHP, but not any PECL packages and am totally stumped. I tried > following directions/docs everywhere I could find them and still have not > been able to build this extension. > > In the past, I've been able to download the extension and use it but it's > not part of the PHP distribution and PECL doesn't have it as a binary... so, > I have to the building myself. > > Anyone know how to do this effectively? This is very important to me. I > need php_yaz for Windows2008 and from what I've read, I need to compile it > using VC9, which I did. The one issue that's really threw me is that > PHP5.3.5 doesn't run as an ISAPI module but with fast-cgi. That makes the > package a little funky to deal with as it requires PHP5ts.dll, which isn't > part of PHP5.3.5 or PHP5.2.17. > > Obviously I'm a novice at building such things... I'm a developer, but not > a package builder. Can anyone help or show me how to do this ... or at the > very least point me in the right direction? > > Thank you > > Mike >