<?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>Mon, 12 May 2008 17:30:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Testing PHP with the interactive shell]]></title>
      <guid>http://www.phpdeveloper.org/news/10157</guid>
      <link>http://www.phpdeveloper.org/news/10157</link>
      <description><![CDATA[<p>
<i>Akash Mehta</i> shares a helpful hint in <a href="http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/">this new post</a> to the Developer Tutorials Blog today - testing out PHP code via the command line PHP binary.
</p>
<blockquote>
Thankfully, PHP provides the interactive shell, allowing you to test out PHP interactively with immediate feedback. Here's how to take advantage of this mature feature of PHP.
</blockquote>
<p>
With the help of the "-a" flag on the command line, the PHP binary will hand you an environment where you can code PHP and instantly see the results. He does <a href="http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/">mention</a> a few quirks that make it different than working with PHP through a web server, namely moving in and out of code blocks and remembering to finish out with a semi-colon when the line is done.
</p>]]></description>
      <pubDate>Mon, 12 May 2008 07:57:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pear-Code-Authors.com: Installation of a local PEAR copy on a shared host]]></title>
      <guid>http://www.phpdeveloper.org/news/9869</guid>
      <link>http://www.phpdeveloper.org/news/9869</link>
      <description><![CDATA[<p>
<i>Jacques Marneweck</i> <a href="http://www.powertrip.co.za/blog/archives/000596.html">points out</a> a tutorial he came across showing how to perform an installation of the PEAR library system <a href="http://www.pear.code-authors.com/installation.shared.html">on a shared host</a>.
</p>
<blockquote>
This is quite useful when you are forced into using a <a href="http://a2hosting.com/">clueless shared host</a> who only have the bare PEAR installation on their servers, and have not ever considered installing DB, Mail, Net_SMTP, etc. which lots of people use instead of reinventing the wheel with each project.
</blockquote>
<p>
The steps of <a href="http://www.pear.code-authors.com/installation.shared.html">the tutorial</a> are pretty simple and they include two different ways - installing it to your docroot directory if the web host already has the pear binary set up or using ftp/ftps/sftp to upload and install the needed files.
</p>]]></description>
      <pubDate>Thu, 27 Mar 2008 12:02:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Web Services Blog: What is Missing in PHP SOAP Extension?]]></title>
      <guid>http://www.phpdeveloper.org/news/9487</guid>
      <link>http://www.phpdeveloper.org/news/9487</link>
      <description><![CDATA[<p>
On the PHP Web Services blog today, <i>Sami</i> <a href="http://phpwebservices.blogspot.com/2008/01/what-is-missing-in-php-soap-extension.html">asks</a> "what's missing from PHP's SOAP extension" that needs to be added or corrected.
</p>
<blockquote>
PHP SOAP extension is good to get started, to play around with. However, it falls much short in meeting the enterprise demands in the SOA era.
</blockquote>
<p>
He <a href="http://phpwebservices.blogspot.com/2008/01/what-is-missing-in-php-soap-extension.html">talks about</a> things missing (like binary file features and lots of security features). He also notes something that most PHP developers love about the extension - the WSDL parsing that makes it so easy to simply call a remote service without having to go through the pain of hacking through it yourself.
</p>]]></description>
      <pubDate>Thu, 24 Jan 2008 11:22:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Package Updates - Zip & htscanner]]></title>
      <guid>http://www.phpdeveloper.org/news/6817</guid>
      <link>http://www.phpdeveloper.org/news/6817</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has posted several new updates concerning the packages he works on - Zip and a new offering, htscanner.
</p>
<p>
The first two concern the htscanner package - first, <a href="http://blog.thepimp.net/index.php/post/2006/11/30/htscanner-htaccess-like-for-FastCGI-or-non-apache-SAPI">the initial release</a> of the extension that works to emulate htaccess support for non-Apache web servers (like FastCGI or lighttpd). The <a href="http://blog.thepimp.net/index.php/post/2006/12/01/htscanner-windows-binaries-available">second related post</a> notes that that Windows binaries for the functionality are also posted on the <a href="http://pecl4win.php.net/">pecl4win website</a>.
</p>
<p>
Next on his list were some update to the Zip PECL package, <a href="http://blog.thepimp.net/index.php/post/2006/12/02/zip-182-fixed-for-510-1-and-2">a fix</a> to correct issues found when using PHP versions 5.1.0, 5.1.1, and 5.1.2 (due to an internal function name issue).
</p>]]></description>
      <pubDate>Mon, 04 Dec 2006 10:39:00 -0600</pubDate>
    </item>
  </channel>
</rss>
