Re: [PHP-WIN] Running multiple versions of php on IIS

2004-01-21 Thread Frank M. Kromann
In order to ue multiple version of PHP on IIS I would think you need to use the CGI version of php, and in that case you can have php.ini in the same directory as the binaries. You should also be able to have at least 1 version installed with the ISAPI module. - Frank > We have a new piece of sof

[PHP-WIN] Running multiple versions of php on IIS

2004-01-21 Thread Rainsford, David
We have a new piece of software to roll out in the next week. The software is built on PHP 4.3.4, but the webservers that we intend to use are also running other websites which are only tested on PHP 4.0.4 or 4.1.2 or something. Obviously ideally, we would like to upgrade the webservers to 4.3.4

php-windows Digest 21 Jan 2004 20:47:46 -0000 Issue 2091

2004-01-21 Thread php-windows-digest-help
php-windows Digest 21 Jan 2004 20:47:46 - Issue 2091 Topics (messages 22633 through 22635): Re: Limitations with webservers. WAS: Show the Progress of a file being uploaded 22633 by: Svensson, B.A.T. (HKG) Not about PHP, HTML question 22634 by: Disko_kex Re: Limitations wit

[PHP-WIN] Re: Limitations with webservers. WAS: Show the Progress of a file

2004-01-21 Thread Manuel Lemos
Hello, On 01/21/2004 12:01 PM, B.A.T. Svensson wrote: You are confusing the types of progress. You can't track file upload progress in PHP because PHP scripts only run after the file upload is concluded. This is a limitation of PHP. Therefore that class alone is useless. For me it seams to be

[PHP-WIN] Not about PHP, HTML question

2004-01-21 Thread Disko_kex
Hi, I know this is a PHP mail list, but I have this enoying problem with simple HTML. In my body a have: The problem I experience is that 100% is acully less then "visible" 100%, my design is based on a table (no frames) with height 100%. The first time I load the page it's a about 10px in the

[PHP-WIN] RE: Limitations with webservers. WAS: Show the Progress of a file being uploaded

2004-01-21 Thread Svensson, B.A.T. (HKG)
> You are confusing the types of progress. You can't track file upload > progress in PHP because PHP scripts only run after the file upload is > concluded. This is a limitation of PHP. Therefore that class alone is > useless. For me it seams to be a limitation with the webserver? Because even