RE: [PHP-DEV] CLI php.exe on WIn32

2002-12-20 Thread Sjon
romann [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 18:28 pm To: [EMAIL PROTECTED] Subject: [PHP-DEV] CLI php.exe on WIn32 Hi, The latest changes to the project files under WIn32, creates name conflict, by having php.exe created from two different projects in the same directory. I s

Re: [PHP-DEV] CLI php.exe on WIn32

2002-12-20 Thread Marcus Börger
At 18:27 20.12.2002, Frank M. Kromann wrote: Hi, The latest changes to the project files under WIn32, creates name conflict, by having php.exe created from two different projects in the same directory. I suggest that we move the cli version from ..\Release_TS to ..\Release_TS\cli And the same f

[PHP-DEV] CLI php.exe on WIn32

2002-12-20 Thread Frank M. Kromann
Hi, The latest changes to the project files under WIn32, creates name conflict, by having php.exe created from two different projects in the same directory. I suggest that we move the cli version from ..\Release_TS to ..\Release_TS\cli And the same for Debug_TS and Release_inline_ts builds. - F