<?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>Mon, 08 Sep 2008 03:18:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Virtual Appliances: LAMP development made easy]]></title>
      <guid>http://www.phpdeveloper.org/news/10268</guid>
      <link>http://www.phpdeveloper.org/news/10268</link>
      <description><![CDATA[<p>
On the PHP::Impact blog, <i>Federico Cargnelutti</i> shares some <a href="http://phpimpact.wordpress.com/2008/05/24/virtual-appliances-lamp-development-made-easy/">quick steps</a> for setting up a virtual appliance on your system for "LAMP development made easy".
</p>
<blockquote>
In this article I will show you why the LAMP platform has become the platform of choice for the development and deployment of high performance Web applications. To get a LAMP development environment fired up without the hassles of configuring everything from scratch you only need one thing, a Virtual Appliance.
</blockquote>
<p>
He explains what the virtual appliance is and show the three step (really just two) process to getting things all set up and working with a complete Ubunutu, Taskel and Zend Framework installation layered on top of your OS now.
</p>]]></description>
      <pubDate>Mon, 26 May 2008 12:05:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Installing PECL subversion extension for PHP in Ubuntu 7.10]]></title>
      <guid>http://www.phpdeveloper.org/news/10012</guid>
      <link>http://www.phpdeveloper.org/news/10012</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has a <a href="http://hasin.wordpress.com/2008/04/21/installing-pecl-subversion-extension-for-php-in-ubuntu-710/">new post</a> to his blog today about trying to set up the PHP extension for interaction between his scripts and the subversion version control libraries on his Ubuntu linux system.
</p>
<blockquote>
I was trying to interact with my subversion repositories using PHP yesterday and I knew that PECL has a extension named "SVN" for PHP users. So I tried to install in in my machine by when I tried to install it with the [following] command it always failed.
</blockquote>
<p>
The trick to his hint is to install the libsvn-dev package (found via a search with apt-get) and installed and compiled in to the PHP installation with <a href="http://pecl.php.net/package/svn">the extension</a>. Sample code is included.
</p>]]></description>
      <pubDate>Tue, 22 Apr 2008 09:48:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andi Gutmans' Blog: Zend Framework to be part of Ubuntu!]]></title>
      <guid>http://www.phpdeveloper.org/news/9726</guid>
      <link>http://www.phpdeveloper.org/news/9726</link>
      <description><![CDATA[<p>
<i>Andi Gutmans</i> has some <a href="http://andigutmans.blogspot.com/2008/02/zend-framework-to-be-part-of-ubuntu.html">great news</a> for Ubuntu users - the Zend Framework will be included in a future version of the linux distribution (Hardy Heron, Ubntu 8).
</p>
<blockquote>
We are very proud to be an integral part of the Ubuntu distribution going forward. This is an important step towards making Zend Framework accessible to a broader audience and by working closely with the MOTUs we are able to ensure a positive end-user experience.
</blockquote>
<p>
<i>Andi</i> also points out some of the stats from the framework's life so far: 4M downloads of Zend Framework, 500K of them unique and only growing stronger.
</p>]]></description>
      <pubDate>Fri, 29 Feb 2008 11:11:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Installing Imagick extension for PHP in Ubuntu 7.10]]></title>
      <guid>http://www.phpdeveloper.org/news/9583</guid>
      <link>http://www.phpdeveloper.org/news/9583</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has <a href="http://hasin.wordpress.com/2008/02/06/installing-imagick-extension-for-php-in-ubuntu-710/">provided some instructions</a> he's created to install the Imagick extension for PHP on a Ubuntu linux system (7.10) in a new blog entry.
