<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RickSeymour.com &#187; server</title>
	<atom:link href="http://www.rickseymour.com/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rickseymour.com</link>
	<description>&#34;I am what I am because of who we all are&#34; [Ubuntu]</description>
	<lastBuildDate>Wed, 05 May 2010 19:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Xdebug in PHP</title>
		<link>http://www.rickseymour.com/2010/03/01/xdebug-in-php/</link>
		<comments>http://www.rickseymour.com/2010/03/01/xdebug-in-php/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:23:37 +0000</pubDate>
		<dc:creator>Rick.Seymour</dc:creator>
				<category><![CDATA[Website/IT]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.rickseymour.com/?p=472</guid>
		<description><![CDATA[Xdebug in PHP is speeding up my debuging of code. It allows me to backtrack through errors to see which function they were originally part of. As any web product grows it is sometimes difficult to diagnose where a function call was made that resulted in an error being generated. Below is a snippet from [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Xdebug in PHP is speeding up my debuging of code. It allows me to backtrack through errors to see which function they were originally part of. As any web product grows it is sometimes difficult to diagnose where a function call was made that resulted in an error being generated.</p>
<p>Below is a snippet from my error log showing how, well ok, it&#8217;s because I used a == instead of an is_() function call.</p>
<p>[01-Mar-2010 08:52:19] PHP Notice:  Undefined index: **VARIBLE*** in ***FILE1*** on line 342<br />
[01-Mar-2010 08:52:19] PHP Stack trace:<br />
[01-Mar-2010 08:52:19] PHP   1. {main}() ***FILE2***:0<br />
[01-Mar-2010 08:52:19] PHP   2. ***FUNCTION1***() ***FILE2***:262<br />
[01-Mar-2010 08:52:19] PHP   3. ***FUNCTION2*** ***FILE1***:223<br />
﻿</p>
<p>TIP: Build Xdebug externally and call it in your php.ini file:-</p>
<p>zend_extension=&#8221;/FULL_PATH_TO/xdebug.so&#8221;</p>
<p>I have tried out APM (PHP Monitoring) but I could not get it to function correctly, however this may be due to conflict with xdebug.</p>
<p>Do you have any recommendations for PHP error log monitoring. Most of the products I have seen have not been worked on in months if not years and with the developments in PHP5.3 and the upcoming PHP6 I would like to have background monitoring and database insertion of errors. (A sexy AJAX interface would be great too!)</p>
<fb:share-button href="http://www.rickseymour.com/2010/03/01/xdebug-in-php/" type="button_count"></fb:share-button>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickseymour.com/2010/03/01/xdebug-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
