<?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>Wed, 19 Jun 2013 04:28:32 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[XPertDeveloper.com: Configure PHP, Apache, MySQL on Ubuntu 11.10]]></title>
      <guid>http://www.phpdeveloper.org/news/17787</guid>
      <link>http://www.phpdeveloper.org/news/17787</link>
      <description><![CDATA[<p>
In <a href="http://www.xpertdeveloper.com/2012/04/configure-php-apache-mysql-on-ubuntu-11-10/">this tutorial</a> on the XPertDeveloper site today they show you the "quick and not-so-dirty" way to get PHP + Apache + MySQL set up on a Ubuntu machine (from packages).
</p>
<blockquote>
I have started working with Ubuntu 11.10 and my first task was to install PHP, Apache and MySQL in that. This is because without these three things computer is useless for PHP Developer. So Here I am sharing this article which shows how to install PHP, MySQL and Apache and configure with each other. This would be very useful for newbies, who have just jumped into web developing.
</blockquote>
<p>
The process mostly consists of installing a few packages - mysql-server, mysql-client, apache2, php5 libapache2-mod-php5 (as well as several others for various PHP extension support) - and starting up the default Apache server.
</p>]]></description>
      <pubDate>Fri, 06 Apr 2012 11:32:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chad Lung's Blog: Install Lighttpd, PHP and MySQL on Ubuntu 10.10]]></title>
      <guid>http://www.phpdeveloper.org/news/15683</guid>
      <link>http://www.phpdeveloper.org/news/15683</link>
      <description><![CDATA[<p>
In <a href="http://www.giantflyingsaucer.com/blog/?p=2115">this new post</a> to his blog <i>Chad Lung</i> walks you through the process of getting Lighttpd (web server), PHP and MySQL installed on a Ubuntu-based system. His specific installation is 10.10, but the instructions can be translated easily to most common versions.
</p>
<blockquote>
Sometimes you don't want Apache for your web server whatever your reasons might be. There are other options like <a href="http://nginx.org/">Nginx</a> and <a href="http://www.lighttpd.net/">Lighttpd</a>, today I'll setup Lighttpd along with PHP (via FastCGI) and <a href="http://www.mysql.com/">MySQL</a>.
</blockquote>
<p>
The Ubuntu package manager (apt-get/aptitude) takes a lot of the work out of it for you, installing the packages and dependencies. A few minimal changes to some configuration files for FastCGI and configuring the Lighttpd server and you'll be up and running in no time.
</p>]]></description>
      <pubDate>Wed, 05 Jan 2011 08:57:58 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[TechTatva.com:  [How To] Setup Cherokee with PHP5 FPM]]></title>
      <guid>http://www.phpdeveloper.org/news/15067</guid>
      <link>http://www.phpdeveloper.org/news/15067</link>
      <description><![CDATA[<p>
On the TechTatva.com site today there's <a href="http://www.techtatva.com/2010/08/how-to-setup-cherokee-with-php5-fpm/">a new tutorial</a> posted about getting the <a href="http://www.cherokee-project.com/">Cherokee</a> web server set up and running PHP5 FPM. It's a few simple steps to install and a few clicks around the GUI to get things configured.
</p>
<blockquote>
In this "how to" we will see how to setup <a href="http://www.cherokee-project.com/">cherokee</a> on Ubuntu with <a href="http://php-fpm.org/">PHP5-FPM</a> (FastCGI Process Manager). Although the cherokee <a href="http://www.cherokee-project.com/doc/cookbook_php.html">CookBook</a> claims that "If PHP-fpm binaries are found, those will be prioritized over the regular binaries."  it turns out that the latest stable version of cherokee in Launchpad gives errors while enabling
</blockquote>
<p>
A few calls to "apt-get" install some packages (Cherokee and php5-fpm) and changes to the Cherokee configuration - handled through its web-based interface - are all that's needed to add a new behavior rule to the default vServer to link to the PHP5-FPM install (as FastCGI).
</p>]]></description>
      <pubDate>Thu, 02 Sep 2010 12:35:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Installing PHP 5.3.1 On Ubuntu 9.10 (Karmic Koala) With aptitude/apt-get]]></title>
      <guid>http://www.phpdeveloper.org/news/13647</guid>
      <link>http://www.phpdeveloper.org/news/13647</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/427-Installing-PHP-5.3.1-On-Ubuntu-9.10-Karmic-Koala-With-aptitudeapt-get.html">a quick post</a> in response to some questions he saw about installing PHP on a Ubuntu system (9.10/Karmic Koala) via apt-get.
