|
Posted by Janwillem Borleffs on 10/10/77 11:27
Andy wrote:
> You are right, I made changes in EasyPHP config file and now is OK.
>
Bad solution. Your script should be able to run without any errors
regardless of the error_reporting level. The highest error_reporting level
is a must during development, because you will find errors much quicker. As
an example, you type $myvar while you mean $myVar; with the highest level
enabled, you will get a notification. Otherwise, you're just left in the
dark.
JW
Navigation:
[Reply to this message]
|