Re: Problem writing PHP extensions for Windows

Richard Quadling <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
On 19 July 2010 15:28, Bruce M. Axtens <[email protected]> wrote:
> I'm trying to build PHP extensions on Windows
>
> When I run my DLLs I get errors like this:
>  Module compiled with build ID=API20090626,TS,VC9
>  PHP    compiled with build ID=API20090626,NTS,VC9
>
> The source package that I downloaded from php.net seems to default to
> threadsafe, but I've installed a nonTS PHP (the recommended action
> apparently when running under FastCGI on IIS7.)
>
> How do I get nonTS sources, or what do I have to do to what I have to make
> them appear nonTS so that Visual Studio 2008 creates nonTS binaries?
>
> Kind regards,
> Bruce.


What is your configure line?

Make sure you have --disable-zts in it to produce NonThreadSafe (nts) versions.

Richard.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.