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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nemeth_zoltan at ba dot novitech dot sk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 09:01:27 2025 UTC