<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>PHP.net news &amp; announcements</title>
  <updated>2009-06-21T16:27:05-05:00</updated>
  <link href="http://www.php.net/feed.atom" rel="self"/>
  <icon>http://php.net/images/news/php-logo.gif</icon>
  <id>http://php.net/archive/index.php</id>
  <author>
    <name>Webmaster</name>
    <uri>http://php.net/contact</uri>
    <email>php-webmaster@lists.php.net</email>
  </author>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-06-21-1.xml">
  <title>PHP'n Rio conference</title>
  <id>http://www.php.net/archive/2009.php#id2009-06-21-1</id>
  <published>2009-06-21T10:45:52-07:00</published>
  <updated>2009-06-21T23:27:05+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-07-03</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://www.phprio.org/phpnrio09" title="PHP Rio">phpnrio09.png</default:newsImage>
  <link href="http://www.php.net/conferences/index.php#id2009-06-21-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-06-21-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>
      The Rio de Janeiro PHP user group is pleased to announce
      their first <em>PHP'n Rio conference</em>. It will be held July 3rd, 2009 at the
      <a href="http://www.infnet.edu.br/">Infnet Institute</a>, in Rio de Janeiro. It is a
      one day mini conference aimed on providing experienced developers and
      beginners a chance to learn more about PHP frameworks, web
      applications built in PHP, and the art of testing code.
     </p>
     <p>
      The keynote speaker is Jan Schneider, who will also
      talk about the Horde project. In addition, we will
      have sessions about other frameworks and include a
      <a href="http://qa.php.net/testfest.php">PHP TestFest</a>.
     </p>
     <p>
      PHP'n Rio sessions go from 6-9 pm. Then the PHP TestFest follows up
      until 10 pm. No fees or subscription required. Participation is entirely
      free!
     </p>
     <p>
      Whether you live here or are around just enjoying the marvelous city,
      come and join us :) For more information, please visit 
      <a href="http://www.phprio.org/phpnrio09">http://www.phprio.org/phpnrio09</a>
      (portuguese only).
     </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-06-19-1.xml">
  <title>PHP 5.3.0RC4 Release Announcements</title>
  <id>http://www.php.net/archive/2009.php#id2009-06-19-1</id>
  <published>2009-06-19T11:02:05+02:00</published>
  <updated>2009-06-19T12:18:27+02:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <category term="releases" label="New PHP release"/>
  <link href="http://www.php.net/index.php#id2009-06-19-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-06-19-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>
      The PHP development team is proud to announce the fourth release
      candidate of PHP 5.3.0 (PHP 5.3.0RC4). This RC focuses on bug fixes
      and stability improvements, and we hope only minimal changes are required
      for the next candidate or final stable releases. PHP 5.3.0 is a newly
      developed version of PHP featuring long-awaited features like
      <a href="http://php.net/namespaces">namespaces</a>,
      <a href="http://php.net/lsb">late static binding</a>,
      <a href="http://php.net/closures">closures</a> and much more.
     </p>
     <p>
      Please download and test these release candidates, and report any issues
      found. A stable release is expected next week . In case of critical
      issues we will continue producing weekly RCs. Downloads and further
      information is available at <a href="http://qa.php.net/">qa.php.net</a>.
      See also the work in progress
      <a href="http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?revision=PHP_5_3">5.3 upgrade guide</a>.
     </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-06-18-1.xml">
  <title>PHP 5.2.10 Released!</title>
  <id>http://www.php.net/archive/2009.php#id2009-06-18-1</id>
  <published>2009-06-18T18:18:28-04:00</published>
  <updated>2009-06-19T12:18:27+02:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <category term="releases" label="New PHP release"/>
  <link href="http://www.php.net/index.php#id2009-06-18-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-06-18-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
       The PHP development team would like to announce the immediate availability of PHP 5.2.10. 
       This release focuses on improving the stability of the PHP 5.2.x branch with over 100 bug fixes,
       one of which is security related. All users of PHP are encouraged to upgrade to this release.
      </p>
      <p>
        <b>Security Enhancements and Fixes in PHP 5.2.10:</b>
      </p>
      <ul>
       <li>Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files). (Pierre)</li>
      </ul>
      <p>
       Further details about the PHP 5.2.10 release can be found in the
       <a href="/releases/5_2_10.php">release announcement</a>, and the full list of changes are
       available in the <a href="/ChangeLog-5.php#5.2.10">ChangeLog</a>.
      </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-06-12-1.xml">
  <title>PHP 5.2.10RC2 and PHP 5.3.0RC3 Release Announcements</title>
  <id>http://www.php.net/archive/2009.php#id2009-06-12-1</id>
  <published>2009-06-12T17:39:42+02:00</published>
  <updated>2009-06-12T17:39:42+02:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <category term="releases" label="New PHP release"/>
  <link href="http://www.php.net/index.php#id2009-06-12-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-06-12-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">     <p>      The PHP development team is proud to announce the second release candidate of PHP 5.2.10 (PHP 5.2.10RC2) and      the third release candidate of PHP 5.3.0 (PHP 5.3.0RC3).      These RCs focuses on bug fixes and stability improvements, and we hope only minimal changes are required      for the next candidate or final stable releases.     </p>     <p>      PHP 5.2.10 is a pure maintenance release for providing bugfixes and stability updates. PHP 5.3.0      is a newly developed version of PHP featuring long-awaited features like namespaces, late      static binding, closures and much more.     </p>     <p>      Please download and test these release candidates, and report any issues found.      Downloads and further information is available at <a href="http://qa.php.net/">qa.php.net</a>.      See also the work in progress <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">5.3 upgrade guide</a>.     </p></div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-06-03-1.xml">
  <title>CodeWorks Conference</title>
  <id>http://www.php.net/archive/2009.php#id2009-06-03-1</id>
  <published>2009-06-03T14:01:20+02:00</published>
  <updated>2009-06-03T14:01:20+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-10-05</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <link href="http://www.php.net/conferences/index.php#id2009-06-03-1" rel="alternate" type="text/html"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://cw.mtacon.com/" title="CodeWorks Conference">codeworks2009.png</default:newsImage>
  <link href="http://cw.mtacon.com/" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>CodeWorks 2009 is a series of <em>two-day conferences for PHP developers</em> and IT managers organized and run by the publishers of <a href="http://phparch.com/">php|architect Magazine</a>.</p>
     <p>CodeWorks will travel to <a href="http://cw.mtacon.com/main/s/about/locations">seven locations</a> across the United States between <abbr title="2009-09-22" class="dtstart">September 22nd</abbr> and <abbr title="2009-10-06" class="dtend">October 5th</abbr> included. Each two-day event includes a day of <em>in-depth tutorials</em>  and a day of <em>conference talks</em> arranged across three different tracks, all presented by the <em>best experts</em> in the business.</p>
     <p>These locations include:
      <ul>
       <li>San Francisco, CA (9/22-9/23)</li>
       <li>Los Angeles, CA (9/24-9/25)</li>
       <li>Dallas, TX (9/26-9/27)</li>
       <li>Atlanta, GA (9/28-9/29)</li>
       <li>Miami, FL (9/30-10/1)</li>
       <li>Washington, DC/Baltimore Area (10/2-10/3)</li>
       <li>New York, NY (10/4-10/5)</li>
      </ul>
     </p>
     <p>If PHP is your work, your passion or your hobby, CodeWorks is a great way to learn and connect with the greatest community of professionals in the world—and with <a href="http://cw.mtacon.com/signup/index">prices as low as $99</a> and a generous <a href="http://cw.mtacon.com/signup/s/discounts">discount program</a>, a uniquely affordable opportunity for everyone.</p>
     <p>Remember, each event is <em>limited to 300 attendees</em> and prices increase the closer we get to each event. <a href="http://cw.mtacon.com/signup/index">Get your tickets today</a> before we run out or the price goes up!</p>
     <p>For more information, visit <a href="http://cw.mtacon.com/">http://cw.mtacon.com</a>.</p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-05-29-1.xml">
  <title>Forum PHP Paris 2009</title>
  <id>http://www.php.net/archive/2009.php#id2009-05-29-1</id>
  <published>2009-05-29T11:47:20+02:00</published>
  <updated>2009-05-29T11:47:20+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-11-13</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <link href="http://www.php.net/conferences/index.php#id2009-05-29-1" rel="alternate" type="text/html"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://www.afup.org/" title="Forum PHP Paris">forumphp2009.jpg</default:newsImage>
  <link href="http://www.afup.org/" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
      The <a href="http://www.afup.org/" alt="AFUP">AFUP</a> (Association française des utilisateurs PHP)
      organizes on <abbr title="2009-11-11" class="dtstart">November 11th</abbr> and <abbr title="2009-11-12" class="dtstart">November 12th</abbr>
      at the <a href="http://www.cite-sciences.fr/" alt="Cité des Sciences">Cité des Sciences</a> in Paris, France,
      the <a href="" alt="Forum PHP">Forum PHP</a> for its 9th edition.
      </p>
      <p>
       The PHP Forum 2009 will welcome as a partner alongside the AFUP, 
       the association <a href="http://www.lemug.fr/" alt="LeMug">LeMug.fr</a> (MySQL User Group).
      </p>
      <p>
       On this occasion, AFUP decided to extend the pre-registration at preferential rates, and 
       also postpone the deadline for the call for speakers.
      </p>
      <p>
      To monitor developments and press releases, visit the following link: 
      <a href="http://afup.org/pages/forumphp2009/">http://afup.org/pages/forumphp2009/</a>
      </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-05-12-1.xml">
  <title>PHP@FrOSCon call for papers running</title>
  <id>http://www.php.net/archive/2009.php#id2009-05-12-1</id>
  <published>2009-05-12T11:47:20+02:00</published>
  <updated>2009-05-12T11:47:20+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-05-23</default:finalTeaserDate>
  <category term="cfp" label="Call for Papers"/>
  <link href="http://www.php.net/conferences/index.php#id2009-05-12-1" rel="alternate" type="text/html"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://froscon.phpugdo.de/" title="PHP@FrOSCon">php_at_froscon_2009_logo.png</default:newsImage>
  <link href="http://froscon.phpugdo.de/" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <a href="http://froscon.phpugdo.de/">The Free and Open Source Conference</a>
        (FrOSCon) in <span class="location">St. Augustin (near Bonn) Germany</span>
        has evolved to one of the top open source events in Europe.
        Being organized on a completly voluntary basis, its a meeting point for
        geeks, open source enthusiasts and OSS companies.
      </p>
      <p>
        As usual, the PHP Usergroup Dortmund (in cooperation with other
        German usergroups) organizes a PHP project room,
        with talks and discussions.
      </p>
      <p>
        <a href="http://froscon.phpugdo.de/call_for_papers.html">The call for papers</a>
        is open until May 23rd. The conference is scheduled for
        <abbr title="2009-08-22" class="dtstart">August 22nd</abbr> -
        <abbr title="2009-08-24" class="dtend">23rd</abbr>. Presenters receive at least
        free entance to thecomplete conference and free coffee in the PHP project room.
      </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-05-09-1.xml">
  <title>TestFest 2009</title>
  <id>http://www.php.net/archive/2009.php#id2009-05-09-1</id>
  <published>2009-05-09T21:45:38+02:00</published>
  <updated>2009-05-09T21:45:38+02:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <link href="http://www.php.net/index.php#id2009-05-09-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-05-09-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        TestFest is upon us once again. For those who don't know, this is the
        time of year where User Groups and individuals donate a little of their
        time and effort to increasing the test coverage of PHP.
      </p>
      <p>
        Hundreds of thousands of lines of code are working in concert to
        assemble one of the simplest to learn and fastest running scripting
        languages in the business. All this is achieved with the expectation
        that very few bugs will make it into releases and the ones that do
        will be stomped out quickly, efficiently and will never be heard from
        again. This is a lofty goal and is only possible through a system of
        tests designed to continuously evaluate the well-being of PHP.
      </p>
      <p>
        This year the QA Team has been very busy implementing new features
        and improvements to make the TestFest experience easier and more
        enjoyable than ever before. Some these improvements include a
        Subversion repository for test storage and tracking, a Virtual
        Machine for simple test environment setup, and improved documentation
        of testing procedures.
      </p>
      <p>
        2009 is looking to be the most successful TestFest event ever. Over
        20 User Groups spanning Belgium, Brazil, Catalonia, Canada, France,
        Germany, Ireland, Italy, Netherlands, Norway, Peru, USA and the UK
        have already registered. This is an incredible response and we still
        have 2 months left to go.
      </p>
      <p>
        Getting involved couldn't be simpler. Visit the
        <a href="http://qa.php.net/testfest.php">QA TestFest page</a> to
        find out how you can organize a TestFest event in your community.
        We are looking forward to seeing your communities tests being
        committed into PHP.
      </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-05-07-2.xml">
  <title>ZendCon 2009: Call for Papers</title>
  <id>http://www.php.net/archive/2009.php#id2009-05-07-2</id>
  <published>2009-05-07T21:06:20+02:00</published>
  <updated>2009-05-07T21:06:20+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-05-31</default:finalTeaserDate>
  <category term="cfp" label="Call for Papers"/>
  <link href="http://www.php.net/conferences/index.php#id2009-05-07-2" rel="alternate" type="text/html"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://zendcon.com/" title="ZendCon 2009">ZendCon09-logo.gif</default:newsImage>
  <link href="http://zendcon.com/" rel="via" type="text/html"/>
  <content type="xhtml">
   <div xmlns="http://www.w3.org/1999/xhtml">
    <p>
     The Call for Papers for ZendCon 2009 has gone out.  This year's
     conference will be held <abbr title="2009-10-19" class="dtstart">October 19th</abbr>
     - <abbr title="2009-10-23" class="dtend">22nd</abbr> at the
     <span class="location">San Jose Convention Center.</span>
    </p>
    <p>
     This year the conference has been expanded to focus on the whole
     development team and lifecycle of your projects. Therefore not only will
     there be sessions on 'writing PHP code', but are also emphasizing
     production processes, frameworks, management information, and the
     maintenance &amp; tuning of servers. Part of doing this, is to expand the
     PHP Community to not just include the developers, but also the
     operations people, the managers, ensure that the whole team comes away
     from ZendCon with the knowledge to deliver better products.
    </p>
    <p>
     More details on the Call for Papers, Tracks for this years conference,
     and more can be found at: <a href="http://zendcon.com/">http://zendcon.com/</a>
    </p>
    <p>
     Hurry up and submit some proposals, the CfP is only open until May 31st!
    </p>
   </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-05-07-1.xml">
  <title>PHP 5.3.0RC2 Release Announcement</title>
  <id>http://www.php.net/archive/2009.php#id2009-05-07-1</id>
  <published>2009-05-07T20:20:39+02:00</published>
  <updated>2009-05-07T20:21:03+02:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <link href="http://www.php.net/index.php#id2009-05-07-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-05-07-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>
      The PHP development team is proud to announce the second release candidate of PHP 5.3.0 (PHP 5.3.0RC2). 
      This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required 
      for the next candidate (RC3).
     </p>
     <p>
      Expect an RC3 in 2-3 weeks, although there will not be major changes so now is a good
      time to start the final testing of PHP 5.3.0 before it gets released, in order to find
      possible incompatibilities with your project.
     </p>
     <p>
      Please download and test this release candidate, and report any issues found.
      Downloads and further information is available at <a href="http://qa.php.net/">qa.php.net</a>.
      See also the work in progress <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">5.3 upgrade guide</a>.
     </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-04-17-1.xml">
  <title>phpDay Italy</title>
  <id>http://www.php.net/archive/2009.php#id2009-04-17-1</id>
  <published>2009-04-17T11:42:32+02:00</published>
  <updated>2009-04-17T11:42:32+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-05-15</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <link href="http://www.php.net/conferences/index.php#id2009-04-17-1" rel="alternate" type="text/html"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://www.phpday.it/" title="phpDay Italy">phpday-it-2009.png</default:newsImage>
  <link href="http://www.phpday.it/" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>
      The italian PHP user group (GrUSP), is organizing the 6th phpDay,
      theitalian conference dedicated to the PHP world (<a href="http://www.phpday.it/" class="url">http://www.phpday.it/</a>).
     </p>
     <p>
      This year's edition will be held in Verona on
      <abbr class="dtstart" title="2009-05-15">May 15</abbr>-<abbr class="dtend" title="2009-05-17">16th</abbr>
      and "softwareintegration with PHP" is going to be the main theme of the event.
     </p>
     <p>
      The phpDay will have three channels:
      <ul>
       <li>Developers: development approach and techniques</li>
       <li>Community: focus on open source software and frameworks</li>
       <li>Enterprise: real case studies for business and enterprises</li>
      </ul>
     </p>
     <p>
      For the benefit of our international visitors, there will be an
      entiretrack in english, so come and join us in the beautiful city of
      Verona!
     </p>
     <p>
      To subscribe to the event use our eventbrite page:
      <a href="http://phpday2009.eventbrite.com/">http://phpday2009.eventbrite.com/</a>
     </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-04-08-1.xml">
  <title>PHP 5.2.9-2 (Windows) released</title>
  <id>http://www.php.net/archive/2009.php#id2009-04-08-1</id>
  <published>2009-04-08T13:49:16+02:00</published>
  <updated>2009-04-09T11:11:16+02:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <category term="releases" label="New PHP release"/>
  <link href="http://www.php.net/index.php#id2009-04-08-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-04-08-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The PHP Development Team would like to announce the availability of a new Windows build for PHP - PHP 5.2.9-2</p>
      <p>This release focuses on fixing security flaws in the included OpenSSL library (CVE-2009-0590, CVE-2009-0591 and CVE-2009-0789). The security advisory is available <a href="http://openssl.org/news/secadv_20090325.txt">here</a>.</p>
      <p>The OpenSSL library has been updated to 0.9.8k, which includes fixes for these flaws.</p>
      <p>Note: Only the Windows binaries are affected. There are no changes to the PHP sources, therefore no source releases are necessary.</p>
      <p><strong>Updated 9th of April</strong>: Added the missing OCI8 DLL</p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-04-06-1.xml">
  <title>DPC09</title>
  <id>http://www.php.net/archive/2009.php#id2009-04-06-1</id>
  <published>2009-04-06T21:36:59+02:00</published>
  <updated>2009-04-07T09:22:36+02:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-06-11</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <link href="http://www.php.net/conferences/index.php#id2009-04-06-1" rel="alternate" type="text/html"/>
  <default:newsImage xmlns="http://php.net/ns/news" link="http://phpconference.nl/" title="DPC09">dpc09_banner.jpg</default:newsImage>
  <link href="http://phpconference.nl/" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>
      Tickets are now on sale for The Dutch PHP Conference 2009 and we want to invite
      you to attend. This year's conference will be held from
      <abbr title="2009-06-11" class="dtstart">June 11</abbr>-<abbr title="2009-06-14" class="dtend">June13, 2009</abbr>.
      DPC09, like it's predecessors, will be held in Amsterdam at the RAI Center. This
      year we have expanded the conference to two days plus the tutorial day so that we
      can deliver even more sessions, events and value for your conference budget.
     </p>
     <p>
      Our speaker line up this year includes Andrei Zmievski, Marco Tabini, Derick
      Rethans, Ben Ramsey, Michelangelo van Dam, and Paul Reinheimer, just to name a few.
      This year's special keynote speakers are Andrei Zmievski and Owen Byrne as well as
      a special closing keynote session by Marco Tabini, Ivo Jansch and Cal Evans. You
      can see the full line up of speakers and sessions at
      <a href="http://phpconference.nl/schedule/">http://phpconference.nl/schedule/</a>.</p>
     <p>
      Early Bird pricing is in effect till April 30th, 2009. Save €55-€100 on ticket
      prices if you purchase before the deadline.
     </p>
     <p>
      For full details on DPC09 and information on how to order your tickets, visit the
      conference web site at <a href="http://phpconference.nl">http://phpconference.nl</a>.
     </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-03-27-1.xml">
  <title>Google Summer of Code 2009</title>
  <id>http://www.php.net/archive/2009.php#id2009-03-27-1</id>
  <published>2009-03-27T15:34:48-07:00</published>
  <updated>2009-03-27T15:34:48-07:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <link href="http://www.php.net/index.php#id2009-03-27-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-03-27-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
       Once again we are happy to announce our involvement with the Google Summer of Code project.
       Be sure to check <a href="http://socghop.appspot.com/org/show/google/gsoc2009/php">our program</a>
       at this years GSoC.
      </p>
      <p>
       We invite everyone to look at the <a href="http://wiki.php.net/gsoc/2009">list of ideas</a> for
       this years GSoC, and get involved. Students are welcome to propose their own ideas, and we
       will consider all applications that are received before the April 3rd deadline. So, thanks to
       everyone involved and we look forward to seeing many students join us on this great adventure!
      </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-03-24-1.xml">
  <title>PHP 5.3.0RC1 Release Announcement</title>
  <id>http://www.php.net/archive/2009.php#id2009-03-24-1</id>
  <published>2009-03-24T21:16:11+01:00</published>
  <updated>2009-03-25T08:43:44+01:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <category term="releases" label="New PHP release"/>
  <link href="http://www.php.net/index.php#id2009-03-24-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-03-24-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The PHP development team is proud to announce the availability of the first release candidate of PHP 5.3.0 (PHP 5.3.0RC1). This release marks the final phase in a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security enhancements.</p>
      <p>The key features of the PHP 5.3 branch include:</p>
      <ul>
        <li>Support for <a href="http://php.net/namespaces">namespaces</a></li>
        <li>Under the hood performance improvements</li>
        <li><a href="http://php.net/lsb">Late static binding</a></li>
        <li><a href="http://docs.php.net/functions.anonymous">Lambda functions and closures</a></li>
        <li>
         Syntax additions: 
         <a href="http://php.net/manual/language.types.string.php#language.types.string.syntax.nowdoc">NOWDOC</a>, limited GOTO,
         <a href="http://php.net/ternary#language.operators.comparison.ternary">ternary short cut "?:"</a> and
         <a href="http://php.net/__callstatic">__callStatic()</a>
        </li>
        <li>Optional <a href="http://php.net/gc_enable">garbage collection</a> for cyclic references</li>
        <li>Optional <a href="http://php.net/mysqli.mysqlnd">mysqlnd</a> PHP native replacement for libmysql</li>
        <li>Improved <a href="http://windows.php.net">windows</a> support including VC6 and VC9 binaries</li>
        <li>More consistent float rounding</li>
        <li>Deprecation notices are now handle via E_DEPRECATED (part of E_ALL) instead of the E_STRICT error level</li>
        <li>Several enhancements to enable more <a href="http://php.net/ini.sections">flexiblity in php.ini</a> (and ini parsing in general)</li>
        <li>New bundled extensions:
         <a href="http://php.net/phar">ext/phar</a>,
         <a href="http://php.net/intl">ext/intl</a>,
         <a href="http://php.net/fileinfo">ext/fileinfo</a>,
         <a href="http://php.net/sqlite3">ext/sqlite3</a>,
         <a href="http://php.net/enchant">ext/enchant</a>
        </li>
        <li>Countless bug fixes and improvements to existing extensions in particular to:
         <a href="http://php.net/openssl">ext/openssl</a>,
         <a href="http://php.net/spl">ext/spl</a> and
         <a href="http://php.net/datetime">ext/date</a>
        </li>
      </ul>
      <p>This release also drops several extensions and unifies usage of internal APIs. Users should be aware of the following known backwards compatibility breaks:</p>
      <ul>
        <li>Parameter parsing API unification will cause some functions to behave more or less strict when it comes to type juggling</li>
        <li>Removed the following extensions:
         <a href="http://php.net/mhash">ext/mhash</a> (see <a href="http://php.net/hash">ext/hash</a>),
         <a href="http://php.net/msql">ext/msql</a>,
         <a href="http://php.net/pspell">ext/pspell</a> (see <a href="http://php.net/enchant">ext/enchant</a>),
         <a href="http://php.net/sybase">ext/sybase</a> (see <a href="http://php.net/sybase">ext/sybase_ct</a>)
        </li>
        <li>Moved the following extensions to PECL:
         <a href="http://php.net/ming">ext/ming</a>,
         <a href="http://php.net/fbsql">ext/fbsql</a>,
         <a href="http://php.net/ncurses">ext/ncurses</a>,
         <a href="http://php.net/fdf">ext/fdf</a>
        </li>
        <li>Removed <a href="http://php.net/manual/ini.core.php#ini.zend.ze1-compatibility-mode">zend.ze1_compatibility_mode</a></li>
        <li>See the <a href="http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?view=markup&amp;pathrev=PHP_5_3">upgrading guide</a> for other minor changes</li>
      </ul>
      <p>All users of PHP, especially those using earlier PHP 5 releases are advised to test this release as the final release of PHP 5.3.0 will eventually obsolete the 5.2 branch of PHP.</p>
      <p>For users upgrading from previous PHP 5 releases there is an upgrading guide available <a href="http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?view=markup&amp;pathrev=PHP_5_3">here</a>, detailing the changes between those releases and PHP 5.3.0.</p>
      <p>Please also note that we are aware of issues surrounding float/integer handling in some edge cases (some of which have been introduced in PHP 5.2.0), as well as a crash bug in NSAPI, that will be fixed in PHP 5.3.0RC2. These issues however do not prevent wide spread testing of PHP 5.3.0RC1 as users can now rely on the feature set and implementation decisions no longer being changed.</p>
      <p>For a full list of changes in PHP 5.3.0, see the CVS <a href="http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup&amp;pathrev=PHP_5_3">NEWS</a> file.</p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-03-10-1.xml">
  <title>5.2.9-1 (for Windows) released</title>
  <id>http://www.php.net/archive/2009.php#id2009-03-10-1</id>
  <published>2009-03-10T23:16:11+01:00</published>
  <updated>2009-03-10T23:16:11+01:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <category term="releases" label="New PHP release"/>
  <link href="http://www.php.net/index.php#id2009-03-10-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-03-10-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The PHP Development Team would like to announce the availability of a new Windows build of PHP - PHP 5.2.9-1</p>
      <p>This release focuses on fixing a security flaw introduced by the cURL library (CVE-2009-0037). Please see the following for a full description: <a href="http://curl.haxx.se/docs/adv_20090303.html">http://curl.haxx.se/docs/adv_20090303.html</a></p>
      <p>Please note that the cURL related function is disabled when open_basedir or safe_mode enabled.</p>
      <p>Note: Only the Windows packages are affected.</p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xml:base="entries/2009-02-26-1.xml">
  <title>PHP 5.2.9 Released!</title>
  <id>http://www.php.net/archive/2009.php#id2009-02-26-1</id>
  <published>2009-02-26T18:24:50-05:00</published>
  <updated>2009-02-26T18:24:50-05:00</updated>
  <category term="frontpage" label="PHP.net frontpage news"/>
  <link href="http://www.php.net/index.php#id2009-02-26-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-02-26-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The PHP development team would like to announce the immediate availability of PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.</p>
      <p>
        <b>Security Enhancements and Fixes in PHP 5.2.9:</b>
      </p>
      <ul>        <li>Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott)</li>        <li>Fixed a crash on extract in zip when files or directories entry names contain  a relative path. (Pierre)</li>        <li>Fixed explode() behavior with empty string to respect negative limit. (Shire)</li>        <li>Fixed a segfault when malformed string is passed to json_decode(). (Scott)</li></ul>
      <p>Further details about the PHP 5.2.9 can be found in the release announcement for <a href="http://www.php.net/releases/5_2_9.php">5.2.9</a>  the full list of changes is available in the <a href="http://www.php.net/ChangeLog-5.php#5.2.9">ChangeLog for PHP 5</a>.</p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-02-20-1.xml">
  <title>php|tek 2009</title>
  <id>http://www.php.net/archive/2009.php#id2009-02-20-1</id>
  <published>2009-02-20T18:59:30+01:00</published>
  <updated>2009-02-20T18:59:30+01:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-05-19</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <link href="http://www.php.net/conferences/index.php#id2009-02-20-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-02-20-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>We are happy to invite you to this year's php|tek conference, to be held <abbr title="2009-05-19" class="dtstart">May 19</abbr>-<abbr title="2009-05-23" class="dtend">22, 2009</abbr> in <span class="location">Chicago, Illinois</span>, and hosted (as always) by the folks at php|architect.</p>
      <p>Join us to hear talks and tutorials on a variety of PHP subjects from PHP experts such as Ed Finkler, Sara Golemon, Chris Shiflett, Sebastian Bergmann, Derick Rethans, Stefan Priebsch, Christian Wenz and our mid-conference keynote by Andrei Zmievski on PHP6. You can see the full schedule at <a href="http://tek.mtacon.com/c/schedule">http://tek.mtacon.com/c/schedule</a> - we guarantee you won't be disappointed.</p>
      <p>This year we are also happy to invite you to our Unconference and Hack-a-thon which will be held in the early evenings, separate from the main schedule. You'll have a great time and won't miss a thing! This, coupled with our entertaining evening events and multiple networking opportunities will prove to make your trip to the conference an educational and memorable one!</p>
      <p>Early bird pricing is in effect until February 28, 2009 so hurry to take advantage of this offer before it's too late!</p>
      <p>For details on the conference, including registration and hotel information, please visit us at <a href="http://tek.mtacon.com/" class="url">http://tek.mtacon.com/</a>.</p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news" xml:base="entries/2009-02-18-1.xml">
  <title>2009 PHP Quebec Conference</title>
  <id>http://www.php.net/archive/2009.php#id2009-02-18-1</id>
  <published>2009-02-18T02:10:11-08:00</published>
  <updated>2009-02-18T02:10:11-08:00</updated>
  <default:finalTeaserDate xmlns="http://php.net/ns/news">2009-03-04</default:finalTeaserDate>
  <category term="conferences" label="Conference announcement"/>
  <link href="http://www.php.net/conferences/index.php#id2009-02-18-1" rel="alternate" type="text/html"/>
  <link href="http://www.php.net/archive/2009.php#id2009-02-18-1" rel="via" type="text/html"/>
  <content type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
     <p>
      The seventh edition of the PHP Quebec Conference will take place in a few days, 
      between March 4th and 6th, 2009. It will be held in Montreal, Canada.
     </p>
     <p>
      Don't miss out on this unique opportunity to learn more on latest development 
      techniques with PHP, RIA, Frameworks and project management. Meet with PHP 
      Community leaders such as: Zeev Suraski, Chris Shiflett, Andrei Zmievski, 
      Sara Golemon, John Coggeshall and many more.
     </p>
     <p>
      With over 55 technical talks, 35 international speakers and multiple networking 
      activities you are guaranteed to take your career one step ahead in a friendly 
      environment.
     </p>
     <p>
      Space is limited, register online before February 28th and secure your presence. 
      <a href="http://conf.phpquebec.com/">http://conf.phpquebec.com</a>
     </p>
    </div>
  </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-12-10-1.xml">
 <title>Windows PECL binaries</title>
 <id>http://www.php.net/archive/2008.php#id2008-12-10-1</id>
 <published>2008-12-10T19:50:38+01:00</published>
 <updated>2008-12-10T19:50:38+01:00</updated>
 <category term="frontpage" label="PHP.net frontpage news"/>
 <link href="http://www.php.net/index.php#id2008-12-10-1" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-12-10-1" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>Due to unfortunate circumstances Windows binaries for PECL extensions will no longer be available on http://pecl4win.php.net.</p>
   <p>Work is being done to incorporate Windows binaries for PECL extensions into <a href="http://pecl.php.net">pecl.php.net</a> and will hopefully be ready during the 1st quarter 2009</p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-12-08-1.xml">
 <title>PHP 5.2.8 Released!</title>
 <id>http://www.php.net/archive/2008.php#id2008-12-08-1</id>
 <published>2008-12-08T15:58:43-05:00</published>
 <updated>2008-12-08T15:58:43-05:00</updated>
 <category term="frontpage" label="PHP.net frontpage news"/>
 <link href="http://www.php.net/index.php#id2008-12-08-1" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-12-08-1" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>The PHP Development Team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, which was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release.  Alternatively you can apply a work-around for the bug by changing "filter.default_flags=0" in php.ini.</p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-12-07-1.xml">
 <title>PHP 5.2.7 has been removed from distribution</title>
 <id>http://www.php.net/archive/2008.php#id2008-12-07-1</id>
 <published>2008-12-07T22:01:14-08:00</published>
 <updated>2008-12-07T23:01:14-08:00</updated>
 <category term="frontpage" label="PHP.net frontpage news"/>
 <link href="http://www.php.net/index.php#id2008-12-07-1" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-12-07-1" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>
    Due to a security bug found in the PHP 5.2.7 release, it has been removed from distribution.
    The bug affects configurations where <a href="/magic_quotes">magic_quotes_gpc</a> is enabled,
    because it remains off even when set to on.
    In the meantime, use PHP <a href="/releases/5_2_6.php">5.2.6</a> until PHP 5.2.8 is later released.
   </p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-12-04-3.xml">
 <title>PHP 5.2.7 Released</title>
 <id>http://www.php.net/archive/2008.php#id2008-12-04-3</id>
 <published>2008-12-04T20:44:17-05:00</published>
 <updated>2008-12-06T03:11:20+01:00</updated>
 <category term="releases" label="New PHP release"/>
 <category term="frontpage" label="PHP.net frontpage news"/>
 <link href="http://www.php.net/index.php#id2008-12-04-3" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-12-04-3" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>
    The PHP development team would like to
    announce the immediate availability of <a href="/downloads.php#v5">PHP 5.2.7</a>.
    This release focuses on improving the stability of the PHP 5.2.x branch with over
    120 bug fixes, several of which are security related. All users of PHP are
    encouraged to upgrade to this release.
   </p>
   <p>
    <b>Security Enhancements and Fixes in PHP 5.2.7:</b>
   </p>
   <ul>
    <li>
     Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371)
    </li>
    <li>
     Fixed missing initialization of BG(page_uid) and BG(page_gid), reported by Maksymilian Arciemowicz.
    </li>
    <li>
     Fixed incorrect php_value order for Apache configuration, reported by Maksymilian Arciemowicz.
    </li>
    <li>
     Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658).
    </li>
    <li>
     Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659).
    </li>
    <li>
     Fixed security issues detailed in CVE-2008-2665 and CVE-2008-2666.
    </li>
    <li>
     Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)).(Fixes CVE-2008-3660)
    </li>
    <li>
     Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow). (Fixes CVE-2008-2829)</li>
    <li>
     Fixed extraction of zip files and directories with crafted entries, reported by Stefan Esser.
    </li>
   </ul>
   <p>
    Further details about the PHP 5.2.7 release can be found in the <a href="/releases/5_2_7.php">release announcement for 5.2.7</a>, the full list of changes is available in the <a href="/ChangeLog-5.php#5.2.7">ChangeLog for PHP 5</a>.
   </p>
   <br/>
   <p>
    <strong>Update (December 6th):</strong>
    Added missing zip security fix
   </p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-12-04-2.xml">
 <title>PHP 5.3 alpha3 released!</title>
 <id>http://www.php.net/archive/2008.php#id2008-12-04-2</id>
 <published>2008-12-04T17:00:32+01:00</published>
 <updated>2008-12-04T17:00:32+01:00</updated>
 <category term="frontpage" label="PHP.net frontpage news"/>
 <link href="http://www.php.net/index.php#id2008-12-04-2" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-12-04-2" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>The PHP development team is proud to announce the <a href="http://qa.php.net/">third alpha release</a>
    of the upcoming PHP 5.3.0 minor version update of PHP.
    Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>,
    others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a>
    in preparation of getting documented. It is imperative that more people
    join the effort to complete the documentation for PHP 5.3.0.
    Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
   <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
   <p>The purpose of this alpha release is to encourage users to not only actively
    participate in identifying bugs, but also in ensuring that all new features or
    necessary backwards compatibility breaks are noted in the documentation. Please
    report any findings to the <a href="mailto:php-qa@lists.php.net">QA mailinglist</a>
    or the <a href="http://bugs.php.net">bug tracker</a>.</p>
   <p>There have been a great number of other additions and improvements since the last alpha,
    but here is a short overview of the most important changes:</p>
   <ul>
    <li><a href="http://php.net/language.namespaces">Namespaces</a> (documentation has been updated to the current state)</li>
    <li>
     <a href="http://wiki.php.net/rfc/rounding">Rounding behavior</a>
    </li>
    <li>ext/msql has been removed, while ext/ereg will now raise E_DEPRECATED notices</li>
    <li>ext/mhash has been replaced by ext/hash but full BC is maintained</li>
    <li>PHP now uses cc as the default compiler, instead of gcc</li>
    <li>A number of bug fixes to ext/pdo, ext/soap, the stream layer among others</li>
   </ul>
   <p>Several under the hood changes also require in depth testing with existing
    applications to ensure that any backwards compatibility breaks are minimized.</p>
   <p>The current <a href="http://wiki.php.net/todo/php53">release plan</a> expects
    a stable release sometime around the end of Q1 2009.</p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-12-04-1.xml">
 <title>PHP Advent 2008</title>
 <id>http://www.php.net/archive/2008.php#id2008-12-04-1</id>
 <published>2008-12-04T09:30:00-05:00</published>
 <updated>2008-12-04T09:30:00-05:00</updated>
 <category term="frontpage" label="PHP.net frontpage news"/>
 <link href="http://www.php.net/index.php#id2008-12-04-1" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-12-04-1" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>December is a busy and exciting time of the year.
    <a href="http://phpadvent.org/">PHP Advent</a> is an attempt to capture
    and share doses of wisdom from a few of the people in the PHP community
    who have been kind enough to share their thoughts and tips. Please join
    us on our daily journey by <a href="http://feeds.feedburner.com/phpadvent">subscribing to our feed</a>
    or <a href="http://twitter.com/phpadvent">following us on Twitter</a>.
    Happy holidays.</p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-11-04-1.xml">
 <title>PHP UK Conference 2009 Call For Papers</title>
 <id>http://www.php.net/archive/2008.php#id2008-11-04-1</id>
 <published>2008-11-04T00:04:17-08:00</published>
 <updated>2008-11-04T00:04:17-08:00</updated>
 <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-11-30</php:finalTeaserDate>
 <category term="cfp" label="Call for Papers"/>
 <link href="http://www.php.net/conferences/index.php#id2008-11-04-1" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-11-04-1" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>
    PHP London are pleased to announce their 4th annual UK PHP conference,
    building on the success of previous events and accommodating the continual
    growth of the PHP community and PHP development industry. The event will
    take place on Friday <abbr class="dtstart" title="2009-02-27">February 27th 2009</abbr>
    at <span class="location">Olympia Conference Centre, London</span>.
    Registration will commence in December 2008 and those interested in attending
    can create an account on the PHP UK Conference website at
    <a href="http://www.phpconference.co.uk/user/register" class="url">http://www.phpconference.co.uk/user/register</a>
    and sign-up for notifications of updates to the website.
   </p>
   <p>
    The Call For Papers is now open and finishes at the end of November 2008.
    Speakers interested in talking at the event can submit their details at
    <a href="http://www.phpconference.co.uk/call-for-papers">http://www.phpconference.co.uk/call-for-papers</a>
    whilst potential sponsors can contact the conference committee using the form at
    <a href="http://www.phpconference.co.uk/contact">http://www.phpconference.co.uk/contact</a>
   </p>
  </div>
 </content>
</entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news" xml:base="entries/2008-09-16-1.xml">
 <title>PHP Quebec 2009</title>
 <id>http://www.php.net/archive/2008.php#id2008-09-16-1</id>
 <published>2008-09-16T10:12:12+02:00</published>
 <updated>2008-09-17T11:35:47+02:00</updated>
 <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-10-19</php:finalTeaserDate>
 <category term="cfp" label="Call for Papers"/>
 <link href="http://www.php.net/conferences/index.php#id2008-09-16-1" rel="alternate" type="text/html"/>
 <link href="http://www.php.net/archive/2008.php#id2008-09-16-1" rel="via" type="text/html"/>
 <content type="xhtml">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <p>
    PHP Québec is pleased to announce the seventh edition of the PHP Québec Conference.
    The Conference will take place in <span class="location">Montréal, Québec,
     Canada</span> between <abbr title="2009-03-04T00:00:00+01:00" class="dtstart">March 4</abbr>
    and <abbr title="2009-03-06T00:00:00+01:00" class="dtend">6th 2009</abbr>.
    We are looking for speakers willing to share their expertise with Canadian and United States PHP professionals.
   </p>
   <p>
    The Conference features technical talks and Labs dedicated to advanced software development techniques with PHP5 and PHP6, XML, web services,databases, etc., project management where speakers and visitor swill try to find solutions to actual business problems.
   </p>
   <p>
    Organizers will prioritize new and original topics in English or French. For more information, visit the website:
    <a href="http://conf.phpquebec.com/en" title="2009 PHP QuebecConference">http://conf.phpquebec.com</a>
   </p>
  </div>
 </content>
</entry>
</feed>
