<?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>Tue, 06 Jan 2009 02:59:15 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alison Holloway's Blog: PHP 5.2.2 Setup on Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/7854</guid>
      <link>http://www.phpdeveloper.org/news/7854</link>
      <description><![CDATA[<p>
In her blog today, <i>Alison Holloway</i> offers a <a href="http://blogs.oracle.com/alison/2007/05/16#a51">quick tip</a> for developers out there trying to install PHP 5.2.2 on their Windows machine and running into trouble. Maybe it's the same issue?
</p>
<blockquote>
I've just been setting up PHP 5.2.2 on Windows XP Pro, with Apache 2.0.59. I couldn't get Apache to find the correct php.ini file. It was looking in C:Windows, instead of where I installed PHP. The httpd.conf file told Apache to look in C:Program FilesPHP, but it wasn't. So none of the extensions were loading.
</blockquote>
<p>
The problem? She wasn't putting in the right kind of slashes into her configuration file. It couldn't find the right path because of it. The issue isn't mentioned in the <a href="http://www.phpdeveloper.org/news/7839">latest version</a> of the Underground PHP and Oracle Manual (but will be in the future).
</p>]]></description>
      <pubDate>Wed, 16 May 2007 11:19:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Nick Halstead's Blog: Bad code, bad data flow, good idea?]]></title>
      <guid>http://www.phpdeveloper.org/news/7845</guid>
      <link>http://www.phpdeveloper.org/news/7845</link>
      <description><![CDATA[<p>
While developing a new application in a framework, <i>Nick Halstead</i> came across an "oops" point where he realized that the part of the application he was working on could have been coded better. In <a href="http://blog.assembleron.com/2007/05/14/bad-code-bad-data-flow-good-idea/">this instance</a>, he found a spot where he needed to pass data backwards and forwards through the app without loosing "the flow". His solution? Singletons!
</p>
<blockquote>
One of these situations occurs when you suddenly that find you don't have access to data you want, or you can't pass back (or forward) data as part of the common flow of your application. [...] The solution was to create a singleton class which uses references to bind a name to a already defined variable.
</blockquote>
<p>
In <a href="http://blog.assembleron.com/2007/05/14/bad-code-bad-data-flow-good-idea/">his example</a>, he illustrates (and explains) how to use a class he developed (varmap) to handle the assignment/removal/etc of the data to the common Singleton object.
</p>]]></description>
      <pubDate>Tue, 15 May 2007 09:28:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: Moving Forward]]></title>
      <guid>http://www.phpdeveloper.org/news/5387</guid>
      <link>http://www.phpdeveloper.org/news/5387</link>
      <description><![CDATA[<p>
<i>Mike Naberezny</i> has both sent an email to the Zend Framework list and <a href="http://www.mikenaberezny.com/archives/48">posted here</a> a notice that he will be leaving Zend as of next week.
</p>
<quote>
<i>
You've probably noticed that there are some new Zenders on the mailing lists. During the next week, they'll begin to take over my day-to-day responsibilities such as administering the SVN accounts. Andi will be sending out a note with more information. For those of you that work with me closely, I'll be sending individual notes letting you know who to contact. Of course, please feel free to email me yourself if you have a specific question.
</i>
</quote>
<p>
<i>Mike</i> has been one of the key developers for the Zend Framework from day one, and I know the project will be sad to see him go. He has <a href="http://www.mikenaberezny.com/archives/48">nothing but a positive outlook</a> for the Framework, and high hopes for his future as an independant contractor. Best of luck, Mike - you will be missed on the project.
</p>]]></description>
      <pubDate>Wed, 17 May 2006 12:00:33 -0500</pubDate>
    </item>
  </channel>
</rss>
