Avinash
Avinash

Reputation: 6174

how can I install/compile PHP extension on windows

I have just downloaded the php pspell extension.

But unlike the other extension it does not have .dll files to place in php ext dir. It contains lots of files.

So How can I Compile those files and create a dll file from that source?

I am running on windows.

Upvotes: 2

Views: 1199

Answers (2)

Artefacto
Artefacto

Reputation: 97835

See the instructions in the PHP wiki.

Upvotes: 0

Andreas Wong
Andreas Wong

Reputation: 60594

Just use a WAMP stack like WampServer, they come with extensive extensions (pspell included) and you just need to enable it in one click.

Upvotes: 1

Related Questions