<?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, 08 Aug 2008 16:22:09 -0500</pubDate>
    <ttl>30</ttl>
    <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[Derick Rethans' Blog: Xdebug finally in Debian]]></title>
      <guid>http://www.phpdeveloper.org/news/10154</guid>
      <link>http://www.phpdeveloper.org/news/10154</link>
      <description><![CDATA[<p>
PHP developers working on Debian have one more reason to be happy with their choice of linux distributions - as <i>Derick Reathans</i> <a href="http://derickrethans.nl/xdebug_finally_in_debian.php">notes</a>, XDebug has been added as an apt-getable package to the Debian systems.
</p>
<blockquote>
Since a few days, there is a new package in Debian: <a href="http://lists.debian.org/debian-devel-changes/2008/05/msg00361.html">php5-xdebug</a>. After a few years of talking licenses, due to the help of Martin Meredith and <a href="http://feeding.cloud.geek.nz/">Francois Marier</a> Xdebug can finally be installed with apt-get.
</blockquote>
<p>
<a href="http://xdebug.org/">XDebug</a> is a debugging and profiling tool that adds additional information (more than just the usual "error on line..." sort of thing) to the output of your PHP scripts. It also adds more complex functionality like profiling and code coverage reports run on your applications.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 12:03:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Carsten Lucke's Blog: Configuration issues with Xdebug on Debian Etch]]></title>
      <guid>http://www.phpdeveloper.org/news/9547</guid>
      <link>http://www.phpdeveloper.org/news/9547</link>
      <description><![CDATA[<p>
For anyone that's had an issue with getting XDebug to work with the Debian linux distribution, you might want to check out <a href="http://blog.lucke.info/2008/01/30/configuration-issues-with-xdebug-on-debian-etch/">this helpful hint</a> <i>Carsten Lucke</i> has posted about.
</p>
<blockquote>
This week I started to setup a Debian-based (Etch) web-server with PHP 5.2 in a virtual-machine with VMWare. Part of this setup was getting XDebug2 integrated. It's really awesome and my students definitely need to learn about it. [...] Building went well as usual but when I tried to integrate the extension inside php.ini it was all weird.
</blockquote>
<p>
His system kept throwing him an error when he tried to load the shared module using the zend_extension directive, hand things happened. Loading it normally worked (so he knew it wasn't the module) and he finally figured out the problem:
</p>
<blockquote>
But I need to enable it as Zend extension. Whatever. I finally used the full path to xdebug.so to load it [...] that worked. 
</blockquote>]]></description>
      <pubDate>Fri, 01 Feb 2008 12:44:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[HowToForge: How To Install a Complete LEMP on Ubuntu/Debian]]></title>
      <guid>http://www.phpdeveloper.org/news/8888</guid>
      <link>http://www.phpdeveloper.org/news/8888</link>
      <description><![CDATA[<p>
On the HowToForge website, there's a <a href="http://www.howtoforge.com/lemp_nginx_mysql_php_ubuntu_debian">new step-by-step tutorial</a> on getting a complete setup of Linux, EngineX, MySQL and PHP on a Ubuntu/Debian box working.
</p>
<blockquote>
This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). So this config is ideal for a small VPS. You can find a good choice of cheap and performant VPS (XEN) at <a href="http://www.xencon.net/">x|encon</a>, a german hosting company. they provide many scalable VPS solutions with pre-installed Debian and Ubuntu disc images.
</blockquote>
<p>
They have it broken out into <a href="http://www.howtoforge.com/lemp_nginx_mysql_php_ubuntu_debian">five overarching steps</a> for getting things working, but there's lots of little sub-steps you'll need to work through to get it up and running. Thankfully, most of the hard part (installing the packages) is handled through the apt-get command and you won't be required to compile.
</p>]]></description>
      <pubDate>Tue, 23 Oct 2007 12:09:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Debian Update for PHP4 & PHP5]]></title>
      <guid>http://www.phpdeveloper.org/news/8201</guid>
      <link>http://www.phpdeveloper.org/news/8201</link>
      <description><![CDATA[<p>
On Secunia.com, two new updates for the Debian linux distribution have been posted - on for PHP4 and the other for PHP5:
</p>
<blockquote>
Debian has issued an update for php4/5. This fixes some vulnerabilities, which can be exploited by malicious people to conduct cross-site scripting attacks, cause a DoS (Denial of Service), and potentially compromise a vulnerable system.
</blockquote>
<p>
You can get more information and links to the downloads here:
</p>
<ul>
<li><a href="http://secunia.com/advisories/25945/">PHP4 announcement</a>
<li><a href="http://secunia.com/advisories/25938/">PHP5 announcement</a>
</ul>]]></description>
      <pubDate>Mon, 09 Jul 2007 10:26:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Debian update for PHP5]]></title>
      <guid>http://www.phpdeveloper.org/news/7884</guid>
      <link>http://www.phpdeveloper.org/news/7884</link>
      <description><![CDATA[<p>
A <a href="http://secunia.com/advisories/25318/">new advisory</a> from Secunia today points out an update that the Debian group has released for their PHP5 package to correct a few issues:
</p>
<blockquote>
Debian has issued an update for php5. This fixes some vulnerabilities, which can be exploited by malicious users to bypass certain security restrictions or by malicious people to potentially compromise a vulnerable system.
</blockquote>
<p>
You can either grab the package with apt-get to get the latest or you can get it from one of the links in <a href="http://secunia.com/advisories/25318/">the advisory post</a> for your architecture.
</p>]]></description>
      <pubDate>Mon, 21 May 2007 12:53:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: WordPress Issues - Two Plugins (wp-Table & wordTube) and a Debian Update]]></title>
      <guid>http://www.phpdeveloper.org/news/7754</guid>
      <link>http://www.phpdeveloper.org/news/7754</link>
      <description><![CDATA[<p>
Secunia has listed three new advisories relates to WordPress and some of its plugins - an update for Debian, the wordTube plugin, and the wp-Table plugin.
</p>
<p>
First off, it's <a href="http://secunia.com/advisories/25108/">recommended for Debian users</a> to update the install of WordPress they currently have due to some vulnerabilities that leaves it open to SQL injections.
</p>
<p>
The <a href="http://secunia.com/advisories/25074/">advisory for wordTube</a> recommends an update because of functionality that could cause the disclosure of sensitive information about the system.
</p>
<p>
Finally, <a href="http://secunia.com/advisories/25063/">the wp-Table plugin issue</a> that's similar to the previous plugin issue making it possible to disclose information to the attacker.
</p>]]></description>
      <pubDate>Wed, 02 May 2007 10:08:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Debian Updates for PHP4 and PHP5 Users]]></title>
      <guid>http://www.phpdeveloper.org/news/7734</guid>
      <link>http://www.phpdeveloper.org/news/7734</link>
      <description><![CDATA[<p>
As noted on the security update website, <a href="http://www.secunia.com">Secunia.com</a>, Debian users can now update this distributions with the latest patches for both versions, PHP4 and PHP5.
</p>
<blockquote>
Debian has issued an update for php4/php5. This fixes some vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions, malicious users to disclose potentially sensitive information or compromise a vulnerable system, and by malicious people to compromise a vulnerable system.
</blockquote>
<p>
Links to the advisory posts (that include the links to download the updated packages):
<ul>
<li><a href="http://secunia.com/advisories/25025/">For PHP4 Users</a>
<li><a href="http://secunia.com/advisories/25062/">For PHP5 Users</a>
</ul>
It is recommended that Debian users update their installations immediately so as to avoid any kind of security issue that might result from the vulnerability.
</p>]]></description>
      <pubDate>Mon, 30 Apr 2007 12:14:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowToForge.com: Running Apache2 With PHP5 And PHP4 At The Same Time]]></title>
      <guid>http://www.phpdeveloper.org/news/4811</guid>
      <link>http://www.phpdeveloper.org/news/4811</link>
      <description><![CDATA[HowToForge.com has a new tutorail posted today that aims to show you how to <a href="http://www.howtoforge.com/apache2_with_php5_and_php4">run both PHP4 and PHP5</a> on a single Apache2 web server.
<p>
<quote>
<i>
This tutorial shows how to install and configure Apache2 with PHP5 and PHP4 enabled at the same time. Because it is not possible to run both PHP5 and PHP4 as Apache modules, we must run one of them as CGI, the other one as Apache module. In this document I will use PHP5 as Apache module and PHP4 as CGI, and I will describe the setup for the Linux distributions Debian Sarge (3.1) and Ubuntu 5.10 (Breezy Badger).
<p>
I want to say first that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you!
</i>
</quote>
<p>
They base the <a href="http://www.howtoforge.com/apache2_with_php5_and_php4">entire installation</a> around Debian, so ideally you're set up on it or have some pretty good knowledge of linux in general. They apt-get install several packages, change some Apache config files, enable some modules, and restart things to get it all set up. The Ubuntu install is just about as easy, wiht only really a few items changed.]]></description>
      <pubDate>Tue, 07 Feb 2006 15:27:53 -0600</pubDate>
    </item>
  </channel>
</rss>
