[wp-trac] Re: [WordPress Trac] #5771: error_log in wp-db.php and
install failures
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 3 23:30:21 GMT 2008
#5771: error_log in wp-db.php and install failures
----------------------+-----------------------------------------------------
Reporter: MichaelH | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone: 2.5
Component: General | Version: 2.3.2
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by DD32):
Silencing errors *should* prevent WP completely dieing, but given the
feedback:
Just a thought though, Would using:
{{{
if ( ! function_exists('error_log') ){
function error_log($str,$str2){
}}
}}}
Make any difference? or does PHP not like that..
--
Ticket URL: <http://trac.wordpress.org/ticket/5771#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list