php-install Digest 24 Dec 2002 03:47:54 - Issue 1171
Topics (messages 9431 through 9435):
PHP on IIS
9431 by: David Marr
9432 by: Phil Driscoll
9433 by: David Marr
php_sockets.dll
9434 by: Steven
Re: PHP scripts use/get passed root's environment?
943
My phpinfo() section looks pretty much the same as yours.
I think PHP is not actually running as root--if you look in the Apache
section, you should find a User/Group section that has the actual user
account PHP uses. Mine lists nobody(99)/99, and that's the owner of any
files I create from a P
any ever managed to get the socket at work under windows2000 ? any
suggestions are welcome
when i enable the extension on windows 2000 server is keeps loading the page
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I think it has something to do with the mapping to .php which is
C:\php\php.exe because if I manually run php.exe test.php I see all the html
rendered in the command window. I know the file isn't .php.txt, there is
something else going on!
-Original Message-
From: Phil Driscoll [mailto:[EM
On Monday 23 December 2002 1:49 pm, David Marr wrote:
> Has anyone successfully installed PHP on IIS6? I have .NET Server 2003, and
> I've tried the windows binaries as well as the .exe installer. Both of them
> arent working. If anyone has successfully done this please let me know how!
> I've had
Has anyone successfully installed PHP on IIS6? I have .NET Server 2003, and
I've tried the windows binaries as well as the .exe installer. Both of them
arent working. If anyone has successfully done this please let me know how!
I've had two issues one receiving a 404 error when the page is definite
php-install Digest 23 Dec 2002 12:10:46 - Issue 1170
Topics (messages 9427 through 9430):
Re: php+gdlib 2.0.7 with gif support
9427 by: BV
XSLT Compile Error
9428 by: Shane P.
Reinstalling doesn't fix bad php install
9429 by: Big John
PHP scripts use/get passed roo
PHP 4.2.3 on Apache 1.3.27 on FreeBSD 4.7-STABLE;
Apache runs with uid/gid 80/80 and php is loaded as module.
For some reason all PHP scripts on my box run in root's environment
instead of one created by apache.
This is the environment section from phpinfo:
http://ra.phid.ae/phpinfo.html
And