xdebug link typo fixed

This commit is contained in:
Peter Kokot
2014-02-28 22:57:12 +01:00
parent 1488c07fb8
commit 59384485e8

View File

@@ -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 potentially something PHP should resolve, but is one case where error suppression might seem like the only valid
solution. 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 xdebug.scream = On