my_log vs. zend_error
[email protected] (shire) Wed, 2 Jul 2008 14:55:28 -0700
| Newsgroups | php.apc.dev |
|---|---|
| Message-ID | <[email protected]> |
my_log() (called by apc_[ewn]print() functions) in apc.c currently prints directly to stderr, my preference would be to have this go through the standard error handling functionality, but I want to make sure there's not a reason for this or functionality that might break for others ? -shire