[PHP-WIN] htpasswd

2001-12-16 Thread jtjohnston
I'm sure question has been asked. How can I do this? How can I edit a htpasswd file? The pathes are right, no fork errors. But file does not change. I know ... it's a dangerous script, but what do you want, I need it! Post & replies are helpful :) Thanks, John ---snip-

Re: [PHP-WIN] windows to Linux

2001-12-16 Thread Ignatius Teo
3 main things to look out for: 1. paths, paths, paths 2. Windoze specifics (eg. running DOS/Windoze commands using exec/system etc) 3. Differences in PHP/MySQL versions on local development environment and hosted environment (eg u run PHP4.1/MySQL 3.23.46 locally and the Linux box runs 4.03pl1/MyS

php-windows Digest 16 Dec 2001 23:08:05 -0000 Issue 904

2001-12-16 Thread php-windows-digest-help
php-windows Digest 16 Dec 2001 23:08:05 - Issue 904 Topics (messages 10919 through 10924): Re: ISAPI Status 10919 by: Pierre Axelsson 10920 by: Pierre Axelsson 10921 by: Alain Sayez 10922 by: Pierre Axelsson windows to Linux 10923 by: jfpirtle

RE: [PHP-WIN] windows to Linux

2001-12-16 Thread Ross Fleming
With all respect, the linux list might be better suited to answer that. ;) Either way, there shouldn't be a problem, it'll still be apache/php and mysql on the linux box. I'm not sure how you'd go about transferring the data from the Win98 version of mysql to the linux one if you need that thoug

[PHP-WIN] windows to Linux

2001-12-16 Thread jfpirtle
Hello: I'm going to be developing a couple of projects. Right now the development platform is Win98, Apache, Php and a database (MySQL or Firebird). When finished the projects will be migrated to a Linux hosting system using Apache. Anybody know what problems and pitfalls I can expect migratin

[PHP-WIN] Re: ISAPI Status

2001-12-16 Thread Pierre Axelsson
Alain Sayez wrote: > Did you install php4ts.dll in c:\winnt\system32 ? Yepp, but I made another (silly) mistake when setting the file system permissions. Having corrected that, it works better. But now, when I reload a page say 50 times fast, I get "PHP has encountered an Access Violation at

[PHP-WIN] Re: ISAPI Status

2001-12-16 Thread Alain Sayez
Did you install php4ts.dll in c:\winnt\system32 ? I don't have your bug with the same kind of systems. Alain "Pierre Axelsson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Flint Doungchak wrote: > > > Hey all, > > > > First, I just wanted to thank everyone

[PHP-WIN] Re: ISAPI Status

2001-12-16 Thread Pierre Axelsson
"Flint Doungchak" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey all, > > First, I just wanted to thank everyone who has been a part of PHP. I think > that's everyone, but especially those that code. We're all very thankful. > > I was just wanting to see

[PHP-WIN] Re: ISAPI Status

2001-12-16 Thread Pierre Axelsson
Flint Doungchak wrote: > Hey all, > > First, I just wanted to thank everyone who has been a part of PHP. I think > that's everyone, but especially those that code. We're all very thankful. > > I was just wanting to see what people are experiencing with the ISAPI module > for IIS 5.0 with PHP 4.

php-windows Digest 16 Dec 2001 11:01:41 -0000 Issue 903

2001-12-16 Thread php-windows-digest-help
php-windows Digest 16 Dec 2001 11:01:41 - Issue 903 Topics (messages 10915 through 10918): Re: ISAPI Status 10915 by: Michael Sims 10918 by: Alain Sayez Re: Loading modules 10916 by: Michael Sims Re: What to do, what to do! 10917 by: Hace Administrivia: T

Re: [PHP-WIN] ISAPI Status

2001-12-16 Thread Alain Sayez
I'm currently using PHP 4.1.0 and ISAPI module under IIS 5.0, W2K Server and I have no problem. Some differences between ISAPI and CGI, ISAPI doesn't recognize $REMOTE_USER. I use the new $_SERVER["REMOTE_USER"] instead. It works ! Alain Sayez "Michael Sims" <[EMAIL PROTECTED]> wrote in messag