Adding scream information, fixing typo

This commit is contained in:
Alan Storm
2014-02-17 16:08:20 -08:00
parent 2e3f486dc2
commit f3c0d537e8

View File

@@ -103,7 +103,7 @@ ini_set('xdebug.scream', '1')
The "[Scream]" PHP extension offers similar functionality to xDebug's, although Scream's ini setting is named `scream.enabled`.
This is most useful when you're you're debugging code and suspect an informative error is suppressed. Use scream with care, and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator disabled.
This is most useful when you're debugging code and suspect an informative error is suppressed. Use scream with care, and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator disabled.
* [Error Control Operators](http://php.net/manual/en/language.operators.errorcontrol.php)