<?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>Thu, 23 May 2013 17:58:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Chris Jones' Blog: PECL Install Prompts Explained, With Particular Reference to OCI8]]></title>
      <guid>http://www.phpdeveloper.org/news/12154</guid>
      <link>http://www.phpdeveloper.org/news/12154</link>
      <description><![CDATA[<p>
In <a href="http://blogs.oracle.com/opal/2009/03/pecl_install_prompts_explained.html">this new entry</a> to his Oracle blog <i>Chris Jones</i> explains some of the prompts you're given when you go to install the <a href="http://blogs.oracle.com/opal/2009/03/php_pecl_oci8_135_is_available.html">latest OCI8 drivers</a> for PHP.
</p>
<p>
There's two versions - the short one that runs through a basic install, grabbing the package and change up your config and the other that talks about how to pull down and configure a certain version of the need comes up. 
</p>
<p>
You can find out more about this updated package on <a href="http://pecl.php.net/package/oci8">its PECL page</a> and <a href="http://pecl.php.net/package-changelog.php?package=oci8&release=1.3.5">the Changelog</a> for anything more specific.
</p>]]></description>
      <pubDate>Tue, 17 Mar 2009 12:58:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stoyan Stefanov's Blog: Text_Highlighter 0.7.1 and hiliteme.com updates]]></title>
      <guid>http://www.phpdeveloper.org/news/9348</guid>
      <link>http://www.phpdeveloper.org/news/9348</link>
      <description><![CDATA[<p>
<i>Stoyan Stefanov</i> has <a href="http://www.phpied.com/text_highlighter-071-and-hilitemecom-updates/">posted about</a> some updates he's been making to his <a href="http://pear.php.net/package/Text_Highlighter">Text_Highlighter</a> PEAR package and to the <a href="http://www.hiliteme.com/">hiliteme.com</a> website</a>.
</p>
<blockquote>
In today's busy schedules there's less and less time to give love to our favorite open source projects. [...] Anyway, today I found the time to fix two bugs in <a href="http://pear.php.net/package/Text_Highlighter">Text_Highlighter</a> and also include the patch from Daniel Fruzynski that adds support for highlighting VBScript. Wo-hoo!
</blockquote>
<p>
The update to <a href="http://www.hiliteme.com/">hiliteme.com</a> uses the newly updated package, so you can try it out before you go and install it.
</p>]]></description>
      <pubDate>Thu, 03 Jan 2008 11:17: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[Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm]]></title>
      <guid>http://www.phpdeveloper.org/news/9023</guid>
      <link>http://www.phpdeveloper.org/news/9023</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today, <i>Vikram Vaswani</i> has a <a href="http://devzone.zend.com/article/2699-Generating-and-Validating-Web-Forms-With-PEAR-HTML_QuickForm">tutorial posted</a> introducing the PEAR HTML_QuickForm package and how to use validation right along with it.
</p>
<blockquote>
Over the next few pages, I'll be introducing you to one of PEAR's most powerful tools for generating Web forms and validating the input that arrives through them: the HTML_QuickForm package. This package provides a flexible, reusable library of methods that can literally save you hours of time when dealing with form-based user input - and best of all, it's free and extremely easy to use. So what are you waiting for? Jump right in, and let's get going!
</blockquote>
<p>
You'll need to be familiar with some of the technologies before getting started (it's not going to teach you PHP) and you'll <a href="http://devzone.zend.com/article/2699-Generating-and-Validating-Web-Forms-With-PEAR-HTML_QuickForm">need to have</a> the software setup and ready with the HTML_QuickForm package installed. There's lots of different examples of form creation (including generated from database information) as well as information on the rules you can apply to your form elements to check on the user input (like alphanumeric, maximum length and matching a regular expression).
</p>]]></description>
      <pubDate>Mon, 12 Nov 2007 14:32:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jonathan Street's Blog: Elsewhere...New PEAR package for the Compete API]]></title>
      <guid>http://www.phpdeveloper.org/news/8398</guid>
      <link>http://www.phpdeveloper.org/news/8398</link>
      <description><![CDATA[<p>
In a <a href="http://torrentialwebdev.com/blog/archives/112-Elsewhere-.-.-..html">new post</a> <i>Jonathan Street</i> mentions a new PEAR package that's an API for the <a href="http://blog.compete.com/2007/05/24/compete-api-open-for-business/">Compete API</a>:
</p>
<blockquote>
After <a href="http://torrentialwebdev.com/blog/archives/105-First-impressions-of-the-Compete-API.html">writing about the compete API</a> Hiroki Akimoto contacted me mentioning a proposal he had made to PEAR. Our scripts each had strengths and we decided to combine our attempts and hopefully make something better. After a week or so we updated the proposal with the new code and after a little time for comments and a week for voting the proposal was accepted and on 30th July a new package, <a href="http://pear.php.net/package/Services_Compete">Services_Compete</a>, was available on PEAR
</blockquote>
<p>
<a href="http://pear.php.net/package/Services_Compete">This package</a> (currently in an alpha release, version 0.1.0) acts as a wrapper class to connect to and use the Compete SnapShot API.
</p>]]></description>
      <pubDate>Mon, 06 Aug 2007 16:08:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stoyan Stefanov's Blog: Using PEAR and AWS to keep an eye on Amazon]]></title>
      <guid>http://www.phpdeveloper.org/news/7076</guid>
      <link>http://www.phpdeveloper.org/news/7076</link>
      <description><![CDATA[<p>
On his blog today, <i>Stoyan Stefanov</i> <a href="http://www.phpied.com/using-pear-and-aws-to-keep-an-eye-on-amazon/">shows how to use</a> a PEAR package - <a href="http://pear.php.net/package/Services_Amazon/">PEAR::Services_Amazon</a> - to "keep an eye on" Amazon's stats for a book.
</p>
<blockquote>
I wanted to have a page that shows the books I've written, together with their Amazon sales rank and the average customer rating and number of reviews. It's really easy. I took one example out of <a href="http://www.thepearbook.com/">the PEAR book</a> and slightly modified it.
</blockquote>
<p>
The script needs to few things to get up and running, so he points out those (an AWS id, the PEAR pacakge) and the simple path the application will take to grab the information (request/response). Then it's on to the actual PHP code - all 60 lines of it, including the HTML for the output.
</p>
<p>
It makes the request with the <a href="http://pear.php.net/package/Services_Amazon/">Services_Amazon</a> package for the given item numbers (he happened to have already) and pulls the results back, looping through them displaying sales rank, title, author, the average rating, and the number of total customer reviews - all in a handy unordered list.
</p>]]></description>
      <pubDate>Thu, 11 Jan 2007 06:59:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Zip-1.3.0 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/5258</guid>
      <link>http://www.phpdeveloper.org/news/5258</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has made a quick update to the <a href="http://pecl.php.net/zip">PECL zip package</a>, including a fix and two new functions.
</p>
<quote>
<i>
<p>
A small backport of a Tony's fix in many bundled extensions. It affects classes extending the Zip internal class.
</p>
<p>
I also added two new functions, getFromName and getFromIndex. They return the contents of a Zip entry as string.
</p>
</i>
</quote>
<p>
You can get complete details on the latest edition of the PECL Zip package from <a href="http://pecl.php.net/zip">its page</a> on the main PECL site.
</p>]]></description>
      <pubDate>Fri, 28 Apr 2006 13:29:14 -0500</pubDate>
    </item>
  </channel>
</rss>
