ID: 9041
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Suspended
Bug Type: *Configuration Issues
Assigned To:
Comments:
Suspending this until a decision about what should be the correct behaviour from PHP
should be.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-05 16:34:55] [EMAIL PROTECTED]
Here are the CGI's I'm using:
----
#!/opt/php/bin/php
<? phpinfo(); ?>
----
----
#!/bin/sh
echo Content-type: text/html\n\n;
echo "foo!"
----
Now this might not help any, but I truss'd the web server process (Netscape,
remember.) and here a few snippits output.
sh CGI.
read(23, " C o n t e n t - t y p e".., 8192) = 31
send(17, " H T T P / 1 . 1 2 0 0".., 118, 0) = 118
send(17, "n f o o !n", 6, 0) = 6
PHP CGI.
read(22, " X - P o w e r e d - B y".., 8192) = 5120
send(17, " H T T P / 1 . 1 2 0 0".., 146, 0) = 146
send(17, " # ! / o p t / p h p / b".., 5065, 0) = 5065
Graphic for PHP CGI page.
send(19, " H T T P / 1 . 1 2 0 0".., 146, 0) = 146
send(19, " G I F 8 9 a82
--
PHP Development 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]