<?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, 07 Oct 2008 06:19:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[David Van Couvering's Blog: Real-world experience with the new NetBeans PHP and JavaScript editors]]></title>
      <guid>http://www.phpdeveloper.org/news/10830</guid>
      <link>http://www.phpdeveloper.org/news/10830</link>
      <description><![CDATA[<p>
<i>David Van Couvering</i> has <a href="http://davidvancouvering.blogspot.com/2008/08/real-world-experience-with-new-netbeans.html">posted about</a> some of his experience with the latest version of the NetBeans editor for some of his PHP and Javascript development work.
</p>
<blockquote>Yesterday I spent the whole day trying to help a friend in need who had waded in too deep with a contract he has. He has no database experience, and was trying to customize a Wordpress plugin that uses PHP, JavaScript and MySQL. So I downloaded the <a href="http://bits.netbeans.org/dev/nightly/latest/">daily build</a> of the PHP bundle of NetBeans for 6.5 and started working.
</blockquote>
<p>
He happily notes that things like syntax highlighting, inline documentation and completion were still there in the PHP bundle as well. He also mentions a few other things that could come in handy for the IDE - ssh tunnel support (<a href="http://davidvancouvering.blogspot.com/2008/01/setting-up-ssh-tunnel-to-talk-to-remote.html">see here</a>), an "Add Column Wizard" and a "Insert DLL Wizard".
</p>]]></description>
      <pubDate>Thu, 14 Aug 2008 09:32:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP PECL OCI8 1.3.4 is available]]></title>
      <guid>http://www.phpdeveloper.org/news/10715</guid>
      <link>http://www.phpdeveloper.org/news/10715</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> <a href="http://blogs.oracle.com/opal/2008/07/php_pecl_oci8_134_is_available.html">mentions the release</a> of the latest OCI8 component for PHP - version 1.3.4 stable.
</p>
<blockquote>
OCI 1.3.4, with the changes I mentioned in my last post, is now available on PECL: <a href="http://pecl.php.net/package/oci8">http://pecl.php.net/package/oci8</a>. 
</blockquote>
<p>
He also mentions the work on the Windows version of the extension that he's been up to with the plan to make two OCI8 DLL releases for the future - one using 10g libraries and the other using 11g.
</p>]]></description>
      <pubDate>Wed, 30 Jul 2008 10:25:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials: Installing PHP on Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/9764</guid>
      <link>http://www.phpdeveloper.org/news/9764</link>
      <description><![CDATA[<p>
On the Developer Tutorials website, <i>Michael Ross</i> has <a href="http://www.developertutorials.com/tutorials/php/installing-php-on-windows-8-03-05/page1.html">written up a guide</a> to step you through the installation of PHP on a Windows machine (on basically any flavor of Windows too).
</p>
<blockquote>
Your PC can be turned into a fully capable Web development environment, by installing those three technologies, and configuring them so they communicate with one another. Admittedly, you can simply install and use PHP for its command-line processing. But for creating and testing dynamically generated Web pages on your local machine, then Apache needs to be already installed and working.
</blockquote>
<p>
If you're wanting to set that part up before you get started and aren't sure how, check out <a href="http://www.developertutorials.com/tutorials/miscellaneous/installing-apache-on-windows-8-02-10/page1.html">the other</a> tutorial to get started. He works through the process with you, including screenshots of the installer and how to toss MySQL in to the mix.
</p>]]></description>
      <pubDate>Mon, 10 Mar 2008 08:42:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP OCI8 Extension 1.2.4 is in PECL]]></title>
      <guid>http://www.phpdeveloper.org/news/8689</guid>
      <link>http://www.phpdeveloper.org/news/8689</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> continues his <a href="http://www.phpdeveloper.org/news/8684">previous update</a> on the status of the new OCi8 functionality for PHP in <a href="http://blogs.oracle.com/opal/2007/09/19#a211">a new post</a> mentioning the bundling up of a recent version into a standalone package.
</p>
<blockquote>
<a href="http://daylessday.org/">Antony Dovgal</a> took a snapshot of the OCI8 extension that shipped with PHP 5.2.4 and bundled it up standalone in PECL as <a href="http://pecl.php.net/package/oci8/">OCI8 1.2.4</a>.  Windows binaries are <a href="http://pecl4win.php.net/ext.php/php_oci8.dll">here</a>. 
</blockquote>
<p>
Fixes included in <a href="http://pecl4win.php.net/ext.php/php_oci8.dll">this packages DLL</a> include:
</p>
<ul>
<li>statement caching
<li>LOB functionality
<li>error handling methods
</ul>]]></description>
      <pubDate>Thu, 20 Sep 2007 07:55:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[JSLabs Blog:  Converting PHP scripts to dlls]]></title>
      <guid>http://www.phpdeveloper.org/news/7672</guid>
      <link>http://www.phpdeveloper.org/news/7672</link>
      <description><![CDATA[<p>
In <a href="http://www.whenpenguinsattack.com/2007/04/20/converting-php-scripts-to-dlls/">a new post</a> to the JSLabs blog, <i>Justin Silverton</i> talks about a method - using the <a href="http://www.roadsend.com/home/index.php">Roadsend Compiler</a> to convert PHP scripts into Windows DLL files.
</p>
<blockquote>
I came across this great open source project that allows you to convert your php scripts to a fast/cgi executable that can be executed by any web server that supports it (including apache and IIS).
</blockquote>
<p>
<a href="http://www.roadsend.com/home/index.php">Roadsend</a> is a native compiler for PHP that converts scripts into free-standing binaries and can be used for building both online and offline applications.
</p>]]></description>
      <pubDate>Sat, 21 Apr 2007 10:28:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin.dk: PHP 4.4 for windows with newer MySQL libraries]]></title>
      <guid>http://www.phpdeveloper.org/news/5845</guid>
      <link>http://www.phpdeveloper.org/news/5845</link>
      <description><![CDATA[<p>
If you're caught using PHP4 on Windows and have been seeing some issues with the older MySQL libraries you've been using lately, it might be time to upgrade. "But I can't move away from PHP4," you say. No worries - <a href="http://edin.dk/archives/7-PHP-4.4-for-windows-with-newer-MySQL-libraries.html">this new post</a> from <i>Edin Kadribaaic</i> should have the answer you're looking for.
</p>
<blockquote>
Since the main PHP 4 distribution cannot be updated with the latest MySQL libs for various reasons, I will provide <a href="http://edin.dk/uploads/files/php-4.4.3RC3-dev-w-mysql-5.0.22.zip">downloads</a> of the latest PHP 4 with the latest MySQL libs.
</blockquote>
<p>
His archive <a href="http://edin.dk/archives/7-PHP-4.4-for-windows-with-newer-MySQL-libraries.html">contains two files</a>, both DLLs to replace the MySQL libraries that already exist.
</p>]]></description>
      <pubDate>Fri, 21 Jul 2006 06:07:52 -0500</pubDate>
    </item>
  </channel>
</rss>
