Re: [PHP] PHP4 and PHP5 at one machine

2003-07-09 Thread Milan Reznicek
Yes all these things I know, because already I'm running these two servers, but both with PHP4. But now I came accros the problem of php4ts.dll. Because in both versiones it has the same name. And if I have the old one my \WINNT\SYSTEM32 the server which is running PHP5 won't start, and if i put

RE: [PHP] PHP4 and PHP5 at one machine

2003-07-09 Thread Ford, Mike [LSS]
-Original Message- From: Milan Reznicek [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 07:38 Yes all these things I know, because already I'm running these two servers, but both with PHP4. But now I came accros the problem of php4ts.dll. Because in both versiones it has the same

Re: [PHP] PHP4 and PHP5 at one machine

2003-07-09 Thread Scott Fletcher
Well, it is not possible to run two seperate php4ts.dll file in the same file path with the same file name even though they have different version. One workaround to it would be to compile the older version into a different file name while making sure the script point to that different file name

[PHP] PHP4 and PHP5 at one machine

2003-07-08 Thread Milan Reznicek
Hi, is there any posibility to run PHP4 and PHP5 at one machine, with two Apache servers running at the same time. Windows 2000 SP3 Apache 1.3.27/PHP 4.3.0 Apache 2.0.46/PHP 5.0.0b1 Thank You for Answers Milan -- -- Milan Reznicek Software Developer e-mail:

Re: [PHP] PHP4 and PHP5 at one machine

2003-07-08 Thread Burhan Khalid
On Tuesday, July 8, 2003, 8:42:16 PM, Milan wrote: MR is there any posibility to run PHP4 and PHP5 at one machine, with two MR Apache servers running at the same time. MR Windows 2000 SP3 MR Apache 1.3.27/PHP 4.3.0 MR Apache 2.0.46/PHP 5.0.0b1 Yes it is possible. If you want both of the