php-windows Digest 4 Jul 2004 00:30:51 -0000 Issue 2305
Topics (messages 24097 through 24098):
Re: php.exe hang using Xitami on WinXP
24097 by: Ramon van Belzen
setup of MSSQL with PHP
24098 by: Steve Howie
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Indeed
Xitami cant write/change files either
"Claus" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> I've now installed Apache2 and php works fine both as CGI and as module.
> Must be a configuration issue in Xitami.
>
> /Claus
>
>
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> says...
> > Hi,
> >
> > I'm using pre-compiled Xitami v2.5c1 and PHP v4.3.6 on WinXP.
> > Xitzmi is working with non-php pages and correctly filters a .php
> > extionsion and starts php.exe.
> >
> > When fetching a file with a php script, e.g.
> >
> > ----
> > <html><body>
> > <?php
> > phpinfo();
> > ?>
> > </body></html>
> > ----
> >
> > php.exe correctly starts, but is stuck somewhere with no output to the
> > browser.
> >
> > Terminating the php.exe process through taskmanager, the output is sent
> > to the browser. Sometimes, but not always, it is necessary to terminate
> > the php.exe process more than once before the full page is shown and
> > all connections to the server are released.
> >
> > Executing the command 'php -i' at a command prompt does return a html
> > text.
> >
> > Does anyone have an idea why php.exe is not terminating correctly?
> >
> > regards
> > Claus
> >
--- End Message ---
--- Begin Message ---
I have PHP running and am trying to get my SQL server installation to run
with it. I have turned on all the variables in the PHP.ini, but when I try
to execute the following:
$db = mssql_connect("WIN2KSRV","sa","xyzxyz") ;
the webpage times out with the message "CGI server time out"
I have verified the names and passwords; they should be correct, although I
assume that an error would be generated if it was as simple as that...
I have windows server 2003 with IIS 6 and PHP 4. PHP does run other pages
just fine.
Any suggestions?
Thanks in advance,
Steve
--- End Message ---