Is anyone aware of a way to get double quotes in the php.ini file? For instance, I'd like to be able to set error_prepend_string to "<font color=\"#ff0000\">" (which doesn't work).
The only work-around I can think of is doing ini_set()'s in an auto_prepend_file, and that's not acceptable for my purposes. -- Evan Nemerson [EMAIL PROTECTED] -- "I am indeed amazed when I consider how weak my mind is and how prone to error. " -Rene Descartes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

