[snip] Is there any way to keep the compiler from adding 'debug code'? Example:
if ($b_debug)
{
echo ...
}
Just trying to eliminate code bloat.
[/snip]
Which 'compiler' added debug code?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

