ID: 8327
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: *Install and Config
Assigned To: 
Comments:

No feedback, not enough info, closed.

--Jani

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

[2001-01-04 13:37:37] [EMAIL PROTECTED]
Have you tried PHP 4.0.4 ? Does this happen with it?

--Jani

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

[2000-12-19 21:52:27] [EMAIL PROTECTED]
Win2K/Apache 1.3.14/PHP 4.0.1pl1/MySQL 3.23.28-gamma

Problem: The Content-Type and (optional) X-Powered-By headers are preceded by a blank 
line, causing the browser to believe them part of the document rather than headers.  
This appears to be tied to the old bug where this behavior was tied to whether the 
MySQL module was being loaded; now that MySQL support is compiled in by default (at 
least on the Win32 binaries), the defect is always exercised.

Examle input source:

<HTML>
<HEAD><TITLE>Testing</TITLE>
</HEAD>
<BODY>
<?php
printf( "n<B>Testing!</B>n<BR>" );
phpinfo();
?>
</BODY>
</HTML>

Output for example:

Content-type: text/html

<HTML>
<HEAD><TITLE>Testing</TITLE>
</HEAD>
<BODY>

<B>Testing!</B>
<BR><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<!-- remainder snipped - phpinfo() works just fine -->
</html>


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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8327&edit=2


-- 
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]

Reply via email to