<?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, 20 May 2013 10:58:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4 beta1 released]]></title>
      <guid>http://www.phpdeveloper.org/news/16913</guid>
      <link>http://www.phpdeveloper.org/news/16913</link>
      <description><![CDATA[<p>
PHP.net has <a href="http://www.php.net/index.php#id2011-09-27-1">officially announced</a> the release of the first official beta of the PHP 5.4.x series today - <a href="http://www.php.net/downloads.php">PHP 5.4 beta1</a>.
</p>
<blockquote>
The PHP development team is proud to announce the first <a href="http://qa.php.net/">beta release</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.
</blockquote>
<p>
Features added in this beta include several bug fixes, the addition of a callable typehint, a switch to timezone guessing (UTC is assumed if not set) and the mysql/mysqli/pdo_mysql extensions now use mysqlnd by default. There's a lot of smaller changes too - check out the <a href="http://www.php.net/releases/NEWS_5_4_0_beta1.txt">latest NEWS file</a> for the complete list.
</p>]]></description>
      <pubDate>Tue, 27 Sep 2011 10:52:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans's Blog: Obtaining the next month in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/13805</guid>
      <link>http://www.phpdeveloper.org/news/13805</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> (<a href="http://derickrethans.nl/phparchitects-guide-to-date-and-time-programming.html">master</a> of all things date and time in PHP) has <a href="http://derickrethans.nl/obtaining-the-next-month-in-php.html">a new post</a> to his blog showing how to correctly get the "next month" since the date string parser doesn't understand how to use that string directly.
</p>
<blockquote>
Over and over again PHP users complain that next month in PHP's date-string parser doesn't go to the next month, but instead skips to the one after next month.
</blockquote>
<p>
He describes what happens internally, how PHP bumps up the month and counts the number of days, and how you can use some of newer features in the PHP 5.3 release to get the first day of the next month. Specifically, this means using the "first day of next month" string for the modify() call on the DateTime object. If you're not on PHP 5.3 yet, <i>Derick</i> also includes a method in <a href="http://derickrethans.nl/obtaining-the-next-month-in-php.html#comments">the comments</a> to do it a slightly different way.
</p>]]></description>
      <pubDate>Fri, 08 Jan 2010 11:35:12 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: The ABC's of PHP Part 3 - Basic Script Building in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12210</guid>
      <link>http://www.phpdeveloper.org/news/12210</link>
      <description><![CDATA[<p>
PHPBuilder.com has <a href="http://www.phpbuilder.com/columns/peter_shaw032309.php">posted the next article</a> in their "ABCs of PHP" series looking at some basic techniques for building your first scripts.
</p>
<blockquote>
Welcome to part 3 of my 10 part series on PHP. In the first two parts I introduced you to the language and to what software you needed to run it. In this episode we will look at some simple PHP syntax, and we'll write a couple of small scripts to get our feet wet, and get a feel for the language. 
</blockquote>
<p>
Their first script mixes HTML and PHP together to make a "Hello World" web page. They also give the example of a <a href="http://php.net/phpinfo">phpinfo</a> function call to get the settings for the current PHP installation.
</p>]]></description>
      <pubDate>Thu, 26 Mar 2009 07:56:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[AskAboutPHP.com: First look at CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10135</guid>
      <link>http://www.phpdeveloper.org/news/10135</link>
      <description><![CDATA[<p>
In a <a href="http://www.askaboutphp.com/beginners/29/first-look-at-cakephp.html">recent post</a> to the Ask About PHP blog, there's a quick "first look" at the CakePHP framework from a beginner's perspective.
</p>
<blockquote>
Finally, I found some time to take CakePHP for a spin. I've heard some really good things about it, and I've been trying to get some time to try it out. I installed the framework and went through the tutorial on building a simple blog application. I have to say I'm quite impressed.
</blockquote>
<p>
The post <a href="http://www.askaboutphp.com/beginners/29/first-look-at-cakephp.html">briefly introduces</a> the Model-View-Controller method the framework follows and shows some of the features/benefits it brings with it - the low entry level, its speed, and whether or not it makes for a good "first framework" for other developers.
</p>]]></description>
      <pubDate>Wed, 07 May 2008 13:49:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeUtopia.net: Is PHP a good first language?]]></title>
      <guid>http://www.phpdeveloper.org/news/10090</guid>
      <link>http://www.phpdeveloper.org/news/10090</link>
      <description><![CDATA[<p>
The CodeUtopia blog <a href="http://codeutopia.net/blog/2008/05/01/is-php-a-good-first-language/">asks the online community</a> for their opinion - what do you think of PHP as a first language?
</p>
<blockquote>
Sometimes I've seen people say PHP is a bad first language, because it teaches bad programming habits. But is this actually true at all? Often those who say that don't really like PHP themselves either, many times because of equally untrue reasons.
</blockquote>
<p>
They <a href="http://codeutopia.net/blog/2008/05/01/is-php-a-good-first-language/">argue</a> both sides of the situation, mentioning what could make for a good first language, why PHP is a "nearly perfect" fit for it and some arguing points for the other side as to why PHP isn't the best option.
</p>]]></description>
      <pubDate>Thu, 01 May 2008 13:39:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Zend Studio for Eclipse at first sight]]></title>
      <guid>http://www.phpdeveloper.org/news/9782</guid>
      <link>http://www.phpdeveloper.org/news/9782</link>
      <description><![CDATA[<p>
This <a href="http://blog.thinkphp.de/archives/306-Zend-Studio-for-Eclipse-at-first-sight.html">new post</a> on the ThinkPHP blog (from <i>Sarah Hermann</i>) talks about some of her first experiences with the popular IDE from Zend, Zend Studio for Eclipse:
</p>
<blockquote>
The last few days I've started working with Zend Studio for Eclipse. At first view I didn't miss anything which I've used in Zend Studio 5.5 and the IDE looks very good. [...] Overall I think Zend Studio for Eclipse is a great tool to develop PHP applications. With a large amount of plugins, Eclipse provides a platform which gives the possibilty to develop a whole application within one tool, that's a great benefit.
</blockquote>
<p>
Most of the issues that she came across from the transition were minor things - keystrokes for shortcuts changed, slowness with the breakpoints - nothing that would stop her from dropping it and going back to the regular Zend Studio 5.5.
</p>]]></description>
      <pubDate>Wed, 12 Mar 2008 08:43:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Evert Pot's Blog: PHPUnit3 : first impressions]]></title>
      <guid>http://www.phpdeveloper.org/news/7819</guid>
      <link>http://www.phpdeveloper.org/news/7819</link>
      <description><![CDATA[<p>
<i>Evert Pot</i> has posted some of his <a href="http://www.rooftopsolutions.nl/article/128">initial impressions</a> of the latest version of PHPUnit that he got his hands on - PHPUnit 3:
</p>
<blockquote>
For a testing framework I picked <a href="http://www.phpunit.de/">PHPUnit</a>. My main reason for picking this was that its fully written in PHP5, it can produce some pretty good reports and the biggest reason is simply because I hear a lot of good stuff about it.
</blockquote>
<p>
Among his thoughts were mentions of PHPUnit's great documentation (but made it hard to just get started), a bit of unintuitive functionality with the addTestSuite method and some of the pain that it took to get together a full suite of tests.
</p>]]></description>
      <pubDate>Thu, 10 May 2007 11:48:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[International PHP Magazine: Which Stage Comes First in the Development of the Basic CMS?]]></title>
      <guid>http://www.phpdeveloper.org/news/7269</guid>
      <link>http://www.phpdeveloper.org/news/7269</link>
      <description><![CDATA[<p>
The International PHP Magazine <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26880,nodeid,5.html">is back</a> this week with the results from their latest user poll that asked the question "Which Stage Comes First in the Development of the Basic CMS?"
</p>
<p>
Of course, of the options they gave, "Planning your CMS" came in with an overwhelming lead of 60.5 percent of the votes. Lagging far behind that was "Further Development" and "Database creation". It is good to see that a large majority of the people out there think that taking the time out to plan out the application first is the best way to go. Throwing something together, especially something that can get as complex as a CMS, is a very bad idea.
</p>
<p>
Be sure and get your votes in on <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26881,nodeid,5.html">this week's poll</a> that asks which of the given options including "Web and command-line interface" and "Generates a todo list from @todo tags in source") wouldn't be a good option to be added to the phpDocumentor functionality.
</p>]]></description>
      <pubDate>Tue, 13 Feb 2007 10:38:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: My first patch to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5829</guid>
      <link>http://www.phpdeveloper.org/news/5829</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> mentions today in his <a href="http://schlitt.info/applications/blog/index.php?/archives/476-My-first-patch-to-PHP.html">latest post</a> about his first patch to PHP, an update to the pathinfo function's code being commited.
