[PHP] Why my mails are not received by Hotmail users?

2008-04-04 Thread thomas Armstrong
Hi. I created this script to send emails: --- $mailFromEmail = "[EMAIL PROTECTED]"; $mailFromName = "MYDOMAIN"; $mailTo = "[EMAIL PROTECTED]"; $mailHeaders = "From: $mailFromName <$mailFromEmail>\n" . "Content-Type: text/plain; " . "charset=UTF-8; format=flowed\n" . "MIME-Version:

[PHP] How to log APC Cache errors?

2008-03-28 Thread thomas Armstrong
Hi. I'm using APC 3.0.17 with PHP 5.2.5 on Linux. I'm suffering some "white page of death" APC errors, and I'm trying to investigate the reasons. But: 1) I don't find any APC support forum. 2) I don't find any APC error log. I'm browsing Apache error log (with PHP 'E_ALL' activate) and don't see