Skip to content

Commit db5f56c

Browse files
committed
Remove scream PHP extension
The scream PHP extension has been removed from the documentation and its PECL package is unmaintaned.
1 parent 31df672 commit db5f56c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

_posts/09-02-01-Errors.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,13 @@ You can also set this value at runtime with the `ini_set` function
112112
ini_set('xdebug.scream', '1')
113113
{% endhighlight %}
114114
115-
The "[Scream]" PHP extension offers similar functionality to Xdebug's, although Scream's ini setting is named
116-
`scream.enabled`.
117-
118115
This is most useful when you're debugging code and suspect an informative error is suppressed. Use scream with care,
119116
and as a temporary debugging tool. There's lots of PHP library code that may not work with the error control operator
120117
disabled.
121118
122-
123119
* [Error Control Operators]
124120
* [SitePoint]
125121
* [Xdebug]
126-
* [Scream]
127-
128122
129123
### ErrorException
130124
@@ -152,7 +146,6 @@ More information on this and details on how to use `ErrorException` with error h
152146
153147
[errorreport]: /#error_reporting
154148
[Xdebug]: https://xdebug.org/docs/basic
155-
[Scream]: https://secure.php.net/book.scream
156149
[Error Control Operators]: https://secure.php.net/language.operators.errorcontrol
157150
[SitePoint]: https://www.sitepoint.com/
158151
[Whoops!]: https://filp.github.io/whoops/

0 commit comments

Comments
 (0)