<?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, 18 May 2013 22:23:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[WebReference.com: User Personalization with PHP: The Home Page]]></title>
      <guid>http://www.phpdeveloper.org/news/12467</guid>
      <link>http://www.phpdeveloper.org/news/12467</link>
      <description><![CDATA[<p>
WebReference.com has posted <a href="http://www.webreference.com/programming/php/user_personalization5/index.html">the next tutorial</a> in their "user personalizaton" series - a look at the user's "home page" once they've logged in.
</p>
<blockquote>
In this article, we will be looking at the home page of the application. This is the first page that the user will see after they have gone through the authentication process. The page will provide links and access to the rest of the application, except the admin section. 
</blockquote>
<p>
The code connects to the database, fetches all of the information about the user and their bookmarks. A table is generated showing the URL listing and the navigation is built. Also included it a bit of code to create a "recommendations" system.
</p>]]></description>
      <pubDate>Wed, 06 May 2009 12:08:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Project Blog: Plugins have a new home]]></title>
      <guid>http://www.phpdeveloper.org/news/10734</guid>
      <link>http://www.phpdeveloper.org/news/10734</link>
      <description><![CDATA[<p>
The Symfony project's blog has a <a href="http://www.symfony-project.org/blog/2008/07/31/plugins-have-a-new-home">new post</a> today about a big move that one of its resources it making - the framework's plugins are getting their own section.
</p>
<blockquote>
I am pretty happy to announce that I have just deployed a new version of the symfony project website with a brand new "<a href="http://www.symfony-project.org/plugins/">Plugins</a>" section (look at the top menu entries) to replace the Trac plugin management system.
</blockquote>
<p>
The <a href="http://www.symfony-project.org/plugins/">new section</a> has a listing of all of the available plugins (can be filtered) and dedicated pages for each of them with things like license, version and release information. You can also search the plugins based on keywords and authors. Developers adding their plugins have a full admin interface and uses the Trac accounts to manage access.
</p>]]></description>
      <pubDate>Thu, 31 Jul 2008 17:42:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: HP System Management Homepage PHP Multiple Vulnerabilities]]></title>
      <guid>http://www.phpdeveloper.org/news/7936</guid>
      <link>http://www.phpdeveloper.org/news/7936</link>
      <description><![CDATA[<p>
Secunia has a <a href="http://secunia.com/advisories/25423/">new advisory posted</a> that HP System Management Homepage users will want to take note of - an issue that's been found with how the PHP for this software is written that can lead to exploitable issues.
</p>
<blockquote>
HP has acknowledged some vulnerabilities in HP System Management Homepage, which can be exploited by malicious people to disclose potentially sensitive information, bypass certain security restrictions, cause a DoS (Denial of Service), or potentially compromise a vulnerable system.
</blockquote>
<p>
This issue has been reported in versions prior to 2.1.8 on Linux and Windows and the solution is easy - just upgrade to a newer version such as 2.1.8 or later. The <a href="http://secunia.com/advisories/25423/">Secunia post</a> has links to some of the needed downloads.
</p>]]></description>
      <pubDate>Wed, 30 May 2007 09:36:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hannes Magnusson's Blog: "Latest releases" box and "conference teaser"]]></title>
      <guid>http://www.phpdeveloper.org/news/7297</guid>
      <link>http://www.phpdeveloper.org/news/7297</link>
      <description><![CDATA[<p>
<i>Hannes Magnusson</i> has <a href="http://bjori.blogspot.com/2007/02/latest-releases-box-and-conference.html">posted about more updates</a> that are being made to the PHP.net website today, including an upgrade to the "conference teaser" patch and the introduction of a new box to like directly to the latest releases on the front page.
</p>
<blockquote>
<p>
Since I moved the 'current releases' info into "a giant" includable array, living in <a href="http://cvs.php.net/viewvc.cgi/phpweb/include/version.inc">include/version.inc</a>, we can now provide a simple XML feed (or whatever) for you to parse to get the latest release info simpler and more accurately...
</p>
<p>
What do you think? Is it worth it? What kind of format would you want it in?
</p>
</blockquote>
<p>
He wants your feedback on this last point - would having an XML feed for just the version info be that useful? Or would it just be yet another RSS feed to add to the list to keep up with the new PHP releases?
</p>]]></description>
      <pubDate>Mon, 19 Feb 2007 07:48:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Zip 1.8.5, small bug fixes release]]></title>
      <guid>http://www.phpdeveloper.org/news/7189</guid>
      <link>http://www.phpdeveloper.org/news/7189</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/post/2007/01/29/Zip-185-small-bug-fixes-release">posted about</a> the latest update to his Zip PECL package today:
