Adnan a écrit :
On Mon, Aug 30, 2010 at 12:38 AM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Adnan a écrit : > > > On Mon, Aug 30, 2010 at 12:09 AM, Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info> > <mailto:marc@infomarc.info <mailto:marc@infomarc.info>>> wrote: > > Adnan a écrit : > > hi folks, > > > > I am in a need of using pslib extension for EPS Schema Export. I > got the > > extension from http://pecl.php.net/package/ps > > but I don't know how I will use it in my local wamp ? Also, will > that be > > ok to use this lib for EPS Schema Export ? I am asking because > Users of > > this EPS Export will need to download/host this extension .. > > Adnan, > maybe this can help: > http://ca2.php.net/manual/en/install.pecl.windows.php > > > I have already explore this link but I am confused or not understand > that there is no DLL for pslib and I have to build it from source ? If you are looking for ready-made binaries, you may be out of luck for your Windows platform. On http://windows.php.net/download/ they say "PECL For Windows PECL extensions for Windows is being worked on. The interface on the pecl website will most likely be updated to offer Windows DLL download right from that website. In the meantime, some extensions can be found here. "
I am running Windows 7 I got pslib.dll from here http://dllcentral.com/pslib.dll/ and I put the dll in ext folder and don't know what to do further.
Add extension=pslib.dll in your php.ini and restart Apache. There is an example of this in comments of php.ini.
I believe you already have the "extension_dir" line in your php.ini pointing to your ext folder.