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 From: Zeev Suraski (zeev <email protected>)
Date: 05/29/00

Please check whether this problems occurs regardless of the script. I
believe it will.
The problem probably originates in a typo or some other sort of error in
your php.ini file; While parsing it, or while trying to load extension
DLLs in it, it errors out, which would result in this symptom.

Zeev

On 29 May 2000 fmoreira <email protected> wrote:

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

-- 
Zeev Suraski <zeev <email protected>>
http://www.zend.com/

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