</p>
<blockquote>
This release fixes two small issues, a leak happening on error and a bug in extractTo. Empty directories were not created recursively, for example an entry like "test/emptydir", only the "test" directory was created.
</blockquote>
<p>
This latest download is <a href="http://pecl.php.net/get/zip">here</a> and the homepage for the project is over on <a href="http://pecl.php.net/package/zip">this PECL page</a> (as well as details on what the package can do and documentation of all of its features).
</p>]]></description>
      <pubDate>Tue, 30 Jan 2007 11:34:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Zip-1.7.5 works even with broken path]]></title>
      <guid>http://www.phpdeveloper.org/news/6557</guid>
      <link>http://www.phpdeveloper.org/news/6557</link>
      <description><![CDATA[<p>
For those using the Zip pecl pakcage, <i>Pierre</i> has <a href="http://blog.thepimp.net/index.php/2006/10/22/114-zip-175-works-even-with-broken-path">a quick update</a> you'll need to download to resolve some pathing issues that were found.
</p>
<blockquote>
A little release to help windows users to work with broken zip entries named like "a/b//c.txt". PHP 5.1+ mkdir does not support such path on windows and simply refuses to create the base dir. The """bug""" has been fixed in php 5.2 or earlier and a work around exists in zip itself for earlier versions.
</blockquote>
<p>
You can grab this latest update directly from <a href="http://pecl.php.net/zip">the project's homepage</a>.
</p>]]></description>
      <pubDate>Mon, 23 Oct 2006 14:58:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Build cairo on windows, step #1 (Updated)]]></title>
      <guid>http://www.phpdeveloper.org/news/6270</guid>
      <link>http://www.phpdeveloper.org/news/6270</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/2006/09/13/106-build-cairo-on-windows-step-1">made an update</a> to his information about building Cairo on Windows with more fixes and the creation of a dedicated page for the project.
</p>
<blockquote>
I fixed a possible issue with PDF and PS support, it should work way better now. The cairo_build_windows archive has been updated and a decent freetype2 is now included (from gnuwin32). The build system has been tested with VC++ Express and VC.net 2003. Also a configure.bat is now included, it is a simple "alias" for "cscript /nologo configure.js ". You can call it just like any real configure.
</blockquote>
<p>
As mentioned, a project homepage has been set up for cairo-win32, and can <a href="http://blog.thepimp.net/misc/cairowin32/">be found here</a> along with some results of it: <a href="http://blog.thepimp.net/misc/cairowin32/test.png">PNG file</a>, <a href="http://blog.thepimp.net/misc/cairowin32/pdf-features.pdf">PDF file</a>.
</p>]]></description>
      <pubDate>Thu, 14 Sep 2006 07:06:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP Community Group gets a new site]]></title>
      <guid>http://www.phpdeveloper.org/news/6121</guid>
      <link>http://www.phpdeveloper.org/news/6121</link>
      <description><![CDATA[<p>
The PHP Community group has created a <a href="http://phpcommunity.ning.com/">new page</a> for the group over on Ning - as pointed out by <a href="http://www.wormus.com/aaron/stories/2006/08/24/phpcommunity-on-ning.html">Aaron Wormus</a>:
</p>
<blockquote>
It's been a while since I've bothered to look at ning, but this time around I was VERY impressed. The interface is slick! Kudos to <a href="http://naramore.net/blog/">Elizabeth</a> and <a href="http://benramsey.com/">Ben</a> for setting this up, and of course all the people at ning for the cool platform.
</blockquote>
<p>
The site already has a good start with a few members on it and discussions already starting for getting to know fellow members and opinions on moving to make this official PHP Community page.
</p>
<p>
If you'd like to check it out or get involved in the effort, head over <a href="http://phpcommunity.ning.com/"to their page</a> and sign up.
</p>
<p>
<b>UPDATE:</b> it's been six hours since this initial posting and the site already has 24 members registered and growing more all the time. <a href="http://phpcommunity.ning.com">Head over</a> and sign up now! And check out <a href="http://devzone.zend.com/node/view/id/858">this new post</a> over on the Zend Developer Zone for even more info.
</p>]]></description>
      <pubDate>Thu, 24 Aug 2006 07:17:49 -0500</pubDate>
    </item>
  </channel>
</rss>
