Date: 05/29/00
- Next message: daniel.braun <email protected>: "[PHP-DEV] PHP 4.0 Bug #4669: Need a session_end() ??"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4658 Updated: global parameters in class"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page"
- Reply: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: daniel.braun <email protected>: "[PHP-DEV] PHP 4.0 Bug #4669: Need a session_end() ??"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4658 Updated: global parameters in class"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page"
- Reply: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