</p>
<blockquote>
As there was some exclaimation marks on Twitter about this, here's a quick article on installing PHP 5.3.1 on Ubuntu 9.10 using aptitude or apt-get. I use aptitude primarily, but the installation uses normal .deb files. Since Ubuntu will not officially adopt PHP 5.3 until next April, the PHP 5.3 debs I use are pulled from the Dotdeb Debian "Lenny" repositories. These are perfectly compatible with Ubtuntu 9.10 and only require the manual installation of two extra dependencies which Ubuntu cannot resolve itself.
</blockquote>
<p>
You'll need to add in some new sources to your list, but after that it's a pretty simple process to pull in the PHP 5.3 packages, add in a few extra libraries and then run the update for apt-get to install it all.
</p>]]></description>
      <pubDate>Wed, 09 Dec 2009 10:36:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Robert Basic's Blog: LAMP and SVN on Ubuntu 8.10]]></title>
      <guid>http://www.phpdeveloper.org/news/11450</guid>
      <link>http://www.phpdeveloper.org/news/11450</link>
      <description><![CDATA[<p>
In <a href="http://robertbasic.com/blog/lamp-and-svn-on-ubuntu-8-10/">this new post</a> <i>Robert Basic</i> expands on an older post about installing LAMP on a Ubuntu system by tossing Subversion (SVN) into the mix.
</p>
<blockquote>
This post is a rewrite of one of my older posts, <a href="http://robertbasic.com/blog/ubuntu-as-a-dev-machine/">Ubuntu as a dev machine</a>, but this time I'll explain also how to setup a basic SVN besides the LAMP. [...] Once again, I'm installing it under <a href="http://www.virtualbox.org/">VirtualBox</a> (VB).
</blockquote>
<p>
He includes all of the apt-get commands you'll need as well as configuration options and commands to get your first project imported into subversion.
</p>]]></description>
      <pubDate>Tue, 25 Nov 2008 07:59:59 -0600</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[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[Fernando Bassani's Blog: Putting the PHP/Java Bridge to work - I ]]></title>
      <guid>http://www.phpdeveloper.org/news/8364</guid>
      <link>http://www.phpdeveloper.org/news/8364</link>
      <description><![CDATA[<p>
In a <a href="http://fernandobassani.com/php/putting-the-phpjava-bridge-to-work-i/">new post</a> today, <i>Fernando Bassani</i> puts the PHP-Java bridge to the test in an effort to stretch the abilities of PHP to fit his needs.
</p>
<blockquote>
Last week, in a meeting with my boss and another developer, we've decided to test the <a href="http://php-java-bridge.sourceforge.net/pjb/">PHP/Java Bridge</a>. As the project that we are currenlty working (a manager for <a href="http://en.wikipedia.org/wiki/Power_line_communication">PLC</a> networks) has grown a lot, we have noticed that we need to do some things that PHP can't do by itself. We often use <a href="http://www.php.net/shell_exec">shell_exec()</a> to execute some shell commands. But it wouldn't fit in this case, as we need some specific things.
</blockquote>
<p>
He <a href="http://fernandobassani.com/php/putting-the-phpjava-bridge-to-work-i/">goes through the decision process on with implementation to use (they went with the <a href="http://php-java-bridge.sourceforge.net/">Java bridge</a>) and the process of getting it set up and working on a Ubuntu system. Sample code to test that everything's in working order is included.
</p>]]></description>
      <pubDate>Tue, 31 Jul 2007 18:05:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowTo Forge: How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu) ]]></title>
      <guid>http://www.phpdeveloper.org/news/7563</guid>
      <link>http://www.phpdeveloper.org/news/7563</link>
      <description><![CDATA[<p>
On the HowTo Forge website, there's <a href="http://www.howtoforge.com/suhosin_php_debian_etch_ubuntu">a new tutorial</a> all set to walk you through hardening your PHP5 setup on Debian Etch/Ubuntu with the help of the <a href="http://www.hardened-php.net/suhosin/index.html">Suhosin</a> patch.
</p>
<blockquote>
This tutorial shows how to harden PHP5 with <a href="http://www.hardened-php.net/suhosin/index.html">Suhosin</a> on Debian Etch and Ubuntu servers. [...] This document comes without warranty of any kind! I want to say 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!
</blockquote>
<p>
They start with <a href="http://www.howtoforge.com/suhosin_php_debian_etch_ubuntu">the initial install</a> of Apache2 and PHP5 (via apt-get) to get the stage set. Building on that is simple - making another apt-get call to pull in the PHP binaries, a wget to grab the latest Suhosin patch, and you're just a few dpkg-buildpackage commands away from having a working setup. Check out <a href="http://www.hardened-php.net/suhosin/configuration.html">the project's configuration page</a> to get more details on tweaking the setup.
</p>]]></description>
      <pubDate>Wed, 04 Apr 2007 11:36:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Debianhelp.co.uk: LAMP (Linux Apache Mysql PHP) Configuration in Debian]]></title>
      <guid>http://www.phpdeveloper.org/news/6055</guid>
      <link>http://www.phpdeveloper.org/news/6055</link>
      <description><![CDATA[<p>
On Debianhelp.co.uk, there's <a href="http://www.debianhelp.co.uk/lamp.htm">this quick guide</a> for those Debian users out there looking to quickly and easily install a full LAMP setup on their machine.
</p>
<p>
They start with the install of Apache 2 via the package manager/installer apt-get (different packages depending on which style you prefer - mpm-prefork or mpm-worker). With that installed, the web server should be up and working. Next up is MySQL, installed in a similar way and enabled in the php.ini file as a module. 
</p>
<p>
Finally, <a href="http://www.debianhelp.co.uk/lamp.htm">PHP is installed</a> and support for it is added into the http.conf file for Apache. There's also a brief mention of installing ASP via a mod_perl package as well.
</p>]]></description>
      <pubDate>Wed, 16 Aug 2006 08:37:20 -0500</pubDate>
    </item>
  </channel>
</rss>
