<?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>Tue, 21 May 2013 03:31:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dan Field's Blog: Deploying PHP Applications on Red Hat Linux]]></title>
      <guid>http://www.phpdeveloper.org/news/14643</guid>
      <link>http://www.phpdeveloper.org/news/14643</link>
      <description><![CDATA[<p>
<i>Dan Field</i> has <a href="http://blog.nuclear-dawn.com/2010/06/deploying-php-applications-on-red-hat-linux/">a new post</a> to his blog today about deploying PHP applications "The Red Hat Way" - as a single RPM package that can be dropped into any RedHat system and installed easily.
</p>
<blockquote>
<a href="http://www.redhat.com/">Red Hat</a> is one of the largest Linux distributions in the enterprise market and there are a multitude of other RPM  based distributions such as <a href="http://www.centos.org/">CentOS</a>, <a href="http://www.fedoraproject.org/">Fedora</a>, <a href="http://www.mandriva.com/">Mandriva</a>, <a href="http://www.novell.com/linux/">SuSE</a>. Many people are deploying their web projects into RPM based environments and it makes a lot of sense to try to do things the "Red Hat Way". This post deals with introducing the Red Hat filesystem layout and automatically deploying a web application into it with the RPM package management tool and a <a href="http://yum.baseurl.org/">YUM</a> repository.
</blockquote>
<p>
He shows how to build the configuration files, making a build properties file, creating the Apache configuration, setting up a config for the VirtualHost to be added to the Apache install and finally, building the tarball package and making it into an RPM.
</p>]]></description>
      <pubDate>Mon, 14 Jun 2010 08:44:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Clay Loveless' Blog:  New PHP-focused Yum Repository]]></title>
      <guid>http://www.phpdeveloper.org/news/12905</guid>
      <link>http://www.phpdeveloper.org/news/12905</link>
      <description><![CDATA[<p>
<i>Clay Loveless</i> has <a href="http://claylo.com/new-php-yum-repo">some great news</a> for those running RedHat-based versions of linux - PHP 5.3 can now be installed via yum.
</p>
<blockquote>
Ever been frustrated that the latest this-or-that package for PHP is bogged down in Big Distro Packaging politics? I have been. That's why I've put together a deliberately-current-as-possible repository for PHP RPMs. The repository is currently i386-only, though I'll be adding x86_64 packages within the next week or so. Also, "regular" and "debug" builds are available for all packages, so that users may be more helpful in troubleshooting what issues they find.
</blockquote>
<p>
Its not an official package, but if you're wanting to get it installed without the hassle that can come with compiling, you can <a href="http://code.google.com/p/killersoft-yum/">grab the package</a> get coding.
</p>]]></description>
      <pubDate>Mon, 20 Jul 2009 11:09:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: Distributions: Please Don't Cripple PHP or Red Hat: Stop Fucking Around]]></title>
      <guid>http://www.phpdeveloper.org/news/11884</guid>
      <link>http://www.phpdeveloper.org/news/11884</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has <a href="http://derickrethans.nl/distributions_please_dont_cripple_php_or_red_hat_stop_fucking_around.php">a few choice words</a> for those developing PHP packages for linux distributions out there - don't cripple PHP. His example deals specifically with RedHat and their choices on timezone management.
</p>
<blockquote>
Red Hat thought it'd be wise to create a patch to use the system provided timezone database instead. We (the PHP development team) thought that to be a bad idea because of several reasons. Among them is that it removes control from PHP's users about which database is, decreased performance, and some missing functionality
</blockquote>
<p>
He mentions other problems - other issues related to timezone support - that caused them to not accept RedHat's patch to try to "fix" things by disabling the bundled timezone database. He looks at why this is such a bad thing, why it can cause trouble with PHP's date handling and what the future holds for this database support (hint: PHP 5.3 will shake things up).
</p>]]></description>
      <pubDate>Wed, 04 Feb 2009 16:11:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Richards' Blog: PHP, Oracle and SELinux]]></title>
      <guid>http://www.phpdeveloper.org/news/9290</guid>
      <link>http://www.phpdeveloper.org/news/9290</link>
      <description><![CDATA[<p>
<i>Rob Richards</i> mentioned in a <a href="http://www.phpdeveloper.org/news/9261">previous book review</a> about some of the issues he was having getting the Oracle extension enabled on his Fedora 8 system. Well, he's come back after doing some more testing/compiling and has <a href="http://www.cdatazone.org/index.php?/archives/37-PHP,-Oracle-and-SELinux.html">found some resolution</a> to his issues.
</p>
<blockquote>
I really didn't need to get it running, but the sheer fact that I tried it and it wouldn't work, pissed me off enough to spend some time getting it resolved. Hopefully this helps anyone else having the same problem. I am currently using instant client 11.1, but I did try the 10.2 version with the same results.
</blockquote>
<p>
He <a href="http://www.cdatazone.org/index.php?/archives/37-PHP,-Oracle-and-SELinux.html">steps through</a> the process he followed - tracking down the missing libaio files, correcting an issue with SELinux loading the Oracle libraries and his realization: he just needed to allow text relocation. Included in the post are the command line calls that'd need to be made to make it all happen.
</p>]]></description>
      <pubDate>Thu, 20 Dec 2007 13:41:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP 5.2.5 RPMs with OCI8 and PDO_OCI are available]]></title>
      <guid>http://www.phpdeveloper.org/news/9242</guid>
      <link>http://www.phpdeveloper.org/news/9242</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has a (very) <a href="http://blogs.oracle.com/opal/2007/12/13#a253">quick announcement</a> about the latest builds of the PHP RPMs for Enterprise linux installations:
