<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 21 Nov 2008 06:04:17 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPFreaks.com: The creation of the new site]]></title>
      <guid>http://www.phpdeveloper.org/news/10294</guid>
      <link>http://www.phpdeveloper.org/news/10294</link>
      <description><![CDATA[<p>
With the successful relaunch of the <a href="http://www.phpfreaks.com">PHPFreaks.com</a> website recently, <i>Daniel Egeberg</i> wanted to share a little glimpse behind the work that it took to get to that place. In <a href="http://www.phpfreaks.com/blog/the-creation-of-the-new-site">this new blog entry</a>, he talks about the technology, code and design aspects they worked through.
</p>
<blockquote>
I thought that, seeing as this is a programmer community, the people who have not had the privilege to have access to the forums where these things were discussed or access to the code itself might be interested in knowing a bit about the underlying technology and code that powers this website
</blockquote>
<p>
Some of the technologies they use include the <a href="http://framework.zend.com/">Zend Framework</a> running on a <a href="http://www.centos.org/">CentOS</a> with PHP5.2. Some of the highlights in the coding process included updates to Zend_Auth, using Zend_Acl for access management, content management and other various packages (like Zend_Feed, Zend_Form, Zend_Db, etc).
</p>]]></description>
      <pubDate>Thu, 29 May 2008 09:31:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPFreaks.com: Hardening PHP with Suhosin]]></title>
      <guid>http://www.phpdeveloper.org/news/10283</guid>
      <link>http://www.phpdeveloper.org/news/10283</link>
      <description><![CDATA[<p>
PHPFreaks.com has a <a href="http://www.phpfreaks.com/tutorial/hardening-php-with-suhosin">new tutorial</a> posted that looks to help you protect you and your application with an even greater level of security by using the <a href="http://www.hardened-php.net/suhosin/">Suhosin patch</a>.
</p>
<blockquote>
Suhosin is a great and simple way of increasing your security without having a large impact on overall performance. In this tutorial I will cover the installation and configuration of Suhosin on both debian etch and centos 5. I may cover mod_security in a later tutorial.
</blockquote>
<p>
They apt-get the packages needed for the patch in examples for two different distributions - Debian (etch) and CentOS. They also show how to set up some <a href="http://www.phpfreaks.com/tutorial/hardening-php-with-suhosin/page4">basic configuration</a> to get the patch installed and working with your PHP installation.
</p>]]></description>
      <pubDate>Wed, 28 May 2008 08:47:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowTo Forge: Installing The PHP-MSSQL Module On CentOS 5.0]]></title>
      <guid>http://www.phpdeveloper.org/news/8551</guid>
      <link>http://www.phpdeveloper.org/news/8551</link>
      <description><![CDATA[<p>
The HowTo Forge website has a <a href="http://www.howtoforge.com/installing_php_mssql_centos5.0">new tutorial</a> CentOS users out there might want to check out. It steps through the installation of a MSSQL database extension for PHP (it's not installed by default) from the yum repository.
</p>
<blockquote>
As you might have noticed on Centos 5.0, there is no PHP-MSSQL module/extension available in the default yum repositories. So if you want to use it you can alter the PHP binary or you can compile an mssql module/extension. In this article I will explain how to compile the mssql module/extension.
</blockquote>
<p>
It's a pretty simple process involving only a few downloads (RPM files) and altering the contents of some configuration files to make things work together happily. In the end, you'll have a dynamic extension you can load into your PHP installation whenever you want.
</p>]]></description>
      <pubDate>Wed, 29 Aug 2007 11:16:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowTo Forge: Installing The PHP-MemCache Module On CentOS 5.0]]></title>
      <guid>http://www.phpdeveloper.org/news/8275</guid>
      <link>http://www.phpdeveloper.org/news/8275</link>
      <description><![CDATA[<p>
On the HowTo Forge website today, there's a <a href="http://www.howtoforge.com/php_memcache_centos5.0">new tutorial</a> with a step-by-step process on installing the <a href="http://www.danga.com/memcached/">PHP-MemCache module</a> onto a system running the CentOS 5.0 operating system.
</p>
<blockquote>
"MemCached" is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. In this howto I explain how you can very easily install it and make it available in PHP. 
</blockquote>
<p>
<a href="http://www.howtoforge.com/php_memcache_centos5.0">The process</a> only involves five or six main steps (installation, testing, etc not included) finishing with the loading of the memcache.so file into the php.ini for the system to enable it.
</p>]]></description>
      <pubDate>Wed, 18 Jul 2007 11:14:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowToBoard.com: Installing php-5.2.0 from srpm on CentOS 4]]></title>
      <guid>http://www.phpdeveloper.org/news/6848</guid>
      <link>http://www.phpdeveloper.org/news/6848</link>
      <description><![CDATA[<p>
If you're running CentOS 4 and want to get PHP up and running on your installation, check out this <a href="http://howtoboard.com/showthread.html?t=16">quick and dirty guide</a> posted over on the HowToBoard.com.
</p>
<p>
The process really only involves six or seven steps to get things up and running, but you'll need to know how to get in and edit things before you can build the packages up right. Oh, and of course, a little credit where credit's due:
</p>
<blockquote>
Enjoy! Do not forget to install new php-pear as well. Special thanks to <a href="http://www.mysqlperformanceblog.com/about/">Peter Zaitsev</a>.
</blockquote>]]></description>
      <pubDate>Thu, 07 Dec 2006 15:17:00 -0600</pubDate>
    </item>
  </channel>
</rss>
