<?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 10:53:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: RPM Packaging - Building and Deploying your own PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17291</guid>
      <link>http://www.phpdeveloper.org/news/17291</link>
      <description><![CDATA[<p>
<i>Mike Willbanks</i> has a new post to his blog about a different sort of technique for deploying PHP - <a href="http://blog.digitalstruct.com/2011/12/21/rpm-packaging-building-and-deploying-your-own-php/">building your own RPMs</a> instead of just using the pre-packaged ones. This opens up a whole world of customization options.
</p>
<blockquote>
In the PHP world, one might ask why not just build it from source? Well, an RPM IS built from source and then distributed to many servers - we can ensure that we have the same packages on each, we can maintain the same versions and if you've read my <a href="http://blog.digitalstruct.com/2011/02/09/building-and-maintaining-a-pear-server-with-pirum/">previous post on Pirum</a> you will know that I also like mirroring PEAR packages.
</blockquote>
<p>
He walks you through the structure of an RPM package (the spec file, with examples, and the source), the "%prep", "%build" and "%install" containers as well as where the source needs to live for things to work correctly.
</p>]]></description>
      <pubDate>Thu, 22 Dec 2011 09:41:18 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Jones' Blog: PHP 5.3.8 RPMs are on oss.oracle.com]]></title>
      <guid>http://www.phpdeveloper.org/news/16794</guid>
      <link>http://www.phpdeveloper.org/news/16794</link>
      <description><![CDATA[<p>
<i>Chris Jones</i> has posted a quick note to his blog today about some <a href="http://blogs.oracle.com/opal/entry/php_5_3_8_rpms">new PHP packages that are available</a> from Oracle of 5.3.8 (RPM) with one of the latest OCI8 extensions already included.
</p>
<blockquote>
I've built PHP 5.3.8 RPM packages with various common extensions (and the latest OCI8 1.4.6) for Linux x64. They are downloadable at <a href="http://oss.oracle.com/projects/php/">oss.oracle.com/projects/php/</a>. These binaries might be useful for quick testing. They are unsupported.
</blockquote>
<p>
He points to packages on the <a href="https://linux.oracle.com/">ULN site</a> if you're looking for something a bit more stable. The OCI 1.4.6 version of the extension <a href="http://blogs.oracle.com/opal/entry/php_oci8_1_4_6">includes a few new features</a> but was mostly a test suite update.
</p>]]></description>
      <pubDate>Wed, 31 Aug 2011 08:40:06 -0500</pubDate>
    </item>
    <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[PHP 10.0 Blog: Zend Server PHP sources]]></title>
      <guid>http://www.phpdeveloper.org/news/13435</guid>
      <link>http://www.phpdeveloper.org/news/13435</link>
      <description><![CDATA[<p>
On the PHP 10.0 blog today <i>Stas</i> <a href="http://php100.wordpress.com/2009/10/23/zend-server-php-sources/">points out some packages</a> from Zend that are the source versions of the <a href="http://www.zend.com/products/server/">Zend Server</a> platform:
</p>
<blockquote>
I was asked about PHP going with Zend Server, specifically from which sources it is built - as we don't ship source packages for the builds. Since Zend Server includes PHP build that can have some patches applied from SVN past the release (i.e. if the package has version 5.2.10 it might have some patches that were in SVN 5.2 branch past 5.2.10 tag) - I think it is important that people know what they are going to run if the use Zend Server.
</blockquote>
<p>
The two packages, php-5.2-source-zend-server and php-5.3-source-zend-server, can be installed just like any other rpm/deb package and will give you full access to the source of the latest Zend Server installation. There's no Changelog included yet, but it should be "Coming Soon" according to <i>Stas</i>.
</p>]]></description>
      <pubDate>Tue, 27 Oct 2009 09:48:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Jones' Blog: PHP OCI8 1.3 RPM is now on ULN]]></title>
      <guid>http://www.phpdeveloper.org/news/11558</guid>
      <link>http://www.phpdeveloper.org/news/11558</link>
      <description><![CDATA[<p>
<i>Chris Jones</i> <A href="http://blogs.oracle.com/opal/2008/12/php_oci8_13_rpm_is_now_on_uln.html">has announced</a> that the latest build of the OCI8 drivers for PHP (the RPM of them) has been posted to their "<a href="http://linux.oracle.com/">Unbreakable Linux Network</a>" site.
</p>
<blockquote>
A "php-oci8-11gR1" RPM is now available on the "Unbreakable Linux Network" (<a href="http://linux.oracle.com/">http://linux.oracle.com/</a>) in the Oracle channel. If you have the appropriate ULN subscription, you can use 'up2date' or 'yum' to install it and its dependencies (e.g. the Oracle Instant Client 11g RPM).
</blockquote>
<p>
This new package includes drivers for 9iR2, 10g and 11g Oracle databases and uses connection pooling if it is available.
</p>]]></description>
      <pubDate>Fri, 12 Dec 2008 07:55:31 -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[Gennady Feldman's Blog: Installing Oracle Instant Client and making it work with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8973</guid>
      <link>http://www.phpdeveloper.org/news/8973</link>
      <description><![CDATA[<p>
<i>Maggie Nelson</i> has linked to <a href="http://www.gena01.com/forum/index.php/topic,184.0.html">a blog post</a> detailing one of the simplest ways to get a powerful database system, Oracle, up and working with PHP:
</p>
<blockquote>
This is something that I wanted to post up for a while, because this is rather simple stuff and yet it took me a while to put this whole thing together for my own use/setup. It's also something that got some people interested and they asked me to post this up. So this post is for <a href="http://www.objectivelyoriented.com/">Maggie Nelson</a> who is an active PHP and Oracle advocate.
</blockquote>
<p>
It's basically an <a href="http://www.gena01.com/forum/index.php?topic=184.0">eleven step process</a> to get things up and working (on linux) and involves installing RPMs, editing config files, and configuring the PHP installation to pull in the Oracle module.
</p>]]></description>
      <pubDate>Mon, 05 Nov 2007 12:53:00 -0600</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[Oracle: PHP RPMs for Oracle (PHP 5.2.3)]]></title>
      <guid>http://www.phpdeveloper.org/news/8168</guid>
      <link>http://www.phpdeveloper.org/news/8168</link>
      <description><![CDATA[<p>
Both <i>Christopher Jones</i> and <i>Alison Holloway</i> have <a href="http://blogs.oracle.com/opal/2007/07/02#a144">pointed</a> <a href="http://blogs.oracle.com/alison/2007/07/03#a69">out</a> some new PHP RPMs for Oracle with improved PDO_OCI and OCI8 functionality.
</p>
<blockquote>
Good news everyone. We've just released a set of RPMs for PHP which include OCI8 and the Oracle PDO driver, as well as many other PHP extensions. These are for development testing only, as Oracle doesn't support them. The RPMs are based on PHP 5.2.3.
</blockquote>
<p>
You can grab these latest RPMs from <a href="http://oss.oracle.com/projects/php/">the oss.oracle.com website</a> and to install them, follow the steps outlined on <a href="http://blogs.oracle.com/alison/2007/07/03#a69">Alison's blog</a>.
</p>]]></description>
      <pubDate>Tue, 03 Jul 2007 07:48:00 -0500</pubDate>
    </item>
  </channel>
</rss>
