<?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>Sat, 25 May 2013 07:14:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetBeans Blog: PHP Namespace Support Screencast]]></title>
      <guid>http://www.phpdeveloper.org/news/13434</guid>
      <link>http://www.phpdeveloper.org/news/13434</link>
      <description><![CDATA[<p>
The NetBeans team (Sun) has recently announced namspace support or PHP development in their IDE. They've also <a href="http://blogs.sun.com/netbeansphp/entry/php_namespace_support_screencast">just posted a screencast</a> showing how this new functionality works.
</p>
<blockquote>
We've now finished a screencast demonstrating PHP 5.3 namespace support in NetBeans IDE 6.8. (See <a href="http://blogs.sun.com/netbeansphp/entry/using_namespaces_in_netbeans_6">Code Completion for Namespaces part I</a>). The screencast also shows code hints for assigning variables, namespace naming hints, and how to set the options for PHP code completion.
</blockquote>
<p>
You can check out the screencast <a href="http://blogs.sun.com/netbeansphp/entry/php_namespace_support_screencast">in the bog entry</a> or <a href="http://link.brightcove.com/services/player/bcpid1640183659?bctid=44818649001">directly</a>. You can find out more about the NetBeans IDE at Sun's <a href="http://www.netbeans.org/features/php/">NetBeans for PHP</a> website.
</p>]]></description>
      <pubDate>Tue, 27 Oct 2009 08:12:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetBeans Blog: Code coverage for PHP - why not?]]></title>
      <guid>http://www.phpdeveloper.org/news/12017</guid>
      <link>http://www.phpdeveloper.org/news/12017</link>
      <description><![CDATA[<p>
According to <a href="http://blogs.sun.com/netbeansphp/entry/code_coverage_for_php_why">this new post</a> on the NetBeans blog, a new feature - code coverage support - has been added to the <a href="http://bits.netbeans.org/download/trunk/nightly/latest/">most recent version</a> of the IDE.
</p>
<blockquote>
After a few days, we would like to inform you that code coverage for PHP has been added to the NetBeans IDE. Thanks to <a href="http://www.phpunit.de/">PHPUnit</a> (version 3.3 or newer required) we are able to provide code coverage for PHP files in a similar way as for Ruby or Python.
</blockquote>
<p>
They give the step-by-step (screenshotted) process for running a coverage report on your current project and how to view which tests passed or failed validation.
</p>]]></description>
      <pubDate>Wed, 25 Feb 2009 08:47:44 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Scott MacVicar's Blog: PHP's Relationship with Commercial Entities]]></title>
      <guid>http://www.phpdeveloper.org/news/11982</guid>
      <link>http://www.phpdeveloper.org/news/11982</link>
      <description><![CDATA[<p>
PHP is always thought of as an open source free spirit that survives on the work that's done by the community around it. While there's no denying the massive amounts of work done by developers of the language, there's also another group that is doing their part to help the language flourish - commercial entities. <i>Scott MacVicar</i> takes a look at a few of them in <a href="http://www.macvicar.net/blog/2009/02/phps-relationship-with-commercial-entities.html">this new post</a> to his blog.
</p>
<blockquote>
I thought I'd start with a quick thank you to all those groups and entities involved indirectly with PHP. The PHP project relies on donations to provide our service infrastructure, this is in the form of hardware and hosting from both individual companies and hosting companies to provide collocation.
</blockquote>
<p>
Besides the hardware support there's also companies willing to allow their employees time to work on the project (such as <i>Pierre</i> from Microsoft). Other companies that have made large contributions include IBM's large amount of testing, Sun's work to improve PHP on Solaris and, of course, Zend's support of the project and the time its employees spend developing the language.
</p>]]></description>
      <pubDate>Thu, 19 Feb 2009 10:26:41 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: PHP Support in NetBeans 6.5]]></title>
      <guid>http://www.phpdeveloper.org/news/11577</guid>
      <link>http://www.phpdeveloper.org/news/11577</link>
      <description><![CDATA[<p>
On the SitePoint PHP blog today <i>Kevin Yank</i> <A href="http://www.sitepoint.com/blogs/2008/12/16/php-support-in-netbeans-65/">takes a look at</a> a recent version of the NetBeans IDE (version 6.5) that comes bundled with improved PHP support.
</p>
<blockquote>
Long dismissed as a "toy Java IDE", <a href="http://www.netbeans.org/">NetBeans</a> - Sun's open source Integrated Development Evironment (IDE)-has really grown up in recent years. No longer is it just for Java, either: for web developers, NetBeans 6.5 now supports Ruby and PHP out of the box. Surprisingly, that support is so good that it now compares favourably to more established competitors like <a href="http://www.eclipse.org/pdt/">Eclipse</a>, <a href="http://www.activestate.com/Products/komodo_ide/">Komodo IDE</a>, and <a href="http://www.zend.com/en/products/studio/">Zend Studio</a>.
</blockquote>
<p>
He mentions the built-in/user-defined auto-complete the has built in as well as code templates, support for phpdoc documentation blocks, and other functionality for helping with Javascript, HTML and CSS.
</p>]]></description>
      <pubDate>Tue, 16 Dec 2008 07:57:21 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[David Parra's Blog: Compiling PHP under OpenSolaris]]></title>
      <guid>http://www.phpdeveloper.org/news/11114</guid>
      <link>http://www.phpdeveloper.org/news/11114</link>
      <description><![CDATA[<p>
<i>David Parra</i> has <a href="http://blog.experimentalworks.net/archives/90-Compiling-PHP-under-OpenSolaris.html">posted his method</a> for getting the latest version of PHP compiled under a machine running OpenSolaris.
</p>
<blockquote>
As I switched my main system recently from Linux to OpenSolaris I compiled PHP. Quiet obvious things are a little bit different on Solaris. The usual ./buildconf && ./configure && make install doesn't work anymore. The good news: It's not much harder.
</blockquote>
<p>
A few extra packages are required (like SUNWgmake, SUNWgcc and SUNWbison) and the <a href="http://sourceforge.net/projects/re2c">Re2c</a> library, but after that, it's just like a normal install. All commands needed to make the build are included in <a href="http://blog.experimentalworks.net/archives/90-Compiling-PHP-under-OpenSolaris.html">the post</a>.
</p>]]></description>
      <pubDate>Tue, 30 Sep 2008 08:46:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: Support symfony inclusion in NetBeans]]></title>
      <guid>http://www.phpdeveloper.org/news/11019</guid>
      <link>http://www.phpdeveloper.org/news/11019</link>
      <description><![CDATA[<p>
Sun is trying to decide which of the PHP frameworks is wants to support in its next version of NetBeans. The symfony group wants you to <a href="http://www.symfony-project.org/blog/2008/09/11/support-symfony-inclusion-in-netbeans">vote for them</a> if you're a fan of the framework and want to see the support included.
</p>
<blockquote>
NetBeans, the open-source development environment sponsored by Sun, is planning to include support for PHP frameworks in its upcoming versions. As there are so many PHP frameworks, NetBeans developers have organized a public election to choose the two PHP frameworks that will be initially supported.
</blockquote>
<p>
Instructions on <A href="http://www.symfony-project.org/blog/2008/09/11/support-symfony-inclusion-in-netbeans">how to vote</a> are included (you will need to register to get to the voting form).
</p>]]></description>
      <pubDate>Mon, 15 Sep 2008 12:04:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Did you hear Sun was buying MySQL?]]></title>
      <guid>http://www.phpdeveloper.org/news/9456</guid>
      <link>http://www.phpdeveloper.org/news/9456</link>
      <description><![CDATA[<p>
With the recent acquisition Sun has made (you heard about that, right?), there's tons of resources in the open source community that are talking about it, lots of them are more PHP-specific. <i>Cal Evans</i> has <a href="http://devzone.zend.com/article/2979-Did-you-hear-Sun-was-buying-MySQL">put together a list</a> of some of the PHP bloggers/community memembers that have posted some of their thoughts on the purchase.
</p>
<blockquote>
With all of the buzz floating around yesterday on this topic, I decided to let some of the dust settle before posting. From everything I've seen, the PHP community is largely positive about the news. [...] As I said, the community at large seems to be pleased with this news. Here are the links I've collected so far.
</blockquote>
<p>
Names in the list include <a href="http://andigutmans.blogspot.com/2008/01/congratulations-mysql-team.html">Andi Gutmans</a>, <a href="http://pooteeweet.org/blog/0/957">Lukas Smith</a> and <a href="http://jeremy.zawodny.com/blog/archives/009854.html">Jaremy Zawodny</a>. There's also a list of some comments from the "pundits" as to what this purchase could mean for the web as a whole.
</p>]]></description>
      <pubDate>Mon, 21 Jan 2008 08:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sun Developer Network: Using PHP on Sun Java System Web Server 7.0]]></title>
      <guid>http://www.phpdeveloper.org/news/7109</guid>
      <link>http://www.phpdeveloper.org/news/7109</link>
      <description><![CDATA[<p>
From <a href="http://devzone.zend.com/node/view/id/1587">this post</a> on the Zend Developer Zone, we learn about <a href="http://developers.sun.com/prodtech/webserver/reference/techart/php2.html">an article</a> over on the Sun Developer Network by <i>Joe McCabe</i> about installing PHP on a Sun Java System Web Server version 7.0.
</p>
<blockquote>
un Java System Web Server is a mature, highly scalable, and secure web server that provides process redundancy, request scalability, and a wide range of application programming interfaces (APIs) to create and serve dynamic content. This document describes how to install and use PHP with Sun Java System Web Server (hereafter Web Server).
</blockquote>
<p>
The <a href="http://developers.sun.com/prodtech/webserver/reference/techart/php2.html">tutorial</a> is divided up into seven sections (including some reference material):
<ul>
<li>Understanding PHP and Web Server
<li>Running the PHP Engine
<li>Installing the PHP Engine as a CGI Program
<li>Installing the PHP Engine as a FastCGI Server
<li>Installing the PHP Engine as an NSAPI Plugin
<li>Conclusion
<li>References
</ul>
For each, there's plenty of code/configuration options to help clarify what needs to be set up no matter if you need the CGI version, FastCGI, or the NSAPI plugin up and running.
</p>]]></description>
      <pubDate>Wed, 17 Jan 2007 10:16:00 -0600</pubDate>
    </item>
  </channel>
</rss>
