[snip]
I have a large PHP application that has a ton of statements like the
first
email for catching problems. I would like to 'automatically' remove them
before I ship the code to eliminate the extra size. I can do it in C,
C++,
VB but I don't know if it can be done in PHP.
[/snip]

Whoever created the code added the debug statements. PHP is interpreted
by the Zend/PHP engine and therefore does not have a preprocessor. If
you wish to remove said code you must do it by hand.

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

Reply via email to