ID:               28143
 Updated by:       [EMAIL PROTECTED]
 Reported By:      leslie at britbus dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         CGI related
 Operating System: Windows Server 2003
 PHP Version:      5.0.0RC1
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Works just fine under w2k3.
You most likely have startup errors turned off and are
missing an important error message, or have something
broken in your code.


Previous Comments:
------------------------------------------------------------------------

[2004-04-25 13:55:11] leslie at britbus dot org

Description:
------------
When I try running scripts from the commandline, they never actually
seem to get parsed. example test.php:

<?php
phpinfo();
?>

If I try calling it with:
\php\php.exe test.php

I get no output at all. If I call it with the CGI app instead:
\php\php-cgi.exe

I get this output:
Content-type: text/html; charset=utf-8
X-Powered-By: PHP/5.0.0RC1

But it still doesn't seem to be parsing the file. All the other
commandline options work, like -h, and I can run code from the
commandline with the -r switch, but it won't parse the input file I
specify. I had the same problem with php4.3.6, so I thought I'd try
5.0RC1 to see if it was fixed yet.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28143&edit=1

Reply via email to