<?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>Wed, 23 May 2012 19:16:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Handling File Data with PHP (Reading & Seeking)]]></title>
      <guid>http://www.phpdeveloper.org/news/17196</guid>
      <link>http://www.phpdeveloper.org/news/17196</link>
      <description><![CDATA[<p>
DevShed has posted the fifth part of their "handling files in PHP" tutorial series today (excerpted from the book "Beginning PHP and PostgreSQL 8: From Novice to Professional") with a focus on <a href="http://www.devshed.com/c/a/PHP/Handling-File-Data-with-PHP/">read from multiple places in a file</a> to get to different data.
</p>
<blockquote>
In this fifth part of an eight-part series on working with file and operating systems with PHP, you'll learn how to read data from a file and move the file pointer. 
</blockquote>
<p>
Example code is included showing how to use the <a href="http://php.net/file">file</a>, <a href="http://php.net/file_get_contents">file_get_contents</a>, <a href="http://php.net/fgetc">fgetc</a>, <a href="http://php.net/fgetcsv">fgetcsv</a>, <a href="http://php.net/readfile">readfile</a> and <a href="http://php.net/fscanf">fscanf</a> (among several others). Also included is code showing how to use the <a href="http://php.net/fseek">fseek</a> method to move around in a file.
</p>]]></description>
      <pubDate>Thu, 01 Dec 2011 10:09:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMaster.com: PHP is Moving to Git (Eventually)]]></title>
      <guid>http://www.phpdeveloper.org/news/16875</guid>
      <link>http://www.phpdeveloper.org/news/16875</link>
      <description><![CDATA[<p>
Recently the PHP project <a href="http://phpdeveloper.org/news/16830">announced a move to git</a> as the primary version control system for the language's development. In <a href="http://phpmaster.com/php-is-moving-to-git-eventually/">a new post</a> to SitePoint's PHPMaster.com site, <i>Davey Shafik</i> explains what that means to the average developer and what you can expect of the future.
</p>
<blockquote>
Just over two years since its move from the antiquated CVS to Subversion (SVN), <a href="http://news.php.net/php.internals/55293">PHP is once again on the move</a>: this time, to <a href="http://git-scm.com/">Git</a>. Well, eventually. The migration from CVS to SVN was a huge one and took many months. The need for the PHP project to support its user base, hook scripts (commit mailing list, etc.) means that any change of revision control software means quite a large commitment. This is why even though the voting is over, and the dust has settled, we won't be seeing PHP on Git until the end of this year.
</blockquote>
<p>
<i>Davey</i> shares his vote - pro-git - and explains what his choice (and many others') means for the language, including a modified patch acceptance policy and a convenience for developers to be able to work anywhere. 
</p>
<blockquote>
All in all, I feel migrating from Subversion to Git can only be a good thing for the PHP project and the community as a whole. [...]  it is pretty clear that the PHP development community is in favor of the decision. 
</blockquote>]]></description>
      <pubDate>Mon, 19 Sep 2011 11:54:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP version control to move to git]]></title>
      <guid>http://www.phpdeveloper.org/news/16830</guid>
      <link>http://www.phpdeveloper.org/news/16830</link>
      <description><![CDATA[<p>
A little while back, the PHP development group posted a survey of developers asking them which version control system they'd like to see the PHP project use. By an overwhelming margin, <a href="http://news.php.net/php.internals/55293">git has won</a> and things are already in motion to move parts of the project away from subversion.
<p>
In his mailing list post, <i>David Soria Parra</i> explains:
</p>
<blockquote>
After 2 weeks of voting and discussion, I closed the votes today. The results are fairly straightforward. Most of the users want to move to a decentralized version control system. [...] I don't want to make a difference of who voted for what. I think the results are overwhelming
in favor of Git.
</blockquote>
<p>
He'll be working on the spec to make the move for the PHP source over to git and is planning a cut over some time in December. Stay tuned to the <a href="http://news.php.net/php.internals">php.internals</a> mailing list for more details about the move as they come up. 
</p>]]></description>
      <pubDate>Thu, 08 Sep 2011 06:27:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: Xdebug on github]]></title>
      <guid>http://www.phpdeveloper.org/news/16508</guid>
      <link>http://www.phpdeveloper.org/news/16508</link>
      <description><![CDATA[<p>
As <i>Derick Rethans</i> notes in his latest post, the <a href="http://derickrethans.nl/xdebug-git.html">Xdebug project is now on github</a> and can be found <a href="https://github.com/derickr/xdebug">under his account</a>.
</p>
<blockquote>
I've just opened my Xdebug repository on github. Importing my old SVN repository was a bit of a task. With the help of Ole Marius Smestad I managed to cook up a bash script to import and fix-up the repository. In the meanwhile I've learned more about git than I ever wanted to know, but still not enough.
</blockquote>
<p>
Besides the source for <a href="http://xdebug.org/">Xdebug</a> itself, you'll also notice repositories for the <a href="https://github.com/derickr/xdebug.org">Xdebug website</a>, the <a href="https://github.com/derickr/gtkdbgp">GtkDBGp client</a> and the <a href="https://github.com/derickr/dbgp">DBGp</a> protocol definition.
</p>
]]></description>
      <pubDate>Thu, 23 Jun 2011 08:08:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Godaddyhostingreview Blog: How to move Magento from Production to Live Server]]></title>
      <guid>http://www.phpdeveloper.org/news/14743</guid>
      <link>http://www.phpdeveloper.org/news/14743</link>
      <description><![CDATA[<p>
Setting up and using the Magento e-commerce application can be a difficult process in itself, but when you start moving things around from server to server, things can get even more complex. In <a href="http://findgodaddyhostingreview.com/2010/06/how-to-move-magento-from-production-to-live-server/">this new post</a> from the Godaddyhostingreview blog they talk about moving a Magento instance from your local install out to a live site.
</p>
<blockquote>
This is the method I used to move my local copy of magento store from WAMP on windows to a shared hosting account. In my case am using magento1.3.x.
</blockquote>
<p>
The instructions are detailed right down to which configuration values to change, how to update your database for the move, what will need to be removed before you and push everything over. There's even a bit of instruction on what to change if your database structure is slightly different.
</p>]]></description>
      <pubDate>Mon, 05 Jul 2010 10:47:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter.com: SVN Repository Location Moved]]></title>
      <guid>http://www.phpdeveloper.org/news/13975</guid>
      <link>http://www.phpdeveloper.org/news/13975</link>
      <description><![CDATA[<p>
Just a <a href="http://codeigniter.com/news/subversion_server_change/#When:16:28:45Z">quick note</a> today from the CodeIgniter project - if you've been using their Subversion server to pull your latest copies of the framework down, they've made a change.
</p>
<blockquote>
Our Subversion repositories have moved.  Please update your repositories or check out new ones from the new location: <a href="http://svn.ellislab.com/CodeIgniter/trunk">http://svn.ellislab.com/CodeIgniter/trunk</a>
</blockquote>
<p>
The normal downloads (and archive files) are still available <a href="http://codeigniter.com/downloads/">on the CodeIgniter download page</a>.
</p>]]></description>
      <pubDate>Fri, 05 Feb 2010 11:38:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Till's Blog: Magento: moving a store to another server (Checklist)]]></title>
      <guid>http://www.phpdeveloper.org/news/12702</guid>
      <link>http://www.phpdeveloper.org/news/12702</link>
      <description><![CDATA[<p>
On <i>Till</i>'s blog today, there's <a href="http://till.klampaeckel.de/blog/archives/37-Magento-moving-a-store-to-another-server.html">a checklist</a> of sorts to help make moving a Magento-based online store over to another server.
</p>
<blockquote>
Frequently, you do client work and if you are fortunate enough, you can setup a development environment on your own server or your laptop (or whatever), tinker with the files, and templates, and so on '" until it's all done. And whenever you are done, it's time to move files. Sounds easy? It sort of is!
</blockquote>
<p>
His small checklist only contains three main steps - change the configuration file if need be, check the permissions on certain directories to make sure they can be accessed/written to by the web server, and updating the base URLs for the new domain name/location.
</p>]]></description>
      <pubDate>Wed, 17 Jun 2009 11:14:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: 10 steps to migrate Web site servers with the least of problems]]></title>
      <guid>http://www.phpdeveloper.org/news/11872</guid>
      <link>http://www.phpdeveloper.org/news/11872</link>
      <description><![CDATA[<p>
After having moved servers just recently, <i>Manuel Lemos</i> has a <a href="http://www.phpclasses.org/blog/post/87-10-steps-to-migrate-Web-site-servers-with-the-least-of-problems.html">few helpful hints</a> for anyone out there considering a web site/web server move in the near future:
</p>
<blockquote>
Despite the benefits of migrating to a better server, the actual migration is a complicated process that can fail in so many ways that I thought it would be a good idea to share what you need to be concerned if you need to migrate your servers too. You need to go through several steps that need to be done in the right order to prevent major headaches.
</blockquote>
<p>
Here's his ten steps/recommendations of things to keep an eye on during the move:
</p>
<ul>
<li>Prepare your DNS
<li>Setup the new server
<li>Tune the server file system for performance and integrity
<li>Install the base applications
<li>Initial data migration
<li>Put the old server in migration mode
<li>Bring your new server to life
<li>Double check your server security
<li>Epilogue (the final miscellaneous startup/setup items) 
<li>The forgotten step that you remembered
<li>

</ul>]]></description>
      <pubDate>Tue, 03 Feb 2009 13:43:13 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Maggie Nelson's Blog:  From MovableType to WordPress in 301 Easy Steps]]></title>
      <guid>http://www.phpdeveloper.org/news/11820</guid>
      <link>http://www.phpdeveloper.org/news/11820</link>
      <description><![CDATA[<p>
If you've a blogger and you've been thinking about moving platforms (say from MovableType to WordPress) you mightwant to check out <a href="http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/">this new blog post</a> from <i>Maggie Nelson</i> about her experience switching between the two.
</p>
<blockquote>
It's been a while [since I last tried WordPress] and things seem to have improved - some within WordPress itself, but others due to the help of the community which has provided tons of plugins that can help WordPress get around some of its problems. The move from MovableType to WordPress was easy.  WordPress has import functionality that plays very nicely with MovableType's exported files.  Yay!
</blockquote>
<p>
Her only problem was making sure that references to the site weren't broken. She made the move away from her old domain to a new one (maggienelson.com) and needed to set up some redirects to bridge the gap. The mod_rewrite module of Apache made things relatively simple. All of her rules (including the ones in the path she took to get to the file result) are included in the post.
</p>]]></description>
      <pubDate>Tue, 27 Jan 2009 07:58:05 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPWomen.org: PHPWomen News]]></title>
      <guid>http://www.phpdeveloper.org/news/11720</guid>
      <link>http://www.phpdeveloper.org/news/11720</link>
      <description><![CDATA[<p>
The PHPWomen have <a href="http://www.phpwomen.org/wordpress/2009/01/10/phpwomen-news/">posted some updates</a> about them and their organization, including their new incorporation status.
</p>
<p>Updates include:</p>
<ul>
<li>A server move for the site (temporary until a more permanent home is set up)
<li>They are now a not-for-profit incorporation organization in the state of Florida (including a try at becoming a tax-exempt entity)
<li>The voting process for the <a href="http://www.elephpantworldtour.com/">elePHPant World Tour</a> contest has started.
</ul>
<p>
You can find out more about the group on <a href="http://www.phpwomen.org/wordpress/about/">their website</a> including their mentoring programs, a history of the group and their mission.
</p>]]></description>
      <pubDate>Mon, 12 Jan 2009 11:14:01 -0600</pubDate>
    </item>
  </channel>
</rss>

