<?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>Kangaroo Court {concept47 blog} &#187; php</title>
	<atom:link href="http://www.concept47.com/austin_web_developer_blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.concept47.com/austin_web_developer_blog</link>
	<description>An Austin Web Developer's Blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:34:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiled PHP not loading correct php.ini</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/compiled-php-not-loading-correct-phpini/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/compiled-php-not-loading-correct-phpini/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 07:36:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=158</guid>
		<description><![CDATA[This one drove me nuts.
I was compiling various versions of PHP4 on Mac OS X and even though the phpinfo() was saying that it was loading the php.ini at /usr/local/php/php.ini it really wasnt (still haven&#8217;t figured out what it was loading).
But after trawling about for a while, I found this excellent forum post that told [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/compiled-php-not-loading-correct-phpini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php&#8217;s print_r equivalent in ruby on rails</title>
		<link>http://www.concept47.com/austin_web_developer_blog/ruby/phps-print_r-equivalent-in-ruby-on-rails/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/ruby/phps-print_r-equivalent-in-ruby-on-rails/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:10:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/05/01/phps-print_r-equivalent-in-ruby-on-rails/</guid>
		<description><![CDATA[I was going through my google analytics logs today and I noticed that a lot of folks were coming to my site on Google searches for stuff like &#8216;print_r + ruby on rails&#8216;.
So I figured I&#8217;d write a blog post about it, because I&#8217;ve had the same problem.
What you&#8217;re looking for is &#8216;inspect&#8217;. 
If you [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/ruby/phps-print_r-equivalent-in-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gotcha in Ruby for PHP Developers with multiple assignments of array to variables</title>
		<link>http://www.concept47.com/austin_web_developer_blog/ruby/gotcha-in-ruby-for-php-developers-with-multiple-assignments-of-array-to-variables/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/ruby/gotcha-in-ruby-for-php-developers-with-multiple-assignments-of-array-to-variables/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 18:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/04/29/gotcha-in-ruby-for-php-developers-with-multiple-assignments-of-array-to-variables/</guid>
		<description><![CDATA[The more I work with Ruby and Ruby on Rails, the more I begin to understand (though not necessarily agree with) a lot of the vitriol that has been aimed at PHP over the years by developers using other more rigorous languages.
A few weeks back I ran into this little speed bump while working with [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/ruby/gotcha-in-ruby-for-php-developers-with-multiple-assignments-of-array-to-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with PHP4 and PHP5 sessions not working? &#8230; you may be using numeric keys!</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/problems-with-php4-and-php5-sessions-not-working-you-may-be-using-numeric-session-keys/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/problems-with-php4-and-php5-sessions-not-working-you-may-be-using-numeric-session-keys/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 10:45:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/03/27/problems-with-php4-and-php5-sessions-not-working-you-may-be-using-numeric-session-keys/</guid>
		<description><![CDATA[I have just blown 4 &#8211; 5 hours on this &#8220;feature&#8221; of PHP and I thought someone else would care to know.
You can&#8217;t use numeric keys for sessions in php! 
so stuff like
$_SESSION['1234']  = 'boo";
&#8230; won&#8217;t work because PHP&#8217;s session handling mechanism simply refuses to store that particular session variable.
Even worse, it fails silently, leading [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/problems-with-php4-and-php5-sessions-not-working-you-may-be-using-numeric-session-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why query strings in urls drive Googlebot and other search engine crawlers insane</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/why-query-strings-in-urls-drive-googlebot-and-other-search-engine-crawlers-insane/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/why-query-strings-in-urls-drive-googlebot-and-other-search-engine-crawlers-insane/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 01:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/02/08/why-query-strings-in-urls-drive-googlebot-and-other-search-engine-crawlers-insane/</guid>
		<description><![CDATA[&#8220;We have to reinvent the wheel every once in a while, not because we need a lot of wheels; but because we need a lot of inventors.&#8221;
- Bruce Joyce
I wrote about my experience writing a site crawler in php in an earlier post, and I&#8217;m going to use some of the background there to make [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/why-query-strings-in-urls-drive-googlebot-and-other-search-engine-crawlers-insane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s crawler [Googlebot] isn&#8217;t that sophisticated/writing a crawler in php</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/googles-crawler-googlebot-isnt-that-sophisticatedwriting-a-crawler-in-php/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/googles-crawler-googlebot-isnt-that-sophisticatedwriting-a-crawler-in-php/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 01:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/02/08/googles-crawler-googlebot-isnt-that-sophisticatedwriting-a-crawler-in-php/</guid>
		<description><![CDATA[I spent a lot of time early last year, trying to write a crawler in php (I know, I know).
It was supposed to sit on the server and when so that when you went to the url, it&#8217;d generate a google sitemap for your entire site.
What I found out was that writing a good crawler [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/googles-crawler-googlebot-isnt-that-sophisticatedwriting-a-crawler-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why php_value directives for php.ini set in .htaccess fail when php is running as cgi or fcgi</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/why-php_value-directives-for-phpini-set-in-htaccess-fail-when-php-is-running-as-cgi-or-fcgi/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/why-php_value-directives-for-phpini-set-in-htaccess-fail-when-php-is-running-as-cgi-or-fcgi/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 06:35:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/02/05/why-php_value-directives-for-phpini-set-in-htaccess-fail-when-php-is-running-as-cgi-or-fcgi/</guid>
		<description><![CDATA[I was trying to take advantage of PHP5&#8217;s new auto_prepend_file directive today, by using the php_value directive to set it in a .htaccess file. But as soon as I did that, my cheerfully running application puked and died, with the familiar message.
&#8220;Internal Server Error
The server encountered an internal error or misconfiguration and was unable to [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/why-php_value-directives-for-phpini-set-in-htaccess-fail-when-php-is-running-as-cgi-or-fcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run both mysql5 and mysql4 on the same windows Machine.</title>
		<link>http://www.concept47.com/austin_web_developer_blog/windows/how-to-run-both-mysql5-and-mysql4-on-the-same-windows-machine/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/windows/how-to-run-both-mysql5-and-mysql4-on-the-same-windows-machine/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 06:48:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/02/04/how-to-run-both-mysql5-and-mysql4-on-the-same-windows-machine/</guid>
		<description><![CDATA[I finally made the jump from mysql 4 the other day, to take advantage of mysql&#8217;s new &#8220;INSERT &#8230; ON DUPLICATE UPDATE&#8221; command (which I think is spectacular by the way).
I didn&#8217;t want to actually upgrade from mysql4 to mysql5, just run the two mysqls side by side &#8230; so I looked around for a [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/windows/how-to-run-both-mysql5-and-mysql4-on-the-same-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A lesson in PHP&#8217;s design and why its deployment model &#8220;just works&#8221;</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/a-lesson-in-phps-design-and-why-its-deployment-model-just-works/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/a-lesson-in-phps-design-and-why-its-deployment-model-just-works/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 07:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/01/20/a-lesson-in-phps-design-and-why-its-deployment-model-just-works/</guid>
		<description><![CDATA[Ian Bickings&#8217;s &#8220;What PHP Deployment gets right&#8221;
This is a wonderfully written article on how PHP works, and the funny thing is that Ian seems to be more of a Python guy than anything. Needless to say, I learned a few things from reading this &#8230;


 What people don’t realize is that PHP is effectively a [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/a-lesson-in-phps-design-and-why-its-deployment-model-just-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fully commented and explained Xdebug.ini</title>
		<link>http://www.concept47.com/austin_web_developer_blog/php/fully-commented-and-explained-xdebugini/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/php/fully-commented-and-explained-xdebugini/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 01:59:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://concept47.com/austin_web_developer_blog/2007/12/07/fully-commented-and-explained-xdebugini/</guid>
		<description><![CDATA[For all you php debuggers out there losing time looking up xdebug settings in xdebug&#8217;s difficult-to-look-up documentation &#8230;
now you have this &#8230;
A well documented and well commented xdebug.ini by Gaetano Giunta.
]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/php/fully-commented-and-explained-xdebugini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve problem with USB devices not responding on resumption from standby in Bootcamp.</title>
		<link>http://www.concept47.com/austin_web_developer_blog/windows/how-to-solve-problem-with-usb-devices-not-responding-on-resumption-from-standby-in-bootcamp/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/windows/how-to-solve-problem-with-usb-devices-not-responding-on-resumption-from-standby-in-bootcamp/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 21:49:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://concept47.com/austin_web_developer_blog/2007/12/07/how-to-solve-problem-with-usb-devices-not-responding-on-resumption-from-standby-in-bootcamp/</guid>
		<description><![CDATA[So &#8230; I&#8217;m running Windows XP on a 17&#8243; Macbook Pro with Bootcamp &#8230;
Every now and then, when I put the laptop on Standby and try to resume work from where I left off, the USB devices stop responding all together.
This is a big problem for me, since

 I put my laptop in and out [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/windows/how-to-solve-problem-with-usb-devices-not-responding-on-resumption-from-standby-in-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
