Search the web
Sign In
New User? Sign Up
errorhandler · PHP - ErrorHandler
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
project status   Message List  
Reply | Forward Message #64 of 90 |
Re: project status


Gyozo,

I tried your errorhandler class and am extremely impressed! Although I
don't have much programming experience, I could tell that this is a
quality class. It shows that you put a lot of thoughts into building it and
that you are an expert php programmer. I really like this class and I
think everyone should either use it, or use something like this in their
scripts.

I am still trying to figure out exactly how your class works, but if you
can work on further developing your class, I would be happy to work on
the documentation. And hopefully, with improved codes and
documentation, more developers will start using it.

At the moment, I have a problem using the class. I don't know if it's
caused by the codes in the class, or I am using it incorrectly. Anyway,
here is the problem:
<?
$error =& new ErrorHandler();
$con=mysql_connect('severname','username','wrongpassword');
?>
errorhandler class works for above script, and shows the denied
access warning due to the wrong password, etc. as expected. But the
errorhandler class fails to work for the following script.
<?
$error =& new ErrorHandler();
class testcon{
function testcon(){
$con=mysql_connect('severname','username','wrongpassword');
}
}
$conobj=new testcon();
?>
The above script times out and returns a fatal error message. For
whatever reason, it seems that errorhandler could not detect the denied
connection warning within an object. What do you think is the problem
here?

My system configuration is: PHP 4.3.10, Apache 2.0.52(win 32), MSIE
6.0, Mysql 4.0.23-nt, Windows NT 5.1 (XP)

Tom

--- In errorhandler@yahoogroups.com, Papp GyÅ`zÅE
<gyozo.papp@c...> wrote:
> welcome aboard!
> Yes, it is still almost dead apart from starting a rewrite for PHP 4.3.x
> to my latest work. I'll be glad any participation and contribution.
>
>
> laidbak6921 wrote:
> >
> > You mentioned this is almost dead but you also mentioned that
you use
> > this at your job. I take it that the latest version available is
> > production quality? Is this a correct assumption? If so, I would be
> > happy to use it and test it in a production environment and
> > contribute to the project.
> >






Sun Jan 30, 2005 5:14 pm

tomsoyer_php
Offline Offline
Send Email Send Email

Forward
Message #64 of 90 |
Expand Messages Author Sort by Date

Hi, I just discovered ErrorHandler while researching ways to upgrade my existing errorhandling setup. I am very impressed. I wanted to know if any more work...
culleyharrelson
Offline Send Email
Feb 5, 2004
5:40 pm

... Just in theory. Actually, it's almost dead, though I am very happy if any one wants to help me out to continue with this project. I'm using errorhandler in...
Papp Gyz
gerzson17
Offline Send Email
Feb 5, 2004
8:54 pm

... if any one wants to help me out to continue with this project. I'm using errorhandler in my job, but the package maintaining is stalled. There are some...
culleyharrelson
Offline Send Email
Feb 5, 2004
11:27 pm

I also stalled out on using this, just because the doc was so old and did not match what I was seeing. It really looks like it would be a nice package if it...
Colleen Dick
napiobai
Offline Send Email
Feb 6, 2004
12:30 am

... Sorry for the inconvenience once again. BTW, if there are so many impressed men out there what is missing to become volunteers? ;) I attached what was in...
Papp Győző
gerzson17
Offline Send Email
Feb 6, 2004
6:05 am

Thanks for the todo. well maybe I can do some of this work if no one else is....
Colleen Dick
napiobai
Offline Send Email
Feb 6, 2004
8:46 pm

... That would be much more than I have ever dreamed about. :) I'm currently doing some 'proof of concept'-like testing on the new source code extractor which...
Papp Győző
gerzson17
Offline Send Email
Feb 6, 2004
9:07 pm

OK here is what is.. I am very busy until the end of this month. Also another PHP 5 Beta just came out. After this month I am building a new PHP. I will make...
Colleen Dick
napiobai
Offline Send Email
Feb 13, 2004
8:39 pm

OK, it will be awesome. It should be a shame but I haven't checked the error handling capabilities of the new Zend Engine yet, so I know this area very little....
gerzson17
Offline Send Email
Feb 14, 2004
8:45 am

You mentioned this is almost dead but you also mentioned that you use this at your job. I take it that the latest version available is production quality? Is...
laidbak6921
Offline Send Email
Dec 24, 2004
3:31 pm

welcome aboard! Yes, it is still almost dead apart from starting a rewrite for PHP 4.3.x to my latest work. I'll be glad any participation and contribution....
Papp Győző
gerzson17
Offline Send Email
Dec 25, 2004
11:28 pm

Gyozo, I tried your errorhandler class and am extremely impressed! Although I don't have much programming experience, I could tell that this is a quality...
tomsoyer_php
Offline Send Email
Jan 30, 2005
5:17 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help