At least one problem I found when running PHP as a script in Apache is that
not all of the functions are supported.  For example, getallheaders() does
not work unless you install PHP as an Apache module.

There may be other reasons as well people?

Ross

-----Original Message-----
From: Burak Delice [mailto:[EMAIL PROTECTED]]
Sent: 21 September 2001 08:48
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] to use PHP as a module in Apache?


hello,

I was reading  php setup's Install.txt. and I saw a advice in it:

"
If you would like to use PHP as a module in Apache,
  you should move php4ts.dll to the windows/system (for Windows 9x/Me)
  or winnt/system32 (for Windows NT/2000) directory, overwriting any
  older file. Then you should add the following two lines to you Apache
  conf file:

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddType application/x-httpd-php .php

"

why should Php used as "module" on apache server? which kind of advantages
it has?



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to