
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Php_error_messages</id>
		<title>Php error messages - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Php_error_messages"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Php_error_messages&amp;action=history"/>
		<updated>2026-06-13T23:44:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Php_error_messages&amp;diff=195&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Php_error_messages&amp;diff=195&amp;oldid=prev"/>
				<updated>2013-04-12T16:25:48Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== disabling user error and logging to a file ==&lt;br /&gt;
&lt;br /&gt;
added to /etc/php/cgi-php5.4/php.ini&lt;br /&gt;
 # supress php errors&lt;br /&gt;
 php_flag display_startup_errors off&lt;br /&gt;
 php_flag display_errors off&lt;br /&gt;
 php_flag html_errors off&lt;br /&gt;
 php_value docref_root 0&lt;br /&gt;
 php_value docref_ext 0&lt;br /&gt;
 # enable PHP error logging&lt;br /&gt;
 php_flag  log_errors on&lt;br /&gt;
 php_value error_log  /home/path/public_html/domain/PHP_errors.log&lt;br /&gt;
 # prevent access to PHP error log&lt;br /&gt;
 &amp;lt;Files PHP_errors.log&amp;gt;&lt;br /&gt;
  Order allow,deny&lt;br /&gt;
  Deny from all&lt;br /&gt;
  Satisfy All&lt;br /&gt;
 &amp;lt;/Files&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://stackoverflow.com/questions/1645661/turn-off-warnings-and-errors-on-php-mysql&lt;br /&gt;
&lt;br /&gt;
[[category:php]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>