[PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page From: fmoreira <email protected>
Date: 05/29/00

From: fmoreira <email protected>
Operating system: Win NT 4
PHP version: 4.0 Latest CVS (29/05/2000)
PHP Bug Type: Scripting Engine problem
Bug description: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page

<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
?>
<html><body>
<?php
echo "Hi There!";
?>
</body>
</html>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>