<?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>Dazzle CMS &#187; PHPBB</title>
	<atom:link href="http://blog.dazzlecms.com/category/php/phpbb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dazzlecms.com</link>
	<description>Dazzle Development Blog</description>
	<lastBuildDate>Tue, 10 Aug 2010 22:15:57 +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>Dazzle CMS Registry System Completed</title>
		<link>http://blog.dazzlecms.com/php/dazzle-cms-registry-system-completed/</link>
		<comments>http://blog.dazzlecms.com/php/dazzle-cms-registry-system-completed/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:03:00 +0000</pubDate>
		<dc:creator>Dazzle CMS</dc:creator>
				<category><![CDATA[Dazzle CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP-Nuke]]></category>
		<category><![CDATA[PHPBB]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://blog.dazzlecms.com/?p=36</guid>
		<description><![CDATA[Hello everyone, Dazzle cms team here and thought i post some updates as were near the completion of our framework stage, alot of major changes are in progress mostly everything we are creating right now is seperate from dazzle cms but we manage to come up with an registry system not only that php files, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.dazzlecms.com%2Fphp%2Fdazzle-cms-registry-system-completed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.dazzlecms.com%2Fphp%2Fdazzle-cms-registry-system-completed%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Hello everyone,</p>
<p>Dazzle cms team here and thought i post some updates as were near the completion of our framework stage, alot of major changes are in progress mostly everything we are creating right now is seperate from dazzle cms</p>
<p>but we manage to come up with an registry system not only that php files, json, xml, ini even serialize functions has built in plugin baseed framework</p>
<p>atm we currently working on extending the framework with an ftp based framework, files and folders, chmod, chown using ftp, sftp or ssh2</p>
<p>so what does this all mean, you can store all settings in files, not only keeps less stored in the database but also makes everything perform faster and php will be able to handle more instances per database connection.</p>
<p>from using this framework from editing config files, to json encoding , xml, ini or even re-encode serialization strings. as soon as all our test cases are complete and functions on this next class  we begin implementing this into our Registry system and we will begin the first change over in the cms</p>
<p>try keep an eye on this blog as we update this regularly</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dazzlecms.com/php/dazzle-cms-registry-system-completed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3.1 Released!</title>
		<link>http://blog.dazzlecms.com/php/php-5-3-1-released/</link>
		<comments>http://blog.dazzlecms.com/php/php-5-3-1-released/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:29:54 +0000</pubDate>
		<dc:creator>Dazzle CMS</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP-Nuke]]></category>
		<category><![CDATA[PHPBB]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://blog.dazzlecms.com/?p=20</guid>
		<description><![CDATA[The PHP development team is proud to announce the immediate release of PHP 5.3.1. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes. Security Enhancements and Fixes in PHP 5.3.1: Added &#8220;max_file_uploads&#8221; INI directive, which can be set to limit the number of file uploads per-request to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.dazzlecms.com%2Fphp%2Fphp-5-3-1-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.dazzlecms.com%2Fphp%2Fphp-5-3-1-released%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The PHP development team is proud to announce the immediate release of PHP 5.3.1. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes.</p>
<p><strong>Security Enhancements and Fixes in PHP 5.3.1:</strong></p>
<ul>
<li>Added &#8220;max_file_uploads&#8221; INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.</li>
<li>Added missing sanity checks around exif processing.</li>
<li>Fixed a safe_mode bypass in tempnam().</li>
<li>Fixed a open_basedir bypass in posix_mkfifo().</li>
<li>Fixed bug #50063 (safe_mode_include_dir fails).</li>
<li>Fixed bug #44683 (popen crashes when an invalid mode is passed).</li>
</ul>
<p><strong>Key Bug Fixes in PHP 5.3.1 include:</strong></p>
<ul>
<li>Fixed crash in com_print_typeinfo when an invalid typelib is given.</li>
<li>Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery() when calling using Reflection.</li>
<li>Fixed crash when instantiating PDORow and PDOStatement through Reflection.</li>
<li>Fixed bug #49910 (no support for ././@LongLink for long filenames in phar   tar support).</li>
<li>Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined).</li>
<li>Around 100 other bug fixes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.dazzlecms.com/php/php-5-3-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
