[PHP-DEV] Re: ZTS issues

2003-11-17 Thread Michael Sisolak
> 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

Re: [PHP-DEV] #26153

2003-11-17 Thread Jani Taskinen
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

[PHP-DEV] #26153

2003-11-17 Thread Mehdi Achour
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-DEV] Re: Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-17 Thread DvDmanDT
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

[PHP-DEV] Re: Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-17 Thread GPHemsley
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