</p>
<blockquote>
I already have ImageMagick installed in my machine and I tried to install the Imagick extension for PHP but I was stuck with strange errors. I have spent couple of hours today to figure out what I did wrong and Why I cant build that extension. Finally I've figured out that I must install ImageMagick from source first to build that extension. Heres how to.
</blockquote>
<p>
He walks through the install, talking about where to get the package from, where to get the PECL extension for PHP and the compile process (with the result of a .so file PHP's extension can use).
</p>]]></description>
      <pubDate>Thu, 07 Feb 2008 09:30:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Benchmark of PHP Branches 3.0 through 5.3-CVS]]></title>
      <guid>http://www.phpdeveloper.org/news/9582</guid>
      <link>http://www.phpdeveloper.org/news/9582</link>
      <description><![CDATA[<p>
<i>Sebastian Bergmann</i> has <a href="http://sebastian-bergmann.de/archives/745-Benchmark-of-PHP-Branches-3.0-through-5.3-CVS.html">posted the results</a> of some benchmarking on the compilation he's done on the branches of PHP from version 3.0 all the way up to 5.3-CVS.
</p>
<blockquote>
As people keep asking me for an update to my previous benchmarks (<a href="http://sebastian-bergmann.de/archives/634-PHP-GCC-ICC-Benchmark.html">PHP / GCC / ICC Benchmark</a>, <a href="http://sebastian-bergmann.de/archives/566-PHP-5.1-GCC-Benchmark-Update.html">PHP 5.1 / GCC Benchmark (Update)</a>, and <a href="http://sebastian-bergmann.de/archives/504-PHP-5.1-Performance.html">PHP 5.1 Performance</a>, I quickly ran a new benchmark today.
</blockquote>
<p>
He rendered the results out into a <a href="http://www.flickr.com/photos/sebastian_bergmann/sets/72157603864149774/detail/">series of charts</a> defining the number of total seconds taken for the compile and how long each of the components took. It's impressive to see how much of a jump there was between the 3.0 series and 4.3.
</p>
<p>
He also includes his compile settings (and machine information) as well as the numbers for the results if you'd like to graph them out yourself.
</p>]]></description>
      <pubDate>Thu, 07 Feb 2008 08:49:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Ubuntu Updates PHP Packages]]></title>
      <guid>http://www.phpdeveloper.org/news/9148</guid>
      <link>http://www.phpdeveloper.org/news/9148</link>
      <description><![CDATA[<p>
The Ubuntu linux group has <a href="http://www.ubuntu.com/usn/usn-549-1">released an update</a> for their PHP packages to help protect their users from issues like security bypass and remote exploits.
</p>
<blockquote>
This fixes a weakness and some vulnerabilities, where some have unknown impacts and others can be exploited by malicious, local users to bypass certain security restrictions and by malicious users to bypass certain security restrictions.
</blockquote>
<p>
Packages can either be <a href="http://www.ubuntu.com/usn/usn-549-1">downloaded manually</a> or via the linux distro's package manager. This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.
</p>]]></description>
      <pubDate>Fri, 30 Nov 2007 08:41:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Vinu Thomas' Blog: Installing the PHP Java Bridge in Ubuntu (Gutsy Gibbon)]]></title>
      <guid>http://www.phpdeveloper.org/news/9098</guid>
      <link>http://www.phpdeveloper.org/news/9098</link>
      <description><![CDATA[<p>
On his blog, <i>Vinu Thomas</i> has <a href="http://blogs.vinuthomas.com/2007/11/22/installing-the-php-java-bridge-in-ubuntu-gutsy-gibbon/">posted a guide</a> to installing the Java bridge for PHP on an Ubuntu system:
</p>
<blockquote>
If you're looking for the easiest way to install the PHP Java Bridge in Ubuntu, follow these simple steps...
</blockquote>
<p>
The basic steps are quick and easy - be sure you have Java installed on your system (commands to install are included), download the Java bridge from <a href="http://downloads.sourceforge.net/php-java-bridge/php-java-bridge_4.3.0-1_i386.deb">Sourceforge</a> and issue the commands (again, included) to install it into your apache2 package.
</p>]]></description>
      <pubDate>Thu, 22 Nov 2007 18:48: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[HowTo Forge: Installing And Working With Xoops Under Ubuntu 6.10]]></title>
      <guid>http://www.phpdeveloper.org/news/8677</guid>
      <link>http://www.phpdeveloper.org/news/8677</link>
      <description><![CDATA[<p>
The HowTo Forge website has <a href="http://www.howtoforge.com/xoops_ubuntu">a new tutorial</a> posted showing how to get the popular PHP-based content maagement system, <a href="http://www.xoops.org/">Xoops</a> installed and working on your Ubuntu linux machine.
</p>
<blockquote>
I want to show you how to install Xoops on Ubuntu. I used the Ubuntu 6.10 Server Edition, but it will probably work on other systems as well. Xoops is a modern Content-Management-System which can be extended with a variety of modules. Further information about Xoops can be read on the <a href="http://www.xoops.org/">official Website</a>.
</blockquote>
<p>
The process is pretty simple, there's basically only four or five main steps to the process, but some have several substeps (like the Xoops install screens that take up a lot of step four).
</p>]]></description>
      <pubDate>Tue, 18 Sep 2007 18:04:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowTo Forge: Multisite CVS Drupal Installation on Ubuntu]]></title>
      <guid>http://www.phpdeveloper.org/news/8412</guid>
      <link>http://www.phpdeveloper.org/news/8412</link>
      <description><![CDATA[<p>
A <a href="http://www.howtoforge.com/multisite_drupal_installation_ubuntu">new tutorial</a> over on the HowTo Forge website today steps you through the process of getting a multisite Drupal installation set up on Ubuntu via CVS.
</p>
<blockquote>
<p>
This howto shows you how to do a multi-site Drupal install on Ubuntu. It also covers how to layout your directories for ease of maintenance, and how to ensure that you can update Drupal easily from CVS. 
</p>
<p>
Why go to all this bother? Why not just install Drupal using sudo aptitude install drupal? The answer is that as your website gets more popular, you're going to need to keep up to date with security patches, as well as manage all the custom modules you've installed.
</p>
</blockquote>
<p>
<a href="http://www.howtoforge.com/multisite_drupal_installation_ubuntu">The tutorial</a> is broken up into sections:
</p>
<ul>
<li>Configure DNS
<li>Install Packages
<li>Test Apache2/PHP Installation
<li>Test MySQL Installation
<li>Install Drupal Using CVS
<li>CVS Updates
<li>Create Additional Directories
<li>Create the Drupal Sites
<li>Configure Drupal
</ul>]]></description>
      <pubDate>Wed, 08 Aug 2007 11:16:00 -0500</pubDate>
    </item>
  </channel>
</rss>
