On Tue, 28 Sep 2004 13:46:27 -0600, Daniel Watrous
<[EMAIL PROTECTED]> wrote:
> In my efforts to port this over to PHP5 I am having trouble.  Not only do I not get 
> back an
> instance of my Foo class, but the script execution stops entirely without so much as 
> a 
> warning.  

My first suggestion would be to make sure that you have all warnings
and errors turned on in your php.ini.  That may give some more hints
as to what's going wrong.  If the script is stopping execution, there
should be some sort of message associated with it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to