<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 00:05:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Johannes Schluter's Blog: Scream!]]></title>
      <guid>http://www.phpdeveloper.org/news/12037</guid>
      <link>http://www.phpdeveloper.org/news/12037</link>
      <description><![CDATA[<p>
After being tasked with some code that was filled with the suppression character (@) all over, <i>Johannes Schluter</i> decided to take matters into his own hands and write an extension to disable it.
</p>
<blockquote>
That's annoying. So I wrote a simple extension disabling this operator. That helped. I then proposed that extension to <A href="http://pecl.php.net/">pecl</a>, while doing that I found out that <a href="http://t3.dotgnu.info/blog/php/breaking-the-silence.html">Gopal has written a similar extension</a> before. After short discussions we added that extension, using the name <a href="http://pecl.php.net/scream">scream</a> to pecl and released the extension there.
</blockquote>
<p>
Documentation for the extension has <a href="http://php.net/scream">already been added</a> to the PHP manual for the "Break the Silence" operator. By enabling the setting (either in your php.ini or via an <a href="http://php.net/ini_set">ini_set</a>) turning on "scream_enabled", any use of the suppression operator (@) will be nulled out and all according error messages will be displayed. 
</p>]]></description>
      <pubDate>Fri, 27 Feb 2009 11:14:50 -0600</pubDate>
    </item>
  </channel>
</rss>
