Posted by Jerry Stuckle on 10/19/07 12:18
Kye wrote:
>>> What'cha wanna bet he leaves the code in debug mode in prod?
>> No bets here, Gary. :-)
>
> For the newbies... Theres a debug mode for code?
>
That typically means you've added some code for debugging problems.
There are settings in your php.ini file which should be different
between development and production systems (i.e. display_errors), and
some debug functions. And there are external debuggers.
But there isn't a "debug mode" in the way you're thinking.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|