</p>
<blockquote>
Hehe, some might say, that those 10 lines of C code are not even worth calling it a patch. Especially, since it was mostly copy and paste work and since Christian Schneider also adviced me for some improvement. Anyway, Marcus just commited my enhancement to <a href="http://php.net/pathinfo">pathinfo()</a>, which adds a new field "filename" to the returned array of path elements.
</blockquote>
<p>
His <a href="http://schlitt.info/applications/blog/index.php?/archives/476-My-first-patch-to-PHP.html">patch</a> adds a much needed output parameter to the pathinfo function's results - filename. He talks briefly about the process of making the change and how long it took him on the first shot (2 hours), but now his hard work has paid off. The update will be a part of PHP 5.2. 
</p>]]></description>
      <pubDate>Wed, 19 Jul 2006 20:00:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Kunz's Blog: First Day of the PHP Vikinger]]></title>
      <guid>http://www.phpdeveloper.org/news/5674</guid>
      <link>http://www.phpdeveloper.org/news/5674</link>
      <description><![CDATA[<p>
<i>Christopher Kunz</i> has posted <a href="http://www.christopher-kunz.de/serendipity/archives/97-First-day-of-the-PHP-Vikinger.html#extended">this summary</a> of his experiences (so far) at the PHP Vikinger conference for this year.
</p>
<blockquote>
For about 4 hours now, the PHP Vikinger is in full swing. Everyone arrived between 10 and 11, and together we hacked up a makeshift agenda. Remember that this is an "unconference", so attendees are in full charge of the whole event. Our lead viking Zak, inspired by the mighty power of Thor himself, took it upon him to moderate the scheduling and get everything started. Now, everyone who wants gets up and does a presentation, starts a discussion or - as Kris is currently doing - stipulates brainstorming with the attending core developers and other PHP nerds. 
</blockquote>
<p>
He <a href="http://www.christopher-kunz.de/serendipity/archives/97-First-day-of-the-PHP-Vikinger.html#extended">also mentions</a> a discussion about what PHP's lacking and a talk from <i>Ilia</i> about PHP security issues. Sounds like things are going great so far!
</p>]]></description>
      <pubDate>Sat, 24 Jun 2006 07:38:23 -0500</pubDate>
    </item>
  </channel>
</rss>
