> I have been looking at the IIS isapi issues and came up with the
> following patch:
>
> http://www.ctindustries.net/patches/zts-php5.diff.txt
Rob,
I've done some work in the past on ISAPI threading issues (although I
by no means claim to understand how all the ZTS stuff works). Can you
explain
done.
On Mon, 17 Nov 2003, Mehdi Achour wrote:
>Hi
>
>Can someone with karma take car of http://bugs.php.net/26153 ? It will
>also fix the file for Beta 3 :)
>
>didou
>
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Can someone with karma take car of http://bugs.php.net/26153 ? It will
also fix the file for Beta 3 :)
didou
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
php.windows is probably a better place, or php.general.. Anyway, I use this:
LoadFile C:/PHP/php4ts.dll
LoadModule php4_module c:\php\sapi\php4apache.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
ScriptAlias /php3/ "c:/php3/"
ScriptAlias /php4/ "c:/php/"
Sc
In a message dated 11/15/2003 1:08:59 AM Eastern Standard Time, GPHemsley
writes:
Forgive me if this is the wrong place to ask, but I'd like to be able to run
both the latest version of the 4.3.x branch and the 5.0.x branch
simultaneously, differentiating only by extension (.php vs. .php5). I am