Todd Ruth wrote: > The hope > in my original email is that if php is clever enough to give > me a message, it might be clever enough to just make the change > too.
A scripting language is not a spell checker, you can forget about it auto-correcting your code. The E_STRICT/E_NOTICE messages are emitted to notify the developer something is not quite right, so that they can make the appropriate changes to future proof their code. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php