php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #942 No output prom PHP-script (sometimes)
Submitted: 1998-11-23 04:25 UTC Modified: 1999-06-12 16:10 UTC
From: nemeth_zoltan at ba dot novitech dot sk Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.5 OS: WinNT4
Private report: No CVE-ID: None
 [1998-11-23 04:25 UTC] nemeth_zoltan at ba dot novitech dot sk
sometimes happens that I get NO(!!) output from PHP-script, even if script looks like:

  <html><head><title>sometitle</title></head>
  <body>
  <?
  some code including ODBC-calls and echo commands
  ?>
  </body></html>
-----
after analyse of server response, the server sends only HTTP header with 200-response and no one character from script.
no error occurs in PHP script (none is logged).
This occurs sometimes, not allways...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-12 16:10 UTC] jim at cvs dot php dot net
Closing due to lack of response.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC