Posts Tagged ‘ apache ’

Error vs Exception, Part 4 – Anvil Studios

September 26, 2011
By

In this instalment, having covered the basics of PHP error handling in part 1, the need for exceptions in part 2, and how to work with exceptions in part 3, let's take a look at error- and exception-handling methodology. ...

Read more »

Error vs Exception, Part 3 – Anvil Studios

September 13, 2011
By

In this instalment, having covered the basics of PHP error handling in part 1 and the need for exceptions in part 2, I'll continue unfolding exceptions by taking a look at how they work, and how they've been implemented in PHP ...

Read more »

PHP: How do we log errors that happen? | answers hiwav

October 5, 2010
By

php error handling is tricky, and there are many points to take into account. In php, we have 3 types of errors: Fatal errors, like calling an undefined function. There's not much you can do about them. At least, set display_errors=0, ...

Read more »

Error vs Exception, Part 1 – Anvil Studios

May 3, 2010
By

... PHP's error and exception models — what each is, how they work, and how and when to use the one over the other. In this installment, I will first attempt some definitions, and then take a closer look at PHP's error handling model. ...

Read more »