Jump to content

wamp php.ini how to configure it to disply output warnings?


pepo

Recommended Posts

Hi all.

am facing a little problem with my php.ini configuration (WampServer2.0c)

 

for now, am still learning php.

 

and am try to understand some output control function..

 

am trying to debuge the error that well hapen whene am use an code like the following

 

<html>
<head>
<title>example</title></head>
<body>
example body
</body></html>
<?php
header ('Content-Type: text/html');
?>

 

this code should generate a warning.

but it's not.

 

[from my php.ini]

error_reporting = E_ALL

display_errors = stdout

output_buffering = Off

 

what did I miss?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.