Debugging Techniques |
|
2024-11-25 |
|
|
12 |
|
|
In many instances the default error handling mechanism is simply too limited.
In those cases you need a more flexible error handling mechanism that can do
exactly what you need.
Native error handler disadvantages
- • Prior to PHP 4.3.0 error lengths limited to 1024 bytes.
- • Errors can only be stored on the file system.
- • Includes useless information.