<?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>Joshua Ostrom - riafan &#187; PHP</title>
	<atom:link href="http://www.joshuaostrom.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 10 Nov 2011 20:12:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP ODBC Across Networked Drives</title>
		<link>http://www.joshuaostrom.com/2008/08/20/php-odbc-across-networked-drives/</link>
		<comments>http://www.joshuaostrom.com/2008/08/20/php-odbc-across-networked-drives/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 18:36:10 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/08/20/php-odbc-across-networked-drives/</guid>
		<description><![CDATA[While integrating some backend services needed by our RIA I ran across a small hiccup that was easily fixed but I thought I&#8217;d post in case someone else get&#8217;s stumped by this (apparently some already have ). Problem: PHP needed access to and ODBC connection that pointed to a dBase III database on a remote [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/08/20/php-odbc-across-networked-drives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHPbb over 443 (https)</title>
		<link>http://www.joshuaostrom.com/2008/02/14/phpbb-over-443-https/</link>
		<comments>http://www.joshuaostrom.com/2008/02/14/phpbb-over-443-https/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 20:24:38 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPbb]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=17</guid>
		<description><![CDATA[Quick heads up for anyone having trouble getting phpbb to working under a secure (https) installation. You may have to manually go in and change cookie_secure from 0 to 1 in the database table `_config`.]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/02/14/phpbb-over-443-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Large File Uploads</title>
		<link>http://www.joshuaostrom.com/2008/02/05/php-large-file-uploads/</link>
		<comments>http://www.joshuaostrom.com/2008/02/05/php-large-file-uploads/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 14:15:22 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=14</guid>
		<description><![CDATA[Okay, here&#8217;s a quick check list of php.ini variables that may need tweeking for allowing large file uploads&#8230; file_uploads (You&#8217;ll want this set to &#8220;On&#8221;) upload_max_filesize (2MB default) post_max_size (8MB default) max_execution_time max_input_time memory_limit My $_FILES array kept turning up empty, turned out to be the post_max_size still set at 8MB.]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/02/05/php-large-file-uploads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dbtcp on SuSe 10.x</title>
		<link>http://www.joshuaostrom.com/2007/11/07/dbtcp-on-suse-10x/</link>
		<comments>http://www.joshuaostrom.com/2007/11/07/dbtcp-on-suse-10x/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 22:25:38 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Suse]]></category>
		<category><![CDATA[dbtcp]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=10</guid>
		<description><![CDATA[First off, to compile dbtcp as a PHP extension, you&#8217;ll need to have phpize installed. I didn&#8217;t, so I opened up YAST and click on PHP&#8217;s devel package. A YAST dependency warning is thrown, click remove php-devel, press OK, select ignore and OK. Extract archive to /usr/src/dbtcp >cd /usr/src/dbtcp Opened MakeFile and added -fPIC to [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2007/11/07/dbtcp-on-suse-10x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

