<?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, 08 Sep 2008 03:40:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ligaya Turmelle's Blog: Streams Gem]]></title>
      <guid>http://www.phpdeveloper.org/news/8669</guid>
      <link>http://www.phpdeveloper.org/news/8669</link>
      <description><![CDATA[<p>
<i>Ligaya Turmelle</i> shine up and shows off a streams gem that she rediscovered - a simple method of sending a POST request and getting it's response:
</p>
<blockquote>
Was reminded today of a gem from the streams extension - sending a POST message and getting its results. We could do it using cURL or sockets - but why work that hard. Being lazy does have its advantages after all.
</blockquote>
<p>
The <a href="http://www.khankennels.com/blog/index.php/archives/2007/09/17/streams-gem/">example she includes</a> is one from the manual, showing how to take the array of data and push it out to the remote site with a few simple calls (including stream_context_create).
</p>]]></description>
      <pubDate>Mon, 17 Sep 2007 19:05:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Review: Rapid PHP 2007]]></title>
      <guid>http://www.phpdeveloper.org/news/8296</guid>
      <link>http://www.phpdeveloper.org/news/8296</link>
      <description><![CDATA[<p>
PHPBuilder.com <a href="http://www.phpbuilder.com/columns/lunderwood20070718.php3">has a review</a> posted today of a piece of PHP development software - <a href="http://www.blumentals.net/rapidphp/">RapidPHP 2007</a>:
</p>
<blockquote>
Of the many editors available for creating (X)HTML, CSS, JavaScript, and PHP pages, several combine a few different yet compatible languages. Some include support and a few manage to make it work seamlessly. <a href="http://www.blumentals.net/rapidphp/">RapidPHP 2007</a> belongs in the latter category.
</blockquote>
<p>
They <a href="http://www.phpbuilder.com/columns/lunderwood20070718.php3">walk through the list</a> of features (including a PHP syntax checker) and include a screenshot of the PHP function hints in action. The reviewer also talks about the support for other languages it has - the (X)HTML editor and CSS style sheet editor.
</p>]]></description>
      <pubDate>Fri, 20 Jul 2007 11:18:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Howto use a single php.ini for cli/cgi with htscanner, use 0.7.0 or later]]></title>
      <guid>http://www.phpdeveloper.org/news/7300</guid>
      <link>http://www.phpdeveloper.org/news/7300</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/post/2007/02/19/Howto-use-a-single-phpini-for-cli-or-cgi-with-htscanner-use-070-or-later-%3A">posted a quick hit</a> to his blog today about using one php.ini file for both a cli and cgi installation of PHP without it throwing errors for <a href="http://pecl.php.net/htscanner">htscanner</a>.
</p>
<blockquote>
Htscanner reports error during module or request init (returns FAILURE), these errors may be fatal and stop the current executions. This behavior is not desired if you use it in a shell ((if you have only one system php.ini for both cli and cgi or if htscanner is compiled statically). This release brings a new ini settings to solve this problem, stop_on_error.
</blockquote>
<p>
The <a href="http://blog.thepimp.net/index.php/post/2007/02/19/Howto-use-a-single-phpini-for-cli-or-cgi-with-htscanner-use-070-or-later-%3A">solution</a> involves changing the htscanner setting to 0 instead of 1 to return a "SUCCESS" message rather than the errors.
</p>]]></description>
      <pubDate>Mon, 19 Feb 2007 08:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ITtoolbox.com: So I'm a PHP developer and my company runs SAP now what?]]></title>
      <guid>http://www.phpdeveloper.org/news/5234</guid>
      <link>http://www.phpdeveloper.org/news/5234</link>
      <description><![CDATA[<p>
SAP keeps popping up on the PHPradar more and more these days, and <a href="http://blogs.ittoolbox.com/sap/php/archives/008940.asp?rss=1">this new article</a> from the ITtoolbox site blog explains the situation from a PHP developer's point of view in a SAP-using company (and a few tips to get you started).
</p>
<quote>
<i>
So you're a PHP developer and your company is running SAP, the problem though is you have no clue about SAP or what it does - you are curious though. The following are a few tips on making the cross over from building web applications to building SAP based web applications using PHP.
</i>
</quote>
<p>
They <a href="http://blogs.ittoolbox.com/sap/php/archives/008940.asp?rss=1">start with the obvious</a>, finding out what version you're working with, before moving on to the actual development. They link to a few resources for tools to help you make the connections and functionality inside the SAP systems. The simple script they give to test things out just logs you into the system and displays a status for your connection - nice and easy.
</p>]]></description>
      <pubDate>Tue, 25 Apr 2006 06:50:56 -0500</pubDate>
    </item>
  </channel>
</rss>
