Re: [PECL-DEV] Install ps PECL at windows
[email protected] (Guillaume Rossolini)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
> > > > On Tue, Aug 10, 2010 at 3:16 PM, Uwe Steinmann <[email protected]> wrote: > > > >> > > I am at windows 7 and following this > > http://wiki.php.net/internals/windows/stepbystepbuild step by step build > > for php. after it I am following this > > http://www.php.net/manual/en/wincache.win32build.building.php for making > > DLL of PS Extension but where DLL goes after performing steps ? > > > Hi, The config.w32 file in the extension folder tells you which libraries you will neeed for the PHP extension to be compiled. I see only one: pslib.lib, but this prevents you from compiling anything since at the moment, I am guessing you don't have pslib.lib on your system? So you will probably have to learn to compile pslib itself first, then you will be able to proceed to building the extension for PHP. Regards, -- Guillaume Rossolini