strano...

io con questo codice:
codice:
<?php
error_reporting( E_ALL );
header( "Cache-Control: no-cache" );
echo 'ciao';
?>
ottengo:
codice:
Response Headers - http://localhost/prova.php

Date: Fri, 06 Jan 2006 18:05:01 GMT
Server: Apache/1.3.33 (Win32) PHP/4.4.0
X-Powered-By: PHP/4.4.0
Cache-Control: no-cache
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

200 OK