<?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, 22 May 2013 20:03:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alexander Netkachev's Blog: "PHP IDE" is superseded by "PDT, PHP Development Tools"]]></title>
      <guid>http://www.phpdeveloper.org/news/7175</guid>
      <link>http://www.phpdeveloper.org/news/7175</link>
      <description><![CDATA[<p>
In a <a href="http://www.alexatnet.com/Blog/Index/2007-01-29/php-ide-is-superseded-by-pdt-php-development-tools">new entry</a> to his blog today, <i>Alexander Netkachev</i> takes a look at the Eclipse project formerly known as "PHP IDE" - the "PDT, PHP Development Tools" project.
</p>
<blockquote>
PHP IDE developers have changed the name of their project to <a href="http://www.eclipse.org/php/">PHP Development Tools</a>, to place it into the line of <a href="http://www.eclipse.org/home/categories/languages.php">Eclipse project Development Tools</a> with <a href="http://www.eclipse.org/cdt">C/C++ Development Tools</a>, <a href="http://www.eclipse.org/jdt/">J Development Tools</a>, and others. So, if you use PHP IDE in your work, do not forget to update it to the new version of the project with <a href="http://download.eclipse.org/tools/php/downloads/drops/I20070111/changelog.html">a few bugs fixed and new features added</a>.
</blockquote>
<p>
He <a href="http://www.alexatnet.com/Blog/Index/2007-01-29/php-ide-is-superseded-by-pdt-php-development-tools">also includes</a> the instructions to make the update to this latest version and the screenshots of a before and after the update's run.
</p>]]></description>
      <pubDate>Mon, 29 Jan 2007 07:49:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Alexander Netkachev's Blog: About Eclipse PHP IDE php.ini location]]></title>
      <guid>http://www.phpdeveloper.org/news/6966</guid>
      <link>http://www.phpdeveloper.org/news/6966</link>
      <description><![CDATA[<p>
In <a href="http://www.alexatnet.com/Blog/Index/2006-12-23/about-eclipse-php-ide-php-ini-location">this new entry</a> on his blog, <i>Alexander Netkachev</i> shares a hint for those PHP IDE Eclipse users out there frustrated with php.ini issues.
</p>
<blockquote>
 You may notice that the IDE does not load options specified in the php.ini and this makes customizing extensions impossible. I run into this problem today and looked over the source code of PHP plugin for it.
</blockquote>
<p>
The solution he found was in <a href="http://dev.eclipse.org/viewcvs/indextools.cgi/org.eclipse.php.core/src/org/eclipse/php/core/phpIni/IniModifier.java">an update he found</a> to one of the Java files, pointing it to the correct location. Changing this changes the default setting for the editor.
</p>]]></description>
      <pubDate>Tue, 26 Dec 2006 10:46:17 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ben Ramsey's Blog: Installing the Eclipse PHP IDE]]></title>
      <guid>http://www.phpdeveloper.org/news/6922</guid>
      <link>http://www.phpdeveloper.org/news/6922</link>
      <description><![CDATA[<p>
Wanting to try out something new in the IDE department, <i>Ben Ramsey</i> reached for the <a href="http://www.eclipse.org/php/">Eclipse PHP IDE</a> to see how it ran. His <a href="http://benramsey.com/archives/installing-the-eclipse-php-ide/">latest post</a> details the installation process he went through to get things up and running.
</p>
<blockquote>
I already had a working Eclipse installation that I had used to try out <a href="http://www.phpeclipse.de/">PHPeclipse</a> for Eclipse (not to be confused with the PHP IDE), so I didn't want to bother downloading a brand new full package of Eclipse that includes the PHP IDE and all its requirements. So, I set about on a tedious journey to figure out how to install PHP IDE using the Eclipse Update Manager. These are my notes.
</blockquote>
<p>
There's really only three main steps <a href="http://benramsey.com/archives/installing-the-eclipse-php-ide/">he went through</a>: disable PHPeclipse (if installed), install the other software needed by PHP IDE, and finally, install the PHP IDE plugin itself. That's it (assuming all goes well with the prerequisites).
</p>
<p>
You can grab the latest copy of the Eclipse PHP IDE from <a href="http://www.eclipse.org/php/">the project's website</a>.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 16:34:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP IDE Project Plan for Release 0.7]]></title>
      <guid>http://www.phpdeveloper.org/news/6888</guid>
      <link>http://www.phpdeveloper.org/news/6888</link>
      <description><![CDATA[<p>
Following on the heels of <a href="http://www.phpdeveloper.org/news/6882">these comments</a> from <i>Alexander Netkachev</i>, the Zend Developer Zone has posted <a href="http://devzone.zend.com/node/view/id/1359">the full project plan</a> for the next release of the PHP IDE Zend is working on, version 0.7.
</p>
<blockquote>
The plan of the 0.7 version is based on the initial SRS which is available <a href="http://www.eclipse.org/php/documents/SRS_1.0_for_Site.doc">here</a>. On top of that SRS many bugs were submitted together with enhancement requests that were/will be included in the 0.7 release. You can find all PHP IDE open bugs <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=PHP&content">here</a>.
</blockquote>
<p>
The <a href="http://devzone.zend.com/node/view/id/1359">announcement</a> is broken up into three sections - the release deliverables, the release milestones, and the target operating environments - each with plenty of details to show you exactly what the team is working towards.
</p>]]></description>
      <pubDate>Wed, 13 Dec 2006 15:01:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Eclipse.org: PHPIDE Code is Currently Undergoing Legal Review]]></title>
      <guid>http://www.phpdeveloper.org/news/5385</guid>
      <link>http://www.phpdeveloper.org/news/5385</link>
      <description><![CDATA[<p>
According to <a href="http://www.eclipse.org/newsportal/article.php?id=112&group=eclipse.tools.php#112">this post</a> from the Eclipse site (mailing list), the PHPIDE code for Zend's project is undergoing a legal review and is awaiting a "legal authorization code".
</p>
<p>
There's not much more information than that in the main post, but several of the commentators are wondering if this will cause a delay for the next code release, if it will affect the Zend Debugger as well, and if it was an expected legal review.
</p>
<p>
There's no response yet from <i>Guy Harpaz</i>, the original poster of the thread, but we'll keep you updated.
</p>]]></description>
      <pubDate>Wed, 17 May 2006 06:20:47 -0500</pubDate>
    </item>
  </channel>
</rss>
