<?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>Sun, 26 May 2013 04:10:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: PHP 5.4 Will Have a Built-in Web Server]]></title>
      <guid>http://www.phpdeveloper.org/news/17030</guid>
      <link>http://www.phpdeveloper.org/news/17030</link>
      <description><![CDATA[<p>
As is mentioned in <a href="http://css.dzone.com/news/php-54-will-have-built-web">this new post</a> to DZone.com, one of the features of the upcoming PHP 5.4 release, including things like traits and array dereferencing support, will also have an interesting new feature - a built-in simple web server.
</p>
<blockquote>
Yet another new feature to look forward to in PHP 5.4.0 - the CLI SAPI will now provide a built-in web server which is geared toward developmental purposes.  It shouldn't be used in production right now. 
</blockquote>
<p>
The PHP manual <a href="http://php.net/manual/en/features.commandline.webserver.php">has been updated</a> with the latest on this upcoming feature:
</p>
<blockquote>
URI requests are served from the current working directory where PHP was started, unless the -t option is used to specify an explicit document root. [...] If a PHP file is given on the command line when the web server is started it is treated as a "router" script for the web server. The script is run at the start of each HTTP request. If this script returns FALSE, then the requested resource is returned as-is. Otherwise the script's output is returned to the browser.
</blockquote>
<p>
The PHP 5.4.x series is still in beta as of the time of this post - you can download the beta1 on the <a href="http://www.php.net/downloads.php">downloads section</a> of the PHP site (or the <a href="http://windows.php.net/download/">Windows binaries</a>).
</p>]]></description>
      <pubDate>Mon, 24 Oct 2011 09:24:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Solar Beta 1 and 2, With A Blog Demo]]></title>
      <guid>http://www.phpdeveloper.org/news/13763</guid>
      <link>http://www.phpdeveloper.org/news/13763</link>
      <description><![CDATA[<p>
As is mentioned in <a href="http://paul-m-jones.com/?p=1176">this new post</a> by <i>Paul Jones</i> the <a href="http://solarphp.com">Solar framework project</a> has reached its "beta" status on December 18th, 2009 and has just hit another milestone - beta2.
</p>
<p>
Along with the release comes updates to <a href="http://solarphp.com/manual">the manual</a> including a new blog tutorial that walks you through the creation of a simple blog that shows you how create the basic application structure, add actions/views for the CRUD (Create, Read, Update, Delete) of articles and work with local strings.
</p>
<p>
If you're looking for what changed in the two betas, check out the release notes for <a href="http://svn.solarphp.com/core/tags/release-1.0.0beta1/info/notes">beta1</a> and <a href=http://svn.solarphp.com/core/tags/release-1.0.0beta2/info/notes">beta2</a> (<a href="http://svn.solarphp.com/system/download/solar-system-1.0.0beta2.tgz">download link for the beta2 release</a>).
</p>]]></description>
      <pubDate>Sat, 02 Jan 2010 06:06:35 -0600</pubDate>
    </item>
  </channel>
</rss>
