Check ur php.ini, there are settings to display showing absolutly any error,
warning, and message. they are probaly set to not show them.

error_reporting = E_ALL & ~E_NOTICE

thats what i use, only displays what i need

Jason Reid
[EMAIL PROTECTED]
--
AC Host Canada
www.achost.ca

----- Original Message -----
From: "gamin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 02, 2002 3:51 PM
Subject: [PHP] no errors ?


> hi,
>
>   i'm running PHP 4.0.6 with apache on RedHat 7.2 , error_reporing is set
to
> default(2039) in the php.ini file :
> my script is as follows :
>
> <?
> qwe;
>
>
> dsf
> ?>
>
> But i dont get even a parse error or anything
>
> Any clues to what is going wrong ?
>
> thx
>
> gamin.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to