RE: Can't pass object by reference and then fork a process

2012-05-17 Thread Michael Sole
Sorry this was a false positive. The problem lies elsewhere. Please ignore this request. From: Michael Sole Sent: Thursday, May 17, 2012 12:12 PM To: 'log4php-user@logging.apache.org' Subject: Can't pass object by reference and then fork a process I am defining an instance of

Can't pass object by reference and then fork a process

2012-05-17 Thread Michael Sole
I am defining an instance of a logger in the main config and then passing that by reference to the constructor in a class. This works except for my daemon scripts where it cause the loose its MySQL connection. I am not sure how to fix this. I am using the System_Daemon pear plugin which is a wra