On 8/28/07, Phill Sparks <[EMAIL PROTECTED]> wrote: > I'm experiencing a strange problem which I cannot track down. On one > server the following script runs as expected catching the Exception > and print_r'ing it, however on a different server the Exception is > never caught and instead a Fatal Error is being raised.
What are the exact PHP versions on each server. Also, can you post the actual fatal error being raised? I tried your code, and it works as it should, print_r'ing the Exception. -- Bruno Lustosa <[EMAIL PROTECTED]> ZCE - Zend Certified Engineer - PHP! http://www.lustosa.net/
