From 59384485e860661a9e41d120cc1a39d82646dcd2 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 28 Feb 2014 22:57:12 +0100 Subject: [PATCH] xdebug link typo fixed --- _posts/08-02-01-Errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/08-02-01-Errors.md b/_posts/08-02-01-Errors.md index 88c0cac..12e4570 100644 --- a/_posts/08-02-01-Errors.md +++ b/_posts/08-02-01-Errors.md @@ -85,7 +85,7 @@ for the existence of the file before you try to load it, but if the file is dele potentially something PHP should resolve, but is one case where error suppression might seem like the only valid solution. -Earlier we mentioned there's no way in a stock PHP system to turn off the error control operator. However, [xDebug] has an `xdebug.scream` ini setting which will disable the error control operator. You can set this via your `php.ini` file with the following. +Earlier we mentioned there's no way in a stock PHP system to turn off the error control operator. However, [xDebug][xDebug] has an `xdebug.scream` ini setting which will disable the error control operator. You can set this via your `php.ini` file with the following. xdebug.scream = On