<?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, 25 May 2013 06:44:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: PHP-GTK Project Moves to Github]]></title>
      <guid>http://www.phpdeveloper.org/news/18782</guid>
      <link>http://www.phpdeveloper.org/news/18782</link>
      <description><![CDATA[<p>
According to <a href="http://php-gtk.eu/en/new-repository-for-php-gtk">this new post</a> on the main PHP-GTK project's website, they've officially made the move over to github:
</p>
<blockquote>
Although the main PHP-GTK site at <a href="http://gtk.php.net/">http://gtk.php.net/</a> does not (yet ?) make mention of it, development of PHP-GTK is still active, but is using a more recent infrastructure, having moved to Github like many other projects.
</blockquote>
<p>
You can find this new repository at <a href="https://github.com/php/php-gtk-src">https://github.com/php/php-gtk-src</a>. The PHP-GTK project is an extension for the PHP programming language that implements language bindings for GTK+. It provides an object-oriented interface to GTK+ classes and functions and greatly simplifies writing client-side cross-platform GUI applications.
</p>]]></description>
      <pubDate>Wed, 21 Nov 2012 10:25:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Johannes Schl&uuml;ter's Blog: Quick setup for PHP development trees]]></title>
      <guid>http://www.phpdeveloper.org/news/17774</guid>
      <link>http://www.phpdeveloper.org/news/17774</link>
      <description><![CDATA[<p>
In <a href="http://schlueters.de/blog/archives/168-Quick-setup-for-PHP-development-trees.html">this new post</a> to his blog <i>Johannes Schl&uuml;ter</i> shows you how to easily set up a development environment for the recently moved PHP repositories (to git) using "out of tree" builds to keep versions and configurations separate.
</p>
<blockquote>
As PHP has moved to git recently everybody who works on the PHP source has to recreate his work environment. When working on PHP I have a few requirements for my working dirs. For one I want to be able to use different branches (like 5.3, 5.4 and master) at the same time and I want to quickly test different PHP configurations, like builds using thread-safety or debug mode on or off.
</blockquote>
<p>
He includes a set of commands you can use to to clone the new repository and create different working directories for the different kinds of builds that you want to install. He also points out <a href="https://wiki.php.net/vcs/gitfaq#multiple_working_copies_workflow>a post on the PHP wiki</a> that can help you set up multiple checkouts</a> too. He's published his technique <a href="https://github.com/johannes/create-php-workdir">as a shell script</a> on github.
</p>]]></description>
      <pubDate>Wed, 04 Apr 2012 09:48:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Can .NET make PHP run faster than the official PHP implementation?]]></title>
      <guid>http://www.phpdeveloper.org/news/17263</guid>
      <link>http://www.phpdeveloper.org/news/17263</link>
      <description><![CDATA[<p>
On the PHPClasses blog today the question is posed "<a href="http://www.phpclasses.org/blog/post/168-Can-NET-make-PHP-run-faster-than-the-official-PHP-implementation.html">can .NET make PHP run faster than the official PHP implementation?</a>" (relating to the use of the <a href="http://www.php-compiler.net/">Phalanger</a> tool to compile PHP down to .NET assemblies.
</p>
<blockquote>
Recently Phalanger 3.0 was released introducing numerous improvements in terms of compatibility with the PHP 5.3, interoperability with .NET platform implementations including Mono on Linux, and probably most importantly performance improvements. [...] What motivated this article was that a PHP developer named Rasmus Schultz went on the php.internals mailing list and <a href="http://marc.info/?l=php-internals&m=132338706602251&w=2">proposed</a> to switch the official PHP implementation based on Zend for another based on Phalanger.
</blockquote>
<p>
<a href="http://www.phpclasses.org/blog/post/168-Can-NET-make-PHP-run-faster-than-the-official-PHP-implementation.html">The post</a> includes some benchmarking results of requests made to a WordPress instance running on various PHP platforms. The Phalanger version came in around <a href="http://www.php-compiler.net/wp-content/uploads/2011/08/wordpress-phalanger-201109-performance.png">2 seconds faster</a> (average, obviously) than the PHP FastCGI setup. Also included are two suggestions for future PHP versions (v6 anyone?) that could help the language perform even better: Thread-safety for running with less memory waste and the inclusion of a JIT (Just in time compiler - of which a few are mentioned specifically.
</p>]]></description>
      <pubDate>Thu, 15 Dec 2011 09:03:31 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter.com: The Official CodeIgniter Fork]]></title>
      <guid>http://www.phpdeveloper.org/news/15451</guid>
      <link>http://www.phpdeveloper.org/news/15451</link>
      <description><![CDATA[<p>
According to <a href="http://codeigniter.com/news/the_official_codeigniter_fork/">this new post</a> on CodeIgniter.com, EllisLab is announcing an official fork of the current <a href="http://codeigniter.com">CodeIgniter</a> framework that will be driven by a group of six community members.
</p>
<blockquote>
Yes, you read that right, EllisLab will be creating a CodeIgniter fork.  For you.  By you. We need six talented, opinionated, critical coders from the community who have a heavy personal and/or professional interest in CodeIgniter's ongoing development to act as deputies for the repository. [...] You can also nominate someone else for one of the six seats by emailing the above information on their behalf.  
</blockquote>
<p>
EllisLab will be going over the applications for the next few weeks and may ask the community to help them narrow things down. An NDA will have to be signed by the selected group and a rollout of this new fork is planned for sometime in Q1 of 2011.
</p>]]></description>
      <pubDate>Thu, 18 Nov 2010 09:52:50 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Official Schedule for CakeFest Released]]></title>
      <guid>http://www.phpdeveloper.org/news/12781</guid>
      <link>http://www.phpdeveloper.org/news/12781</link>
      <description><![CDATA[<p>
The Debuggable Blog has <a href="http://debuggable.com/posts/final-cakefest-schedule-announced!:4a41de75-29c8-4795-b52f-64e34834cda3">posted the announcement</a> about the release of the final schedule for this year's CakeFest being released:
</p>
<blockquote>
our beloved "CakeFest" - is announced! For those of you who don't know about the event yet, here is a little wrapup. The next and third CakeFest will be held in Berlin, hometown of Debuggable! From July 9-12, people from all over Europe and the rest of the world will travel to Germany in order to celebrate and learn about the best PHP framework there is.
</blockquote>
<p>
The conference will run from July 9th through the 12th with two days of workshops and two days of the actual conference. You can find out more details on the whens and wheres from <a href="http://cakefest.org/">the official conference website</a>.
</p>]]></description>
      <pubDate>Tue, 30 Jun 2009 09:32:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: PHPNW09 - PHP Conference in Manchester]]></title>
      <guid>http://www.phpdeveloper.org/news/12634</guid>
      <link>http://www.phpdeveloper.org/news/12634</link>
      <description><![CDATA[<p>
Following up on the <a href="http://www.phpdeveloper.org/news/12614">previous announcement</a> about the date for the PHP North West conference, <i>Lorna Mitchell</i> has <a href="http://www.lornajane.net/posts/2009/PHPNW09-PHP-Conference-in-Manchester">posted some more specific information</a> to her blog:
</p>
<blockquote>
Last night at the PHPNW user group we announced this year's conference - PHPNW09. We don't have a lot of detail but here is a run-down of all the information I have.
</blockquote>
<p>
The conference will be held at the <a href="http://www.manchesterconferencecentre.co.uk/">Manchester Conference Center</a> this year (changed from last year) with the (currently) estimated pricing for Early Bird tickets coming in at 50 GBP (+VAT) until September 10th.
</p>
<p>
Keep an eye on <a href="http://conference.phpnw.org.uk/">the conference's main website</a> for more information as it becomes available.
</p>]]></description>
      <pubDate>Fri, 05 Jun 2009 12:02:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: CodeWorks 2009 Official Site]]></title>
      <guid>http://www.phpdeveloper.org/news/12577</guid>
      <link>http://www.phpdeveloper.org/news/12577</link>
      <description><![CDATA[<p>
The MTA group has officially released <a href="http://cw.mtacon.com/">the main website</a> for this year's CodeWorks traveling PHP "roadshow".
</p>
<blockquote>
Welcome! CodeWorks 2009 is a series of two-day conferences for PHP developers and IT managers organized and run by the publishers of <a href="http://phparch.com/">php|architect Magazine</a>. CodeWorks will travel to <a href="http://cw.mtacon.com/main/s/about/locations">seven locations</a> across the United States between September 22nd and October 5th included. Each two-day event includes a day of in-depth tutorials and a day of conference talks arranged across three different tracks, all presented by the best experts in the business. 
</blockquote>
<p>
Each of the stops along the conference route (San Francisco, Los Angeles, Dallas, Atlanta, Miami, Washington, New York) will be limited to 300 attendees in each location and pricing will start at $99 for the Early Bird tickets. You can find out more information about signing up on <a href="http://cw.mtacon.com/signup/index">this page</a> of the CodeWorks site.
</p>]]></description>
      <pubDate>Wed, 27 May 2009 11:12:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ralph Schinder's Blog: The Semi-Official Zend Framework Pear Channel]]></title>
      <guid>http://www.phpdeveloper.org/news/11703</guid>
      <link>http://www.phpdeveloper.org/news/11703</link>
      <description><![CDATA[<p>
<i>Ralph Schinder</i> has <a href="http://ralphschindler.com/2009/01/07/the-semi-official-zend-framework-pear-channel">posted about</a> a new development in the world of Zend Framwork distribution - a PEAR channel.
</p>
<blockquote>
For the past few months, the ZF team has been playing with the idea of releasing ZF from a PEAR channel. Over the past 2 years, we have seen a few channels distributing ZF that have pop up here and there.. so that lead us to believe there is an itch that needs scratching. The compelling reason against a PEAR channel is that, with ZF, there is nothing to "install". Just pop ZF in your include_path and off you go.
</blockquote>
<p>
With the introduction of the next release (1.8) and the <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Tool+-+General">Zend_Tool</a> component that comes with it, the framework is graduating from a "component library" into a more holistic framework with a more advanced distribution system. For those interested, he also includes the details of the channel (from pear.zfcampus.org) and the organizational plan of how the channel is laid out. 
</p>]]></description>
      <pubDate>Thu, 08 Jan 2009 12:57:44 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ben Ramsey's Blog: PHP Groups Mailing List Moves To PHP.net]]></title>
      <guid>http://www.phpdeveloper.org/news/10993</guid>
      <link>http://www.phpdeveloper.org/news/10993</link>
      <description><![CDATA[<p>
<i>Ben Ramsey</i> has a <a href="http://benramsey.com/archives/php-groups-mailing-list-moves-to-phpnet/">new blog post</a> that mentions a move for the PHP User Group mailing list - putting it official on the php.net services.
</p>
<blockquote>
You may recall PHP Groups being created over a year ago for the purpose of networking together the leaders and organizers of PHP user groups around the world. I've been very bad about keeping things moving on this front, but I want to pick things back up and get us talking again.
</blockquote>
<p>
If you'd like to subscribe to the list, send an email to ug-admins-subscribe [at] lists.php.net. If you don't want to subscribe but still want to keep track of what's happening, point your news reader to <a href="news://news.php.net/ug.admins">news://news.php.net/ug.admins</a>.
</p>]]></description>
      <pubDate>Wed, 10 Sep 2008 07:57:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog:  New symfony security policy]]></title>
      <guid>http://www.phpdeveloper.org/news/10234</guid>
      <link>http://www.phpdeveloper.org/news/10234</link>
      <description><![CDATA[<p>
In an effort to keep things a bit more secure (after finding out about <a href="http://www.symfony-project.org/blog/2008/05/14/symfony-1-0-16-is-out">this</a>) the symfony team has officially released their own <a href="http://www.symfony-project.org/blog/2008/05/21/new-symfony-security-policy">security policy</a> to help prevent issues like that in the future.
</p>
<blockquote>
You may be wondering why it has been taking us such a long time to react. Here's the main reason: we had not a very strong security alert reporting and qualifying process. This has been fixed recently. So as of now, if you find a security bug in <a href="http://www.symfony-project.com/">symfony</a>, please send an email to security at symfony-project.com, with as much details as you can and ideally a patch if you can provide one.
</blockquote>
<p>
The wiki has a <a href="http://trac.symfony-project.com/wiki/HowToContributeToSymfony#Reportingsecurityissues">whole section</a> on how to report security issues to get them to the right place.
</p>]]></description>
      <pubDate>Wed, 21 May 2008 12:06:29 -0500</pubDate>
    </item>
  </channel>
</rss>
