Re: Problem writing PHP extensions for Windows

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 19 July 2010 15:28, Bruce M. Axtens <bruce.axtens@xxxxxxxxx> 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




[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux