<?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 22:12:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Michael Caplan's Blog: Don't Forget to Flush ]]></title>
      <guid>http://www.phpdeveloper.org/news/11702</guid>
      <link>http://www.phpdeveloper.org/news/11702</link>
      <description><![CDATA[<p>
In <a href="http://www.eggplant.ws/blog/php/dont-forget-to-flush/">this recent post</a> to his blog <i>Michael Caplan</i> looks at a feature of PHP that's sometimes forgotten when pushing out larger chunks of data - flushing.
</p>
<blockquote>
As a recluse who prefers hiding behind servers rather than dancing around your web browser's canvas, I was intrigued with their server side recommendations - however sparse they may be. In particular, <a href="http://developer.yahoo.com/performance/rules.html#flush">flushing</a> generated head content early to speed up overall page delivery and rending time was a technique new to me.
</blockquote>
<p>
<i>Michael</i> looks at what "flushing generated head content" means and includes a scenario - pulling the top palettes from the <a href="http://www.colourlovers.com/">COLOURlovers</a> site - and some performance stats on page load time and response time directly from the server (complete with graphs). 
</p>]]></description>
      <pubDate>Thu, 08 Jan 2009 12:09:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: Sending HEAD requests with ext/curl]]></title>
      <guid>http://www.phpdeveloper.org/news/10497</guid>
      <link>http://www.phpdeveloper.org/news/10497</link>
      <description><![CDATA[<p>
In a <a href="http://schlitt.info/applications/blog/index.php?/archives/606-Sending-HEAD-requests-with-extcurl.html">new post</a>, <i>Tobias Schlitt</i> looks at how to send HEAD requests right along with the rest of your payload with the ext/curl extension for PHP.
</p>
<blockquote>
I recently wanted to perform a HEAD request to a file, after which I wanted to perform some more advanced HTTP interaction, so <a href="http://curl.haxx.se/">CURL</a> was also the tool of choice here.
</blockquote>
<p>
He started with the (slow?) command line to get the parameters right before moving into PHP. After picking out the right ones ("curl -I -X HEAD http://localhost/admin/") he transfers them into a series of curl_setopt calls that specifies a HEAD request type and no content to send (with CURLOPT_NOBODY).
</p>]]></description>
      <pubDate>Fri, 27 Jun 2008 08:48:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: Namespaces has PHP 5.3 (Or the other way around)]]></title>
      <guid>http://www.phpdeveloper.org/news/8755</guid>
      <link>http://www.phpdeveloper.org/news/8755</link>
      <description><![CDATA[<p>
<i>David Coallier</i> has some <a href="http://blog.agoraproduction.com/index.php?/archives/51-Namespaces-has-PHP-5.3-Or-the-other-way-around.html">happy news</a> for PHP developers all over - namespaces have officially been committed to to HEAD branch:
</p>
<blockquote>
This means that the next PHP version (5.3) will have namespaces. The patch by Greg Beaver to allow multiple namespaces has not been applied yet but I sure do expect it to be applied to 5_3 and HEAD soon.
</blockquote>
<p>
More technical details can be found via <a href="http://news.php.net/php.zend-engine.cvs/6039">the patch details</a> and some <a href="http://blog.agoraproduction.com/index.php?/archives/47-PHP-Namespaces-Part-1-Basic-usage-gotchas.html">basic</a> <a href="http://blog.agoraproduction.com/index.php?/archives/48-PHP-Namespaces-Part-2-Namespace-constants.html">articles</a> on how to use them in your code.
</p>]]></description>
      <pubDate>Mon, 01 Oct 2007 10:21:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Weekly Summaries Issue #322]]></title>
      <guid>http://www.phpdeveloper.org/news/7181</guid>
      <link>http://www.phpdeveloper.org/news/7181</link>
      <description><![CDATA[<p>
The latest <a href="http://devzone.zend.com/node/view/id/1599">weekly summary</a> for the PHP mailing lists has been posted over on the Zend Developer Zone. This week, discussions included:
<ul>
<li>Sandboxed semaphores
<li>Focus on *printf [continued]
<li>PHP 5.2.1 RC2 and PHP 4.4.5 RC1
<li>It's all in the HEAD
</ul>
Descriptions of each of <a href="http://devzone.zend.com/node/view/id/1599">the headings</a> are provided, including code and a "short version" for those on the run.
</p>
<p>
Be sure to check back <a href="http://devzone.zend.com/public/view/tag/Weekly_Summaries">each week</a> for a new summary.
</p>]]></description>
      <pubDate>Mon, 29 Jan 2007 12:27:00 -0600</pubDate>
    </item>
  </channel>
</rss>
