mirror of
https://github.com/php/web-php.git
synced 2026-04-26 16:38:04 +02:00
656 lines
44 KiB
XML
656 lines
44 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news">
|
|
<title>PHP.net news & announcements</title>
|
|
<link href="http://www.php.net/feed.atom" rel="self"/>
|
|
<icon>/images/news/php-logo.gif</icon>
|
|
<updated>2008-08-07T20:12:25+02:00</updated>
|
|
<id>http://php.net/archive/2008.php</id>
|
|
<author>
|
|
<name>Webmaster</name>
|
|
<uri>http://php.net/contact</uri>
|
|
<email>php-webmaster@lists.php.net</email>
|
|
</author>
|
|
<entry>
|
|
<title>PHP 4.4.9 released!</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-08-07-1</id>
|
|
<published>2008-08-07T20:12:42+02:00</published>
|
|
<updated>2008-08-07T20:12: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#id2008-08-07-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-08-07-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 4.4.9. It continues to improve the security and the
|
|
stability of the 4.4 branch and all users are strongly encouraged to
|
|
upgrade to it as soon as possible. This release wraps up all the
|
|
outstanding patches for the PHP 4.4 series, and is therefore the
|
|
<b>last</b> PHP 4.4 release.</p>
|
|
<p>
|
|
<b>Security Enhancements and Fixes in PHP 4.4.9:</b>
|
|
</p>
|
|
<ul>
|
|
<li>Updated PCRE to version 7.7.</li>
|
|
<li>Fixed overflow in memnstr().</li>
|
|
<li>Fixed crash in imageloadfont when an invalid font is given.</li>
|
|
<li>Fixed open_basedir handling issue in the curl extension.</li>
|
|
<li>Fixed mbstring.func_overload set in .htaccess becomes global.</li>
|
|
</ul>
|
|
<p> For a full list of changes in PHP 4.4.9, see the <a
|
|
href="/ChangeLog-4.php#4.4.9">ChangeLog</a>.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>PHP 5.3 alpha1 released!</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-08-01-1</id>
|
|
<published>2008-08-01T08:50:37+02:00</published>
|
|
<updated>2008-08-05T15:02:37+02:00</updated>
|
|
<category term="frontpage" label="PHP.net frontpage news"/>
|
|
<link href="http://www.php.net/index.php#id2008-08-01-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-08-01-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 <a href="http://downloads.php.net/johannes/">first alpha release</a> of the upcoming minor version update of PHP. <a href="http://downloads.php.net/pierre/">Windows binaries</a> will be available starting with alpha2 (intermediate snapshots available at <a href="http://snaps.php.net">snaps.php.net</a>). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. 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. 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, but here is a short overview of the most important changes:</p>
|
|
<ul>
|
|
<li><a href="http://php.net/language.namespaces">Namespaces</a> (documentation maybe out dated)</li>
|
|
<li><a href="http://php.net/oop5.late-static-bindings">Late static binding</a> and <a href="http://php.net/language.oop5.overloading">__callStatic</a></li>
|
|
<li>
|
|
<a href="http://wiki.php.net/rfc/closures">Lambda functions and closures</a>
|
|
</li>
|
|
<li>Addition of the <a href="http://php.net/book.intl">intl</a>, <a href="http://php.net/book.phar">phar</a> (phar is scheduled for some more work a head of alpha2), <a href="http://php.net/book.fileinfo">fileinfo </a> and <a href="http://php.net/book.sqlite3">sqlite3</a> extensions</li>
|
|
<li>Optional cyclic garbage collection</li>
|
|
<li>Optional support for the <a href="http://forge.mysql.com/wiki/PHP_MYSQLND">MySQLnd</a> replacement driver for libmysql</li>
|
|
<li>Windows older than Windows 2000 (Windows 98, NT4, etc.) are not supported anymore (<a href="http://wiki.php.net/internals/windows/releasenotes">details</a>)</li>
|
|
<li>New syntax features like <a href="http://php.net/language.types.string#language.types.string.syntax.nowdoc">NOWDOC</a>, limited GOTO, ternary short cut "?:"</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. This is especially important for users that require the undocumented Zend engine multibyte support.</p>
|
|
<p>The current <a href="http://wiki.php.net/todo/php53">release plan</a> states that there will be alpha/beta/RC releases in 2-3 week intervals with an expected stable release of PHP 5.3 between mid September and mid October of 2008.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>TestFest 2008 wrap-up</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-07-30-1</id>
|
|
<published>2008-07-30T00:23:14+01:00</published>
|
|
<updated>2008-08-04T11:12:37+02:00</updated>
|
|
<category term="frontpage" label="PHP.net frontpage news"/>
|
|
<link href="http://www.php.net/index.php#id2008-07-30-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-07-30-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>Overall 158 tests have been submitted as part of <a href="http://qa.php.net/testfest.php">TestFest 2008</a> since the launch of the <a href="http://testfest.php.net">TestFest submission site</a> by 30 different people from people all over the world. Actually this is not counting the various submissions by existing core developers, who also took this opportunity to add some more tests. This has actually increased total <a href="http://gcov.php.net/" target="_new">test coverage</a> for ext/reflection, ext/dom and ext/exif by about 10% each. While the organization of the TestFest was a bit adhoc, there were numerous TestFest events in local user groups. So the number of people exposed to the PHP test framework is much greater. Hopefully this will lead to more people submitting bug reports with an accompanying <a href="http://qa.php.net/write-test.php">phpt</a> test file!</p>
|
|
<p>Our top submitter Felix De Vliegher has actually committed his last submissions himself since, based on the high quality of his submissions, he has been granted commit rights to the PHP repository. We have not heard back from all participants, but we encourage everybody to <a href="http://www.deshong.net/?p=76" target="_new">blog</a> about their experience and provide us with feedback on how to improve future events.</p>
|
|
<p>Now better late than never, here are the 10 winners of the promised <a href="http://flickr.com/groups/elephpants/pool/">elePHPant</a> raffle sponsored by <a href="http://www.nexen.net">Nexen</a>. Note that Felix asked me not to include him in the raffle, since he is already herding quite a number of elePHPants at home.</p>
|
|
<ul>
|
|
<li>Eric Stewart</li>
|
|
<li>Håvard Eide</li>
|
|
<li>Marc Veldman</li>
|
|
<li>Michelangelo van Dam</li>
|
|
<li>Rein Velt</li>
|
|
<li>Rob Young</li>
|
|
<li>Sami Greenbury</li>
|
|
<li>Sebastian Deutsch</li>
|
|
<li>Sebastian Schürmann</li>
|
|
<li>Stefan Koopmanschap</li>
|
|
</ul>
|
|
<p>We will provide Nexen with the email addresses of the winners, so that they can arrange to get the elePHPants shipped. Also for those people wondering, you can continue to submit tests on the <a href="http://testfest.php.net">TestFest submission site</a>. A bit thank you to all participants and TestFest organizers! Without the countless people that helped organize local events, implement the infrastructure and submissions reviewers, the TestFest would have obviously not worked out as well as it has. We will surely do similar events in the future based on the big success of TestFest 2008.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>Manual restructure and license change</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-07-29-1</id>
|
|
<published>2008-07-29T23:50:37+02:00</published>
|
|
<updated>2008-07-29T23:50:37+02:00</updated>
|
|
<category term="frontpage" label="PHP.net frontpage news"/>
|
|
<link href="http://www.php.net/index.php#id2008-07-29-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-07-29-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>
|
|
A few weeks ago the <a href="/manual">manual</a> was restructured
|
|
to improve navigation and make room for
|
|
<a href="/pdo.prepared-statements">per-extension chapters</a>
|
|
and <a href="/haru.examples">usage examples</a> along with
|
|
<a href="/class.xmlreader">improved documentation</a> for
|
|
<a href="/oop5/">object oriented</a> extensions.
|
|
</p>
|
|
<p>
|
|
The most noticable changes are the <a href="/funcref">function reference</a>,
|
|
<a href="/reserved.variables">predefined variables</a>,
|
|
<a href="/context">context options and parameters</a> and
|
|
<a href="/reserved.exceptions">predefined exceptions</a> manual pages,
|
|
for which <a href="/contact">we would really appreciate feedback</a> on.
|
|
</p>
|
|
<p>
|
|
The upcomming PHP5.3 release introduces
|
|
<a href="http://wiki.php.net/doc/scratchpad/upgrade/53">several major features</a>
|
|
such as <a href="/namespaces">namespaces</a>, closures,
|
|
<a href="/lsb">late static bindings</a>, <a href="/intl">internationalization functions</a>,
|
|
<a href="/ini.sections">INI sections</a>, and <a href="/phar">Phar</a> among others.
|
|
We would really appreciate any and all help we can get improving the documentation.
|
|
</p>
|
|
<p>
|
|
In related news, the manual was relicensed recently and is now
|
|
covered by the
|
|
<a href="http://creativecommons.org/licenses/by/3.0/" rel="license">CreativeCommons Attribution license</a>.
|
|
</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>ZendCon 2008 - September 15-18 - Santa Clara, CA-US</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-07-13-1</id>
|
|
<published>2008-07-13T18:23:14+02:00</published>
|
|
<updated>2008-07-13T18:23:14+02:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-09-15</php:finalTeaserDate>
|
|
<category term="conferences" label="Conference announcement"/>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-07-13-1" rel="alternate" type="text/html"/>
|
|
<php:newsImage xmlns="http://php.net/ns/news" link="http://zendcon.com/" title="ZendCon 2008">zlogo.gif</php:newsImage>
|
|
<link href="http://zendcon.com/" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>Join us for the largest PHP only gathering, <abbr class="dtstart" title="2008-09-15T00:00:00+02:00">September 15th</abbr> - <abbr class="dtend" title="2008-09-19T00:00:00+02:00">18th</abbr>. Discuss topics such as:</p>
|
|
<ul>
|
|
<li>PHP in the Enterprise</li>
|
|
<li>Advanced PHP Programming Techniques</li>
|
|
<li>Scalability</li>
|
|
<li>PHP and RIAs</li>
|
|
</ul>
|
|
<p>Our guest keynote speaker this year is Zak Greant who will be speaking on <q>The Age of Literate Machines</q></p>
|
|
<p>For more information and to register for the biggest PHP even of the year, visit <a href="http://zendcon.com/">http://zendcon.com/</a></p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>php|works CfP Announced!</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-07-10-1</id>
|
|
<published>2008-07-10T22:29:53+02:00</published>
|
|
<updated>2008-07-10T22:29:53+02:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-07-25</php:finalTeaserDate>
|
|
<category term="cfp" label="Call for Papers"/>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-07-10-1" rel="alternate" type="text/html"/>
|
|
<php:newsImage xmlns="http://php.net/ns/news" link="http://phpworks.mtacon.com/c/p/phpworks,cfp" title="php|works">phpworks2008.png</php:newsImage>
|
|
<link href="http://phpworks.mtacon.com/c/p/phpworks,cfp" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>php|works 2008 will be held November 12-14, 2008 in Atlanta, GA. Our Call for Papers is <abbr title="2008-07-10T22:34:04+02:00" class="dtstart">now open</abbr>, but the deadline for submissions is <abbr title="2008-07-25T00:00:00+02:00" class="dtend">July 25, 2008</abbr>.</p>
|
|
<p>This year's php|works takes place concurrently with PyWorks 2008, MTA's new fall Python conference, organized by the publishers of Python Magazine, and attendees to both conferences will be able to attend talks from either.</p>
|
|
<p>This gives us a great opportunity to create cross-over talks to cover topics that bridge both worlds, enriching members of either communities and facilitating the cross-pollination of ideas. If you have a topic that fits the bill, or that could be equally interesting to both PHPers and Pythonistas, don't hesitate to propose it.</p>
|
|
<p>For more information about our Call for Papers, visit our site at <a href="http://phpworks.mtacon.com/c/p/phpworks,cfp">http://phpworks.mtacon.com/c/p/phpworks,cfp</a>.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>Open Source Developers' Conference 2008 - Sydney - Call for Papers</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-05-17-1</id>
|
|
<published>2008-05-17T16:50:56+02:00</published>
|
|
<updated>2008-05-17T16:50:56+02:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-06-30</php:finalTeaserDate>
|
|
<category term="cfp" label="Call for Papers"/>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-05-17-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-05-17-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>
|
|
The Open Source Developers' Conference 2008 is a conference run by open
|
|
source developers, for developers and business people. It covers
|
|
numerous programming languages across a range of operating systems, and
|
|
related topics such as business processes, licensing, and strategy.
|
|
Talks vary from introductory pieces through to the deeply technical. It
|
|
is a great opportunity to meet, share, and learn with like-minded
|
|
individuals.
|
|
</p>
|
|
<p>
|
|
This year, the conference will be held in <span class="location">Sydney, Australia</span> during the
|
|
first week of December. If you are an Open Source maintainer, developer
|
|
or user, the organising committee would encourage you to submit a talk
|
|
proposal on open source tools, solutions, languages or technologies you
|
|
are working with.
|
|
</p>
|
|
<p>
|
|
For more details, see:
|
|
<a href="http://osdc.com.au/2008/papers/cfp.html">http://osdc.com.au/2008/papers/cfp.html</a>.
|
|
</p>
|
|
<p>
|
|
If you have any questions or require assistance with your submission,
|
|
please don't hesitate to ask!
|
|
</p>
|
|
<p>
|
|
We continue to recognise the increasing importance of Open Source
|
|
in providing a medium for collaboration between individuals,
|
|
researchers, business and government. In recognition of this and
|
|
ensure a high standard of presentations, we intend to peer-review
|
|
all submitted papers.
|
|
</p>
|
|
<p>
|
|
OSDC 2008 Sydney (Australia) - Key Program Dates:
|
|
</p>
|
|
<ol>
|
|
<li><abbr title="2008-04-28" class="dtstart">28 Apr</abbr> - Call for Papers</li>
|
|
<li><abbr title="2008-06-30" class="dtend">30 Jun</abbr> - Initial proposals (short abstract) due</li>
|
|
<li>21 Jul - Proposal acceptance</li>
|
|
<li>15 Sep - Accepted paper submissions</li>
|
|
</ol>
|
|
<p>
|
|
For all information, contacts and updates, see the OSDC conference
|
|
web site at <a href="http://osdc.com.au/2008/" class="url">http://osdc.com.au/2008/</a>.
|
|
</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>Call for PUG, for elePHPants, 2008 generation</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-05-13-1</id>
|
|
<published>2008-05-13T11:56:55-07:00</published>
|
|
<updated>2008-05-14T16:19:11-05:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-06-01</php:finalTeaserDate>
|
|
<php:newsImage link="http://www.afup.org/" title="elePHPants">elephpants.jpg</php:newsImage>
|
|
<category term="cfp" label="Call for Papers"/>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-05-13-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-05-13-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>The elePHPants are now ready to make their 2008 generation.
|
|
PHP User groups, enthusiasts and companies that are interested in
|
|
groups of elePHPants, shall join this year's herd.</p>
|
|
<p>
|
|
ElePHPants are a great link of the community, happily promoting your favorite
|
|
language in conferences, on work station, baby cribs and other unusual places.
|
|
Production prices make it possible for groups to raise funds, entice membership
|
|
or simply bring joy and PHP around.
|
|
</p>
|
|
<p>
|
|
Pre-register your <a href="http://www.nexen.net/elephpant/2008_en.php">herd of elePHPants</a>
|
|
online, for big and small,
|
|
and join the <a href="http://www.flickr.com/photos/tags/elephpant/">world of blue elePHPants</a>.
|
|
</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>PHP 5.2.6 Released</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-05-01-1</id>
|
|
<published>2008-05-01T19:27:58-04:00</published>
|
|
<updated>2008-05-06T09:56:38+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#id2008-05-01-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-05-01-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 immediateavailability of PHP 5.2.6. This release focuses on improving the stability ofthe 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> Further details about the PHP 5.2.6 release can be found in the <a href="/releases/5_2_6.php">release announcement for 5.2.6</a>, the full list of changes is available in the <a href="/ChangeLog-5.php#5.2.6">ChangeLog for PHP 5</a>.</p>
|
|
<p>
|
|
<b>Security Enhancements and Fixes in PHP 5.2.6:</b>
|
|
</p>
|
|
<ul>
|
|
<li>Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin.</li>
|
|
<li>Fixed integer overflow in printf() identified by Maksymilian Aciemowicz.</li>
|
|
<li>Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh.</li>
|
|
<li>Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.</li>
|
|
<li>Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser.</li>
|
|
<li>Upgraded bundled PCRE to version 7.6</li>
|
|
</ul>
|
|
<p><strong>Update (<abbr class="updated" title="2008-05-06T09:56:38+02:00">May 6th</abbr>):</strong> The Windows installers were missing the <a href="/xsl">XSL</a>
|
|
and <a href="/imap">IMAP</a> extensions.</p>
|
|
<p><strong>Update (<abbr class="updated" title="2008-05-03T09:56:38+02:00">May 3rd</abbr>):</strong> The Windows archives were missing the <a href="/xsl">XSL</a>
|
|
and <a href="/imap">IMAP</a> extensions.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>Google Summer of Code: php.net students</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-04-22-1</id>
|
|
<published>2008-04-22T20:04:48+02:00</published>
|
|
<updated>2008-05-11T17:48:11+02:00</updated>
|
|
<category term="frontpage" label="PHP.net frontpage news"/>
|
|
<link href="http://www.php.net/index.php#id2008-04-22-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-04-22-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>
|
|
The PHP team is once again proud to participate in the
|
|
<a href="http://code.google.com/soc/">Google Summer of Code</a>.
|
|
Ten students will "flip bits instead of burgers" this summer:
|
|
</p>
|
|
<ul>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F" class="url">Zend LLVM Extension</a> by
|
|
<span class="fn"><span class="given-name">Joonas </span><span class="family-name">Govenius</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Nuno </span><span class="family-name">Lopes</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=12A8D27646C9771A" class="url">PHP Optimizer</a> by
|
|
<span class="fn"><span class="given-name">Samuel </span><span class="family-name">Graham Kelly IV</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Derick </span><span class="family-name">Rethans</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=3D5258783F22F62C" class="url">PhD (PHP Docbook) Project</a> by
|
|
<span class="fn"><span class="given-name">Rudy </span><span class="family-name">Nappée</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Hannes </span><span class="family-name">Magnusson</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=93F63E6C761134FB" class="url">Replace auto* with CMake</a> by
|
|
<span class="fn"><span class="given-name">Alejandro Leiva </span><span class="family-name">Rojas</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Pierre A. </span><span class="family-name">Joye</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=F74E5E31D92F95D0" class="url">gsoc:2008 - XDebug</a> by
|
|
<span class="fn"><span class="given-name">Chung-Yang </span><span class="family-name">Lee</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">David </span><span class="family-name">Coallier</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=435245F847240738" class="url">Rewrite the run-tests.php script</a> by
|
|
<span class="fn"><span class="given-name">Cesar </span><span class="family-name">Montedonico</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Travis </span><span class="family-name">Swicegood</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=837287100B93044F" class="url">PHP Bindings for Cairo</a> by
|
|
<span class="fn"><span class="given-name">Akshat </span><span class="family-name">Gupta</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Anant </span><span class="family-name">Narayanan</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=25AE6211DDEC86FD" class="url">Algorithm Optimizations</a> by
|
|
<span class="fn"><span class="given-name">Michal </span><span class="family-name">Dziemianko</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Scott </span><span class="family-name">MacVicar</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=5A442E6A7568434D" class="url">PECL, Website Improvements</a> by
|
|
<span class="fn"><span class="given-name">Barry </span><span class="family-name">Carlyon</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Helgi Þormar </span><span class="family-name">Þorbjörnsson</span></span></span></li>
|
|
<li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=AD4803BA9A70BCB3" class="url">Implement Unicode into PHP 6</a> by
|
|
<span class="fn"><span class="given-name">Henrique do Nascimento </span><span class="family-name">Angelo</span></span>,
|
|
</span>
|
|
mentored by
|
|
<span class="vcard"><span class="fn"><span class="given-name">Scott </span><span class="family-name">MacVicar</span></span></span></li>
|
|
</ul>
|
|
<p><strong>Update (<abbr class="updated" title="2008-05-11T17:48:11+02:00">May 11th</abbr>):</strong>
|
|
Unfortunately <span class="vcard"><span class="fn">Nicholas Sloan</span></span> had to drop out of the
|
|
program, but he will be replaced by <span class="vcard"><span class="fn">Rudy Nappée</span></span> working on the same application.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>Call for speakers for Forum PHP Paris 2008</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-04-13-2</id>
|
|
<published>2008-04-13T21:56:55-07:00</published>
|
|
<updated>2008-04-14T07:35:49+02:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-05-11</php:finalTeaserDate>
|
|
<php:newsImage link="http://www.afup.org/" title="Forum AFUP Paris 2008">afup2008.png</php:newsImage>
|
|
<category term="cfp" label="Call for Papers"/>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-04-13-2" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#id2008-04-13-2" rel="via" type="text/html"/>
|
|
<content type="html">
|
|
<p>The AFUP, Association Française des Utilisateurs de PHP,
|
|
is proud to announce the upcoming conference "Forum PHP 2008".</p>
|
|
<p>For this unique event in France, we are looking for the best French speaking experts,
|
|
who want to share their know-how and enthusiasm.
|
|
This two day conference features one technical day, with the most advanced PHP techniques
|
|
and a business day, with case studies and examples of successful projects.
|
|
<ul><li>How to manage a PHP project (tools, methods, ...)</li><li>Insure code quality</li><li>Internet and legal issues (intellectual property, ...)</li><li>Build a business around</li><li>PHP scalibility</li><li>Connect services(web services)</li><li>Rich User Interfaces (technology choice, implementation, ...)</li></ul>
|
|
</p>
|
|
<h3>Date and location</h3>
|
|
<p>
|
|
The "Forum PHP Paris 2008" will take place in Paris on
|
|
<abbr class="dtstart" title="2008-12-08">8th</abbr>-<abbr class="dtend" title="2008-12-10">9th december 2008</abbr>
|
|
</p>
|
|
<p>Sessions will typically be 45 minutes long followed by a 10 minutes Q&A session and up to
|
|
3 hours for workshops. Use the <a href="http://afup.org/pages/forumphp2008/appel-a-conferenciers.php">form on the site</a>,
|
|
no email proposal will be accepted.</p>
|
|
<p>
|
|
Proposals will be reviewed after the deadline has passed. Additional information may be asked where needed. Proposals will be chosen according to their layout, relevancy for a professional audience and the overall homegeneity of the forum. Every candidate will be personnally notified of the status of their proposal. The decision is final. Priority will be given to sessions in French.
|
|
</p>
|
|
</content>
|
|
</entry>
|
|
<entry xmlns="http://www.w3.org/2005/Atom">
|
|
<title>PHP DC conference 2008</title>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-04-13-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.dcphpconference.com/" rel="via" type="text/html"/>
|
|
<id>http://php.net/archive/2008.php#id2008-04-13-1</id>
|
|
<published>2008-04-13T12:00:00-05:00</published>
|
|
<updated>2008-04-13T12:00:00-05:00</updated>
|
|
<category term="conferences" label="Conference announcement"/>
|
|
<php:finalTeaserDate>2008-06-04</php:finalTeaserDate>
|
|
<php:newsImage link="http://www.dcphpconference.com/" title="PHP DC conference 2008">dcphpconference.2008.png</php:newsImage>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>
|
|
The DC PHP Developers Group recently announced Kshemendra Paul as a
|
|
featured keynote speaker at the DC PHP Conference & Expo,
|
|
<abbr class="dtstart" title="2008-06-02">June 2</abbr>-<abbr class="dtend" title="2008-06-05">4</abbr>,
|
|
2008, at George Washington University in Washington, DC. Paul, chief
|
|
architect for the Office of Management and Budget Executive Office of
|
|
the President, will be presenting on "Federal E-Government and
|
|
Enterprise Architecture Updates."
|
|
</p>
|
|
<p>
|
|
Join hundreds of PHP practitioners, business managers, and government
|
|
officials from around the world in the exchange of ideas and solutions
|
|
for building a better web application infrastructure. The DC PHP
|
|
conference will include tracks pertaining to business cases, best
|
|
practices, the art of PHP, PHP applications, PHP in the enterprise,
|
|
and Open Source. The full speaker schedule will be announced shortly.
|
|
</p>
|
|
<p>
|
|
For more information about DC PHP Conference & Expo 2008 and to register,
|
|
please visit <a href="http://www.dcphpconference.com/">www.dcphpconference.com</a>.
|
|
Early discounted registration rates affective until April 15, 2008
|
|
</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>TestFest 2008</title>
|
|
<id>http://php.net/archive/2008.php#2008-03-30-1</id>
|
|
<published>2008-03-30T21:06:55+01:00</published>
|
|
<updated>2008-03-30T21:06:55+01:00</updated>
|
|
<category term="frontpage" label="PHP.net frontpage news"/>
|
|
<link href="http://www.php.net/index.php#2008-03-30-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#2008-03-30-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>The PHP-QA team would like to announce the
|
|
<a href="http://qa.php.net/testfest.php">TestFest</a> for the month of
|
|
May 2008. The TestFest is an event that aims at improving the
|
|
<a href="http://gcov.php.net">code coverage</a> of the
|
|
<a href="http://qa.php.net/running-tests.php">test suite</a> for the PHP
|
|
language itself. As part of this event, local User Groups (UG) are
|
|
invited to join the TestFest. These UGs can meet physically or come
|
|
together virtually. The point however is that people network to learn
|
|
together. Aside from being an opportunity for all of you to make friends
|
|
with like minded people in your (virtual) community, it also will
|
|
hopefully reduce the work load for the PHP.net mentors.</p>
|
|
<p>All it takes is someone to organize a UG to spearhead the event and
|
|
to get others involved in
|
|
<a href="http://qa.php.net/write-test.php">writing phpt tests</a>.
|
|
The submissions will then be reviewed by members of php.net before
|
|
getting included in the official test suite. Please visit the
|
|
<a href="http://qa.php.net/testfest.php">TestFest homepage</a> to get
|
|
additional details on the TestFest on how to get involved, either as a
|
|
UG or by setting up the necessary infrastructure.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>PHP @ FrOSCon: Call for Papers</title>
|
|
<id>http://www.php.net/archive/2008.php#id2008-03-20-1</id>
|
|
<published>2008-03-20T20:24:29+01:00</published>
|
|
<updated>2008-03-20T20:24:29+01:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-06-02</php:finalTeaserDate>
|
|
<category term="cfp" label="Call for Papers"/>
|
|
<link href="http://www.php.net/conferences/index.php#id2008-03-20-1" rel="alternate" type="text/html"/>
|
|
<php:newsImage xmlns="http://php.net/ns/news" link="http://froscon.de/" title="The Free and Open Source Conference">froscon.2008.png</php:newsImage>
|
|
<link href="http://froscon.de/" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p><a href="http://froscon.de/">The Free and Open Source Conference (FrOSCon)</a> 2008 is a two-day conference on free software and open source. It will take place on <abbr class="dtstart" title="2008-08-23">August, 23th</abbr> and <abbr class="dtend" title="2008-08-25">24th</abbr> 2008 in <span class="location">Sankt Augustin near Bonn, Germany.</span></p>
|
|
<p>The <a href="http://phpugdo.de/">PHP Usergroups Dortmund</a>, Köln/Bonn and Hamburg are cooperatively organizing the <a href="http://froscon.phpugdo.de/">PHP track as a sub-conference</a> of the FrOSCon. The <a href="http://froscon.phpugdo.de/call_for_papers.html">call for paper</a> is now open.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>Google Summer of Code 2008</title>
|
|
<id>http://php.net/archive/2008.php#2008-03-19-1</id>
|
|
<published>2008-03-19T13:53:55-04:00</published>
|
|
<updated>2008-03-19T13:53:55-04:00</updated>
|
|
<category term="frontpage" label="PHP.net frontpage news"/>
|
|
<link href="http://www.php.net/index.php#2008-03-19-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#2008-03-19-1" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>Once again we are glad to announce that we have been accepted to be a Google Summer of Code project. See <a href="http://code.google.com/soc/2008/php/about.html">our program</a> for this year's GSoC.</p>
|
|
<p>We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look at our list of ideas: <a href="http://wiki.php.net/gsoc/2008">http://wiki.php.net/gsoc/2008</a>. Students are of course more than welcome to come up with their own ideas for their proposals and we will consider each and every application that we will receive.</p>
|
|
<p>So once again, thanks to everyone who is involved in this magnificent journey and we hope to see many of you great students and open source passionate join us in our most enjoyable <a href="http://code.google.com/soc/2008">Google Summer of Code</a> projects.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry xmlns="http://www.w3.org/2005/Atom">
|
|
<title>php|tek 2008: Chicago</title>
|
|
<link href="http://www.php.net/conferences/index.php#2008-02-19-1" rel="alternate" type="text/html"/>
|
|
<link href="http://tek.phparch.com/" rel="via" type="text/html"/>
|
|
<id>http://php.net/archive/2008.php#2008-02-19-1</id>
|
|
<published>2008-02-19T11:45:00-05:00</published>
|
|
<updated>2008-02-28T17:50:00-05:00</updated>
|
|
<category term="conferences" label="Conference announcement"/>
|
|
<php:finalTeaserDate>2008-05-24</php:finalTeaserDate>
|
|
<php:newsImage link="http://tek.phparch.com/" title="php|tek 2008: Chicago">phptek_2008.png</php:newsImage>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<a href="http://tek.phparch.com/" class="url">php|tek 2008: Chicago</a>
|
|
<p>
|
|
The publishers of <a href="http://www.phparch.com/">php|architect Magazine</a> are proud to announce the php|tek 2008 conference in Chicago, Illinois, USA.
|
|
</p>
|
|
<p>
|
|
The PHP Community meets <abbr class="dtstart" title="2008-05-20">May 20</abbr>-<abbr class="dtend" title="2008-05-24">23</abbr> for one of North America's premier PHP conferences of 2008. Join us to hear <a href="http://tek.phparch.com/c/schedule">top speakers</a> such as Derick Rethans (eZ Systems), Lucas Nelan (Facebook), Chris Shiflett (OmniTI), Eli White (Digg) and yes, even Terry Chay (Tagged).
|
|
</p>
|
|
<p>
|
|
For the past two years, php|architect's spring conference has sold out <em>weeks</em> before the start date, so if you're interested in attending, don't delay, and be sure to <a href="http://tek.phparch.com/c/p/signup">sign up</a> ASAP!
|
|
</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry xmlns="http://www.w3.org/2005/Atom">
|
|
<title>PHP Québec conference 2008</title>
|
|
<link href="http://www.php.net/conferences/index.php#2008-02-06-1" rel="alternate" type="text/html"/>
|
|
<link href="http://conf.phpquebec.com/en/conf2008/" rel="via" type="text/html"/>
|
|
<id>http://php.net/archive/2008.php#2008-02-06-1</id>
|
|
<published>2008-02-06T19:23:51+01:00</published>
|
|
<updated>2008-02-06T19:23:51+01:00</updated>
|
|
<category term="conferences" label="Conference announcement"/>
|
|
<php:finalTeaserDate>2008-03-16</php:finalTeaserDate>
|
|
<php:newsImage link="http://conf.phpquebec.com/en/conf2008/" title="PHP Québec conference 2008">conference_php_quebec.gif</php:newsImage>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<a href="http://conf.phpquebec.com/">2008 PHP Quebec Conference & Job Fair</a>
|
|
<p>
|
|
The PHP Quebec team is pleased to present the sixth edition of the <a href="http://conf.phpquebec.com" class="url">PHP
|
|
Quebec Conference</a>. The Conference will take place in Montreal, Canada,
|
|
on <abbr class="dtstart" title="2008-03-12">March 12</abbr> through
|
|
<abbr class="dtend" title="2008-03-15">14</abbr>.
|
|
</p>
|
|
<p>
|
|
Join us for the PHPLabs, 2 days of technical talks, the Open Source Job
|
|
Fair & Cocktail. Meet with well know community members such as: John
|
|
Coggeshall, Marcus Boerger, Zak Greant, Chris Shiflett, Damien Seguy and
|
|
many more.
|
|
</p>
|
|
<p>
|
|
Take note that online registration ends on March 7th. For more information,
|
|
visit the website: <a href="http://conf.phpquebec.com">http://conf.phpquebec.com</a></p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>phplondon conference 2008</title>
|
|
<id>http://php.net/archive/2008.php#2008-01-10-1</id>
|
|
<published>2008-01-10T16:23:20+01:00</published>
|
|
<updated>2008-01-10T16:23:20+01:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-02-29</php:finalTeaserDate>
|
|
<category term="conferences" label="Conference announcement"/>
|
|
<link href="http://www.php.net/conferences/index.php#2008-01-10-1" rel="alternate" type="text/html"/>
|
|
<php:newsImage xmlns="http://php.net/ns/news" link="http://www.phpconference.co.uk/" title="PHP London Conference 08">phplondon2008.png</php:newsImage>
|
|
<link href="http://www.phpconference.co.uk/" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p><abbr class="dtstart" title="2008-02-29">February 29th</abbr> (Leap Year Day). phplondon.org announce their third
|
|
annual <a href="http://www.phpconference.co.uk" alt="phplondon.org community conference" class="url">community conference</a>
|
|
to be held at Inmarsat, Old Street, London.</p>
|
|
<p>This year the conference will run two tracks and include speakers such as Derick Rethans, Wez Furlong, Scott MacVicar and Zoe Slattery.</p>
|
|
<p>We will also be holding an extended presentation and discussion on frameworks for PHP.</p>
|
|
<p>Visit our <a href=" http://www.phpconference.co.uk" alt="phplondon.org community conference">conference site</a> to register. Early bird discount is available until 1st February 2008.</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>PHP 4.4.8 Released</title>
|
|
<id>http://php.net/archive/2008.php#2008-01-03-1</id>
|
|
<published>2008-01-03T10:13:50+01:00</published>
|
|
<updated>2008-01-03T10:13:50+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#2008-01-03-1" rel="alternate" type="text/html"/>
|
|
<link href="http://www.php.net/archive/2008.php#2008-01-03-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 <a href="http://www.php.net/downloads.php#v4">availability of
|
|
PHP 4.4.8</a>. It continues to improve the security and the stability of the 4.4
|
|
branch and all users are strongly encouraged to upgrade to it as soon as
|
|
possible. This release wraps up all the outstanding patches for the PHP 4.4
|
|
series, and is therefore the last normal PHP 4.4 release. If necessary,
|
|
releases to address security issues could be made until 2008-08-08.
|
|
</p>
|
|
<p>
|
|
<b>Security Enhancements and Fixes in PHP 4.4.8:</b>
|
|
</p>
|
|
<ul>
|
|
<li>Improved fix for MOPB-02-2007.</li>
|
|
<li>Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.</li>
|
|
<li>Fixed integer overlow in str[c]spn().</li>
|
|
<li>Fixed regression in glob when open_basedir is on introduced by #41655 fix.</li>
|
|
<li>Fixed money_format() not to accept multiple %i or %n tokens.</li>
|
|
<li>Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
|
|
<li>Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active.</li>
|
|
<li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378).</li>
|
|
</ul>
|
|
<p>
|
|
For a full list of changes in PHP 4.4.8, see the <a href="http://www.php.net/ChangeLog-4.php#4.4.8">ChangeLog</a>.
|
|
</p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
<entry>
|
|
<title>DC PHP Conference 2008: Call For Papers Open</title>
|
|
<id>http://php.net/archive/2008.php#2008-01-03-2</id>
|
|
<published>2008-01-03T13:57:46+01:00</published>
|
|
<updated>2008-01-03T13:57:46+01:00</updated>
|
|
<php:finalTeaserDate xmlns="http://php.net/ns/news">2008-03-15</php:finalTeaserDate>
|
|
<category term="cfp" label="Call for Papers"/>
|
|
<link href="http://www.php.net/conferences/index.php#2008-01-03-2" rel="alternate" type="text/html"/>
|
|
<php:newsImage xmlns="http://php.net/ns/news" link="http://dcphpconference.com/" title="DC PHP Conference 2008">dcphpconference.2008.png</php:newsImage>
|
|
<link href="http://dcphpconference.com/" rel="via" type="text/html"/>
|
|
<content type="xhtml">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>2008 DC PHP Conference June 2nd - 4th</p>
|
|
<ul>
|
|
<li>Submission Deadline: March 15, 2008</li>
|
|
<li>Notification by: April 2, 2008 </li>
|
|
</ul>
|
|
<p> Join us at the <a href="http://dcphpconference.com/" title="DC PHP Conference 2008">3rd Annual DC PHP Conference</a>. The event will take place at George Washington University's Cafritz Conference Center in the heart of Washington DC. The three day conference begins June 2nd and 3rd with general sessions, and ends June 4th with tutorials.</p>
|
|
<p> For more details go to <a href="http://www.dcphpconference.com/node/346" title="Call for Papers to DC conference"> http://www.dcphpconference.com/node/346</a></p>
|
|
</div>
|
|
</content>
|
|
</entry>
|
|
</feed>
|