</p>
<blockquote>
PHP 5.2.5 RPMs for x86 Enterprise Linux (i.e. RHEL) 4.6 and 5.1 are on <a href="http://oss.oracle.com/projects/php/">http://oss.oracle.com/projects/php/</a>. These are supplied "as is".
</blockquote>
<p>
The RPMs are part of a project to provide support for Oracle Enterprise Linux servers (as well as Red Hat installs) and provide a PHP command line, CGI interface and an Apache module quickly and easily. Check out <a href="http://oss.oracle.com/projects/php/">the project page</a> to find out more and to grab this latest build.
</p>]]></description>
      <pubDate>Fri, 14 Dec 2007 07:52:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Red Hat Security Package Update]]></title>
      <guid>http://www.phpdeveloper.org/news/8732</guid>
      <link>http://www.phpdeveloper.org/news/8732</link>
      <description><![CDATA[<p>
The Red Hat linux group has <a href="http://secunia.com/advisories/26967/">issued an update</a> for their PHP packages today:
</p>
<blockquote>
Red Hat has issued an update for php. This fixes some vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions and by malicious people to bypass certain security restrictions and cause a DoS (Denial of Service).
</blockquote>
<p>
You can get more information about this moderate level advisory from <a href="http://rhn.redhat.com/errata/RHSA-2007-0889.html">the Red Hat advisory</a> including the affected products and the list of packages that should be updated to bring your installation up to date.
</p>]]></description>
      <pubDate>Wed, 26 Sep 2007 12:02:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Red Hat Update for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8698</guid>
      <link>http://www.phpdeveloper.org/news/8698</link>
      <description><![CDATA[<p>
On the Secunia site today, there's a <a href="http://secunia.com/advisories/26871/">new advisory</a> posted for users of Red Hat linux - an update to the system's PHP packages.
</p>
<blockquote>
Red Hat has issued an update for php. This fixes some vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions and by malicious people to bypass certain security restrictions and cause a DoS (Denial of Service).
</blockquote>
<p>
The <a href="http://rhn.redhat.com/errata/RHSA-2007-0890.html">original advisory</a> has more details on what the patch fixes and the checksum information for the update packages for all OSes.
</p>]]></description>
      <pubDate>Fri, 21 Sep 2007 07:54:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Red Hat Update for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7809</guid>
      <link>http://www.phpdeveloper.org/news/7809</link>
      <description><![CDATA[<p>
Secunia.com has posted <a href="http://secunia.com/advisories/25187/">this new advisory</a> that Red Hat users need to pay attention to. Due to some of the security issues and updates made to PHP recently, several of the linux distributions have released updated packages for PHP with these new fixes in place. Red Hat is now offering theirs for download:
</p>
<blockquote>
Red Hat has issued an update for php. This fixes some vulnerabilities, where some have unknown impacts and others can be exploited by malicious users to bypass certain security restrictions and potentially by malicious people to compromise a vulnerable system.
</blockquote>
<p>
You can grab the latest packages from <a href="http://rhn.redhat.com/">the Red Hat Network Site</a> and view the text of the original advisory <a href="https://rhn.redhat.com/errata/RHSA-2007-0348.html">here</a>
</p>]]></description>
      <pubDate>Wed, 09 May 2007 11:51:00 -0500</pubDate>
    </item>
  </channel>
</rss>
