1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/archive/2007.xml
Jordi Kroon 5f7c6aaf10 fix: update docs.php.net URLs to https://www.php.net
Replace outdated docs.php.net domain references with the current
https://www.php.net domain across archive pages and documentation links.
Also remove legacy inactive language filtering logic from download-docs.php
that was specific to the old docs domain.
2026-01-13 13:44:52 +01:00

961 lines
53 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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 &amp; announcements</title>
<link href="/feed.atom" rel="self"/>
<icon>/images/news/php-logo.gif</icon>
<updated>2007-11-08T19:33:04-05:00</updated>
<id>http://php.net/archive/2007.php</id>
<author>
<name>Webmaster</name>
<uri>http://php.net/contact</uri>
<email>webmaster@php.net</email>
</author>
<entry>
<title>PHP 5.2.5 Released</title>
<id>http://php.net/archive/2007.php#2007-11-08-1</id>
<published>2007-11-08T19:33:26-05:00</published>
<updated>2007-11-08T19:33:26-05:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<link href="/index.php#2007-11-08-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-11-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 <a href="/downloads.php#v5">availability of PHP 5.2.5</a>. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 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.5 release can be found in the <a href="/releases/5_2_5.php">release announcement for 5.2.5</a>, the full list of changes is available in the <a href="/ChangeLog-5.php#5.2.5">ChangeLog for PHP 5</a>.</p><p> <b>Security Enhancements and Fixes in PHP 5.2.5:</b></p><ul> <li>Fixed dl() to only accept filenames. Reported by Laurent Gaffie.</li> <li>Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887). Reported by Laurent Gaffie.</li> <li>Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences. Reported by Rasmus Lerdorf</li> <li>Fixed possible triggering of buffer overflows inside glibc implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent Gaffie.</li> <li>Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable in .htaccess due to the security implications. Reported by SecurityReason.</li> <li>Fixed bug #42869 (automatic session id insertion adds sessions id to non-local forms).</li> <li>Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()).</li></ul><p>For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is available <a href="/migration52">here</a>, detailing the changes between those releases and PHP 5.2.5.</p></div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP Conference Brasil 2007</title>
<link href="/conferences/index.php#2007-10-29-1" rel="alternate" type="text/html"/>
<link href="http://www.prophp.com.br/phpconference.php" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-10-29-1</id>
<published>2007-10-29T13:46:03+01:00</published>
<updated>2007-10-30T02:27:29+01:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-12-01</php:finalTeaserDate>
<php:newsImage link="http://www.prophp.com.br/phpconference.php" title="São Paulo 2007">phpconfbrasil2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
November 30th - December 1st, Join us at the 2nd Annual PHP Conference Brasil. The event will take place at UNIFIEO in Osasco, São Paulo. This year's conference will have room for 1000 people. Its scheduled for tutorials of 3 hours, aside of speeches, cases, stands and a great catch up time for newbies and veterans.
Visit <a href="http://www.prophp.com.br/phpconference.php">the website</a> for more details. Early registration with discounted price is available until November 9th.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>The new documentation build system is ready for testing</title>
<id>http://php.net/archive/2007.php#2007-10-03-1</id>
<published>2007-10-03T10:55:47-07:00</published>
<updated>2007-10-03T10:55:47-07:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<link href="/index.php#2007-10-03-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-10-03-1" rel="via" type="text/html"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP documentation team is pleased to announce the initial release of
the new build system that generates the PHP Manual. Written in PHP, PhD
(<em>[PH]P based [D]ocBook renderer</em>) builds are now available for
viewing at <a href="https://www.php.net/">php.net</a>. Everyone is
encouraged to test and use this system so
that <a href="https://bugs.php.net/">bugs</a> will be found and squashed.
</p>
<p>
Once the new build system is stable, expect additional changes to the PHP
manual that will include an improved navigation system and styling for OOP
documentation.
</p>
<p>
Feel free to set this developmental mirror as your default by
using <a href="/my.php">my.php</a>.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.2.4 Released</title>
<link href="/index.php#2007-08-30-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-08-30-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-08-30-1</id>
<published>2007-08-30T20:00:00+04:00</published>
<updated>2007-09-20T11:19:00-04:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP development team would like to announce the immediate
<a href="/downloads.php#v5">availability of PHP 5.2.4</a>.
This release focuses on improving the stability of the PHP 5.2.X
branch with over 120 various bug fixes in addition to resolving
several low priority security bugs. All users of PHP are encouraged
to upgrade to this release.
</p>
<p>
Further details about the PHP 5.2.4 release can be found in the
<a href="/releases/5_2_4.php">release announcement for 5.2.4</a>, the full list of
changes is available in the <a href="/ChangeLog-5.php#5.2.4">ChangeLog for PHP 5</a>.
</p>
<p>
<b>Security Enhancements and Fixes in PHP 5.2.4:</b>
</p>
<ul>
<li>Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)</li>
<li>Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)</li>
<li>Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)</li>
<li>Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)</li>
<li>Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)</li>
<li>Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser)</li>
<li>Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed when open_basedir or safe_mode is active. (Reported by Mattias Bengtsson)</li>
<li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378) (Reported by Maksymilian Arciemowicz)</li>
<li>Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai)</li>
<li>Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com)</li>
<li>Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk)</li>
<li>Fixed a possible open_basedir bypass inside session extension when the session file is a symlink (Reported by c dot i dot morris at durham dot ac dot uk)</li>
<li>Improved fix for MOPB-03-2007.</li>
<li>Corrected fix for CVE-2007-2872.</li>
</ul>
<p>
For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
available <a href="/migration52">here</a>, detailing the changes between
those releases and PHP 5.2.4.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>DC PHP Conference 2007</title>
<link href="/conferences/index.php#2007-09-21-1" rel="alternate" type="text/html"/>
<link href="http://www.dcphpconference.com/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-09-21-1</id>
<published>2007-09-21T00:00:00-04:00</published>
<updated>2007-09-20T00:19:48-04:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-11-09</php:finalTeaserDate>
<php:newsImage link="http://www.dcphpconference.com/" title="Washington DC 2007">dcphpconference.2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
November 7th - 9th, Join us at the 2nd Annual DC PHP Conference. The event will take place at George Washington University's Cafritz Conference Center in the heart of Washington DC. The three day conference begins November 7th and 8th with general sessions, and ends November 9th with tutorials. This year's conference will host some of the PHP Community's top speakers and developers and focus on three primary tracks:
<ul><li>Scalability</li><li>Security</li><li>The Art of PHP</li></ul>
Please see <a href="http://www.dcphpconference.com ">the website</a> for more details and to register. Early registration is available until mid-October.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Forum PHP Paris 2007</title>
<link href="/conferences/index.php#2007-09-20-1" rel="alternate" type="text/html"/>
<link href="http://www.afup.org/pages/forumphp2007/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-09-20-1</id>
<published>2007-09-20T00:01:48-04:00</published>
<updated>2007-09-20T00:01:48-04:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-11-23</php:finalTeaserDate>
<php:newsImage link="http://www.afup.org/pages/forumphp2007/" title="Paris Forum 2007">afup2007.jpg</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The <a href="http://www.afup.org/">French AFUP</a> association is proud
to announce the <a href="http://www.afup.org/pages/forumphp2007/">sixth annual PHP
meeting in Paris</a>, on November 21st and 22nd, 2007. Developers and
managers will gather to meet Rasmus Lerdorf, Andrei Zmievski and other
prominent community experts for two days of sessions, packed with
enterprise solutions and advanced techniques.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP Québec 2008 : call for speaker</title>
<link href="/conferences/index.php#2007-09-16-01" rel="alternate" type="text/html"/>
<link href="http://conf.phpquebec.com/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-09-16-01</id>
<published>2007-09-16T13:35:00-04:00</published>
<updated>2007-09-16T13:30:00-04:00</updated>
<category term="conferences" label="Call for paper"/>
<php:finalTeaserDate>2007-09-29</php:finalTeaserDate>
<php:newsImage link="http://conf.phpquebec.com/en" title="PHP Québec 2008">phpquebec.2008.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>PHP Quebec is pleased to announce the sixth edition of the <a href="http://conf.phpquebec.com/en">PHP Quebec Conference</a>. The Conference
will take place in Montreal, Canada between March 12th and 14th, 2008. We are
looking for speakers willing to share their expertise with Canadian and
United States PHP professionals.
</p>
<p>
The Conference features the PHPLab, where speakers and visitors will find
solutions to actual business problems. The two days of technical talks will
be dedicated to advanced software development techniques with PHP5 and PHP6,
XML, web services, databases, etc.
</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">http://conf.phpquebec.com</a>
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>php|works 2007 in Atlanta</title>
<link href="/conferences/index.php#2007-07-16-01" rel="alternate" type="text/html"/>
<link href="http://works.phparch.com/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-07-16-01</id>
<published>2007-07-16T10:35:00-04:00</published>
<updated>2007-07-16T10:35:00-04:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-09-15</php:finalTeaserDate>
<php:newsImage link="http://works.phparch.com/c/p/index" title="php|works 2007">phpworks2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
php|architect is proud to announce <a href="http://works.phparch.com">php|works 2007</a>, which will take place in Atlanta Georgia (USA) on September 12-14, 2007.
</p>
<p>
This year, the conference once again promises to be an excellent event for PHP developers of all levels, with <a href="http://works.phparch.com/c/schedule">talks from top PHP experts</a> such as Derick Rethans, Chris Shiflett, Andrei Zmievski, Sara Golemon, and many more (and plenty of new faces, as well).
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 4 end of life announcement</title>
<link href="/index.php#2007-07-13-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-07-13-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-07-13-1</id>
<published>2007-07-13T13:00:00+02:00</published>
<updated>2007-07-13T13:00:00+02:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
Today it is exactly three years ago since PHP 5 has been released. In
those three years it has seen many improvements over PHP 4. PHP 5 is
fast, stable &amp; production-ready and as PHP 6 is on the way, PHP 4
will be discontinued.
</p>
<p>
The PHP development team hereby announces that support for PHP 4 will
continue until the end of this year only. After 2007-12-31 there will be no
more releases of PHP 4.4. We will continue to make critical security fixes
available on a case-by-case basis until 2008-08-08. Please use the rest of
this year to make your application suitable to run on PHP 5.
</p>
<p>
For documentation on migration for PHP 4 to PHP 5, we would like to point you
to our <a href="/manual/en/migration5.php">migration guide</a>. There is
additional information available in the <a href="/manual/en/migration51.php">PHP 5.0 to PHP 5.1</a> and <a href="/manual/en/migration52.php">PHP 5.1 to PHP 5.2</a> migration guides as
well.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>New Delhi PHP UnConference: Call for Speakers/Campers!</title>
<link href="/conferences/index.php#2007-07-10-1" rel="alternate" type="text/html"/>
<link href="http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-07-10-1</id>
<published>2007-07-10T00:21:32+02:00</published>
<updated>2007-07-10T00:21:32+02:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-09-01</php:finalTeaserDate>
<php:newsImage link="http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp" title="New Delhi PHP UnConference">phpcamp_07.jpg</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
India's biggest Open Source Unconference "OSS Camp" has been scheduled for
September 8 - 9, 2007 in New Delhi.
</p>
<p>
Embedded in the OSS Camp is India's first community-driven PHP Camp. PHP
Camp will bring together the PHP community in a distinctly "unconference"
setting. It is an intense event with discussions, demos, and interaction
from all participants. Participation is free of cost!. Some of the tracks
for PHP camps are Frameworks, Unit Testing, PHP Security, Performance
Management, High Availability beside product specific themes like Joomla,
Drupal, EZ, Dot Project camps.
</p>
<p>
Participants can add up their sessions on
<a href="http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp">http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp.</a>
You should restrict your sessions to 40 minutes (90 minutes in case of workshop).
Your sessions should be hardcore PHP specific sessions.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>php|works 2007: Call for Papers</title>
<link href="/conferences/index.php#2007-06-15-1" rel="alternate" type="text/html"/>
<link href="http://works.phparch.com/c/p/index" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-06-15-1</id>
<published>2007-06-15T17:11:25+02:00</published>
<updated>2007-06-15T17:11:25+02:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-06-28</php:finalTeaserDate>
<php:newsImage link="http://works.phparch.com/c/p/index" title="php|works 2007">phpworks2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><a href="http://works.phparch.com/">php|works</a> is a conference for developers.
As such, our main goal is to provide talks and presentations designed to
inspire programmers of all levels to improve their craft, expand their
horizons and learn something new they can use on a daily basis.
</p>
<p>
The Call for Papers is open until June 27, and this year it features
a whole new (and improved) speaker's compensation package.
</p>
<p>
This year's conference aims at showcasing the practical use of PHP to
solve complex problems. We're looking for a great mix of theoretical
and practical talks that teach our attendees new concepts, techniques
and features of PHP, as well as case studies on the use of PHP in
real-life, high-impact websites.
</p>
<p>
Don't forget to send in your proposals!
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Paris Forum 2007 : call for papers</title>
<link href="/conferences/index.php#2007-06-13-2" rel="alternate" type="text/html"/>
<link href="http://afup.org/article.php3?id_article=336" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-06-13-2</id>
<published>2007-06-13T16:01:48+02:00</published>
<updated>2007-06-27T17:04:47-04:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-07-15</php:finalTeaserDate>
<php:newsImage link="http://afup.org/article.php3?id_article=336" title="Paris Forum 2007">afup2007.jpg</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The AFUP, Association Française des Utilisateurs de PHP,
is proud to announce the upcoming conference "Forum PHP 2007".
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.
</p>
<p>The "Forum PHP Paris 2007" will take place in Paris on Thursday and Friday
the 21th and 22th of November 2007.</p>
<p>Please send your proposals at bureau@afup.org.
This email must contain the following information:
</p>
<ul>
<li>name</li>
<li>company if applicable</li>
<li>a short (4-6 sentences) biography about your PHP experience</li>
<li>complete name and address</li>
<li>include photo for each speaker (JPEG format)</li>
</ul>
<p>Sessions will typically be 45 minutes long followed by a 10 minutes Q&amp;A session.</p>
<p>You are allowed to submit several proposals.
The email must then contain the extra information:
</p>
<ul>
<li>session title</li>
<li>target audience</li>
<li>short description (~10 sentences)</li>
</ul>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>International PHP Conference: call for Papers</title>
<link href="/conferences/index.php#2007-06-13-1" rel="alternate" type="text/html"/>
<link href="http://phpconference.com/cfp" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-06-13-1</id>
<published>2007-06-13T16:01:48+02:00</published>
<updated>2007-06-13T16:01:48+02:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-07-10</php:finalTeaserDate>
<php:newsImage link="http://phpconference.com/cfp" title="The International PHP Conference 2007">phpconf2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The International PHP Conference 2007 will happen from 4th to
7th November 2007 at Frankfurt-Mörfelden, Germany. The Call
for Papers has just been opened. You can find more information
at <a href="http://phpconference.com/cfp">http://phpconference.com/cfp</a>.
Please put your proposals to <a href="http://phpconference.com/input">http://phpconference.com/input</a>.
There are two pre-conference days with a Management Day and Power
Workshops and two main conference days. The language for talks is both
English and German.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.2.3 Released</title>
<link href="/index.php#2007-06-01-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-06-01-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-06-01-1</id>
<published>2007-06-01T00:00:00+01:00</published>
<updated>2007-06-01T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP development team would like to announce the immediate <a href="/downloads.php#v5">availability of PHP 5.2.3</a>.
This release continues to improve the security and the stability of
the 5.X branch as well as addressing two regressions introduced
by the previous 5.2 releases. These regressions relate to the timeout
handling over non-blocking SSL connections and the lack of
HTTP_RAW_POST_DATA in certain conditions. All users are encouraged to
upgrade to this release.
</p>
<p>
Further details about the PHP 5.2.3 release can be found in the
<a href="/releases/5_2_3.php">release announcement for 5.2.3</a>, the full list of
changes is available in the <a href="/ChangeLog-5.php#5.2.3">ChangeLog for PHP 5</a>.
</p>
<p>
<b>Security Enhancements and Fixes in PHP 5.2.3:</b>
</p>
<ul>
<li>Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)</li>
<li>Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)</li>
<li>Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)</li>
<li>Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)</li>
<li>Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.</li>
<li>Added mysql_set_charset() to allow runtime altering of connection encoding.</li>
</ul>
<p>
For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
available <a href="/migration52">here</a>, detailing the changes between
those releases and PHP 5.2.3.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>DC PHP Conference 2007 : call for Papers</title>
<link href="/conferences/index.php#2007-05-30-1" rel="alternate" type="text/html"/>
<link href="http://dcphpconference.com/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-05-30-1</id>
<published>2007-05-30T00:00:00+01:00</published>
<updated>2007-05-30T00:00:00+01:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-06-22</php:finalTeaserDate>
<php:newsImage link="http://dcphpconference.com/" title="DC PHP Conference 2007">dcphpconference.2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
Join us at the <a href="http://dcphpconference.com/" title="DC PHP Conference 2007">2nd Annual DC PHP Conference</a>. Technology experts are invited to participate in the East Coast's premiere forum for PHP's vast number of users. Present your technical concepts, cutting edge applications, or business applications for an opportunity to showcase your ideas in the PHP community.
</p>
<p><a href="http://dcphpconference.com/?q=node/add/paper" title="DC PHP Conference 2007 : call for paper">Please submit an abstract for consideration</a>. All abstracts submitted on or before July 22, 2007 will be considered.
<ul><li>Submission Deadline: July 22th, 2007</li><li>Notification by: August 15th, 2007</li></ul></p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>WebTech 2007</title>
<link href="/conferences/index.php#2007-05-19-1" rel="alternate" type="text/html"/>
<link href="http://www.wtconferences.com/2007/?q=node/1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-05-19-1</id>
<published>2007-05-19T00:00:00+01:00</published>
<updated>2007-05-19T00:00:00+01:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-06-30</php:finalTeaserDate>
<php:newsImage link="http://www.wtconferences.com/2007/?q=node/1" title="WebTech 2007">wtlogo_s.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The 4th <a href="http://www.wtconferences.com/2007/?q=node/1">Internet technologies conference</a>
will take place from June 29 till 30th in the Bulgarian seaside at city of Varna where
you can combine sun, sea and technologies.
</p>
<p>
The conference as in the previous 3 years will focus on new technologies in web programming,
open source and everything that stands for IT.
</p>
<p>
The conference is free of charge.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.2.2 and PHP 4.4.7 Released</title>
<link href="/index.php#2007-05-03-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-05-03-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-05-03-1</id>
<published>2007-05-03T00:00:00+01:00</published>
<updated>2007-05-23T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP development team would like to announce the immediate
<a href="/downloads.php#v5">availability of PHP 5.2.2</a> and
<a href="/downloads.php#v4">availability of PHP 4.4.7</a>.
These releases are major stability and security enhancements of the 5.x and
4.4.x branches, and all users are strongly encouraged to upgrade to it as
soon as possible. Further details about the PHP 5.2.2 release can be found
in the <a href="/releases/5_2_2.php">release announcement for 5.2.2</a>,
the full list of changes is available in the
<a href="/ChangeLog-5.php#5.2.2">ChangeLog for PHP 5</a>. Details about
the PHP 4.4.7 release can be found in the
<a href="/releases/4_4_7.php">release announcement for 4.4.7</a>, the full
list of changes is available in the
<a href="/ChangeLog-4.php#4.4.7">ChangeLog for PHP 4</a>.
</p>
<p>
<b>Security Enhancements and Fixes in PHP 5.2.2 and PHP 4.4.7:</b>
</p>
<ul>
<li>Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)</li>
<li>Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)</li>
<li>Fixed a bug in mb_parse_str() that can be used to activate register_globals (MOPB-26 by Stefan Esser)</li>
<li>Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser)</li>
<li>Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)</li>
<li>Added missing open_basedir &amp; safe_mode checks to zip:// and bzip:// wrappers. (MOPB-21 by Stefan Esser).</li>
<li>Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)</li>
<li>Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc library. (by Stanislav Malyshev)</li>
</ul>
<p>
<b>Security Enhancements and Fixes in PHP 5.2.2 only:</b>
</p>
<ul>
<li>Fixed a header injection via Subject and To parameters to the mail() function (MOPB-34 by Stefan Esser)</li>
<li>Fixed wrong length calculation in unserialize S type (MOPB-29 by Stefan Esser)</li>
<li>Fixed substr_compare and substr_count information leak (MOPB-14 by Stefan Esser) (Stas, Ilia)</li>
<li>Fixed a remotely trigger-able buffer overflow inside make_http_soap_request(). (by Ilia Alshanetsky)</li>
<li>Fixed a buffer overflow inside user_filter_factory_create(). (by Ilia Alshanetsky)</li>
<li>Fixed a possible super-global overwrite inside import_request_variables(). (by Stefano Di Paola, Stefan Esser)</li>
<li>Limit nesting level of input variables with max_input_nesting_level as fix for (MOPB-03 by Stefan Esser)</li>
</ul>
<p>
<b>Security Enhancements and Fixes in PHP 4.4.7 only:</b>
</p>
<ul>
<li>XSS in phpinfo() (MOPB-8 by Stefan Esser)</li>
</ul>
<p>
While majority of the issues outlined above are local, in some
circumstances given specific code paths they can be triggered externally.
Therefor, we strongly recommend that if you use code utilizing the
functions and extensions identified as having had vulnerabilities in them,
you consider upgrading your PHP.
</p>
<p>
For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
available <a href="/migration52">here</a>, detailing the changes between
those releases and PHP 5.2.2.
</p>
<p><strong>Update: May 4th;</strong> The PHP 4.4.7 Windows build was updated due to the faulty Apache2 module shipped with the original</p>
<p><strong>Update: May 23th;</strong> By accident a couple of fixes where listed as fixed in both PHP 5.2.2 and 4.4.7 but where however only fixed in PHP 5.2.2. The PHP 4 ChangeLog was not affected.</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Zend/PHP Conference 2007</title>
<link href="/conferences/index.php#2007-07-25-1" rel="alternate" type="text/html"/>
<link href="http://www.zendcon.com/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-07-25-1</id>
<published>2007-07-25T00:00:00+01:00</published>
<updated>2007-07-25T00:00:00+01:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-10-11</php:finalTeaserDate>
<php:newsImage link="http://www.zendcon.com/" title="Zend/PHP Conference 2007">zendcon07_logo_s.jpg</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
Don't miss the third annual Zend/PHP Conference and Expo 2007! This
year's conference promises to be the best ever. Join Zend, the PHP
community and leading technology companies from around the world for
three days of education, learning and networking - plus an additional
tutorial day. The 2007 conference will feature over 40 sessions, an
exhibit hall featuring leading companies such as Adobe, IBM, PayPal and
Zend, an UnConference area to stimulate impromptu discussions, and
networking opportunities galore.
</p>
<p>
ZendCon2007 will feature something for everyone from novice to
advanced, business-oriented to technical-focused. You will hear from
leaders in the PHP community and business experts who have implemented
PHP based initiatives. Come hear from Zend as it presents a roadmap for
business-critical PHP. Meet the Zend development teams. Learn more
about Zend open source projects.
</p>
<p>
ZendCon 2007 promises to be the largest gathering dedicated to PHP.
Plan to attend ZendCon 2007 and join the PHP community to network and
learn from the best PHP minds from around the world.
</p>
<p>
For more information please see <a href="http://www.zendcon.com/">http://www.zendcon.com/</a>.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>The PHP.net Google Summer of Code</title>
<link href="/index.php#2007-04-14-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-04-14-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-04-14-1</id>
<published>2007-04-14T00:00:00+01:00</published>
<updated>2007-04-14T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="gsoc" label="Google Summer of Code"/>
<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>.
Seven students will "flip bits instead of burgers" this summer:
</p>
<ul>
<li>
Mentored by Michael Wallner, Hannes Magnusson will work on
<a href="http://wiki.phpdoc.info/LiveDocs">LiveDocs</a>, which is a
"tool to display DocBook XML files in a web browser on the
fly, without the need of building all HTML target files first".
This project will be of great value to the PHP Documentation Team.
</li>
<li>
The PHP Interpreter uses reference counting to keep track of which
objects are no longer referenced and thus can be destroyed. A major
weakness in the current implementation is that it cannot detect
reference cycles, that is objects that reference each other in a
circular graph structure which is not referenced itself from outside
the circle. Mentored by Derick Rethans, David Wang will implement a
new reference counting algorithm that will alleviate this problem.
</li>
<li><a href="http://xdebug.org/">Xdebug</a> provides a range of useful
functionality for PHP developers, including detailed error information,
code coverage and profiling support, and support for remote debugging
using the GDB and DBGp protocols. Mentored by Xdebug's creator,
Derick Rethans, Adam Harvey will develop a cross-platform GUI
application that implements the DBGp protocol and allows PHP
applications to be debugged using Xdebug in a development environment
agnostic fashion.
</li>
<li>
Mentored by Lukas Smith, Konsta Vesterinen will work on the
object-relational mapper <a href="http://www.phpdoctrine.net/">Doctrine</a>.
</li>
<li>
Mutation Testing, or Automated Error Seeding, is an approach where
the testing tool makes some change to the tested code, runs the tests,
and if the tests pass displays a message saying what it changed. This
approach is different than code coverage analysis, because it can find
code that is executed by the running of tests but not actually tested.
Mentored by Sebastian Bergmann, Mike Lewis will implement Mutation
Testing for <a href="http://www.phpunit.de/">PHPUnit</a>.
</li>
<li>
Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support
for foreign keys to
<a href="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
a package that "enables users to maintain RDBMS independant schema
files in XML that can be used to create, alter and drop database
entities and insert data into a database".
</li>
<li>
Mentored by David Coallier, Nicolas Bérard-Nault will refactor the
internals of <a href="http://www.jaws-project.com/">Jaws</a>, a
Framework and Content Management System for building dynamic web sites,
for PHP 6.
</li>
</ul>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP @ FrOSCon call for papers</title>
<link href="/conferences/index.php#2007-03-29-1" rel="alternate" type="text/html"/>
<link href="http://froscon.phpugdo.de/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-03-29-1</id>
<published>2007-03-29T00:00:00+01:00</published>
<updated>2007-03-29T00:00:00+01:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-05-04</php:finalTeaserDate>
<php:newsImage link="http://froscon.phpugdo.de" title="PHP @ FrOSCon">phpatfroscon2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP Usergroup Dortmund is again organizing a dedicated PHP room at
the Free and Open Source Conference 2007. The event will take place on
August 25th and 26th in St. Augustin (near Bonn), Germany. For the
dedicated PHP talks program, the call for papers is open until June 4th.
Talks are accepted in English and German language. For detailed
information see <a href="http://froscon.phpugdo.de">http://froscon.phpugdo.de</a>.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 4.4.6 Released</title>
<link href="/index.php#2007-03-01-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-03-01-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-03-01-1</id>
<published>2007-03-01T00:00:00+01:00</published>
<updated>2007-03-01T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP development team would like to announce the immediate
<a href="/downloads.php#v4">availability of PHP 4.4.6</a>.
</p>
<p>
The main issue that this release addresses is a crash problem that was
introduced in PHP 4.4.5. The problem occurs when session variables are used
while register_globals is enabled.
</p>
<p>
Details about the PHP 4.4.6 release can be found in the
<a href="/releases/4_4_6.php">release announcement for 4.4.6</a>,
the full list of changes is available in the
<a href="/ChangeLog-4.php#4.4.6">ChangeLog for PHP 4</a>.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.2.1 and PHP 4.4.5 Released</title>
<link href="/index.php#2007-02-08-2" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-02-08-2" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-02-08-2</id>
<published>2007-02-08T00:00:00+01:00</published>
<updated>2007-02-14T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The PHP development team would like to announce the immediate
<a href="/downloads.php#v5">availability of PHP 5.2.1</a> and
<a href="/downloads.php#v4">availability of PHP 4.4.5</a>.
These releases are major stability and security enhancements of the 5.x and
4.4.x branches, and all users are strongly encouraged to upgrade to it as
soon as possible. Further details about the PHP 5.2.1 release can be found in
the <a href="/releases/5_2_1.php">release announcement for 5.2.1</a>, the full list of
changes is available in the <a href="/ChangeLog-5.php#5.2.1">ChangeLog for PHP
5</a>. Details about the PHP 4.4.5 release can be found in the
<a href="/releases/4_4_5.php">release announcement for 4.4.5</a>, the full list of
changes is available in the <a href="/ChangeLog-4.php#4.4.5">ChangeLog for PHP 4</a>.
</p>
<p>
<b>Security Enhancements and Fixes in PHP 5.2.1 and PHP 4.4.5:</b>
</p>
<ul>
<li>Fixed possible safe_mode &amp; open_basedir bypasses inside the session extension.</li>
<li>Fixed unserialize() abuse on 64 bit systems with certain input strings.</li>
<li>Fixed possible overflows and stack corruptions in the session extension.</li>
<li>Fixed an underflow inside the internal sapi_header_op() function.</li>
<li>Fixed non-validated resource destruction inside the shmop extension.</li>
<li>Fixed a possible overflow in the str_replace() function.</li>
<li>Fixed possible clobbering of super-globals in several code paths.</li>
<li>Fixed a possible information disclosure inside the wddx extension.</li>
<li>Fixed a possible string format vulnerability in *print() functions on 64 bit systems.</li>
<li>Fixed a possible buffer overflow inside ibase_{delete,add,modify}_user() functions.</li>
<li>Fixed a string format vulnerability inside the odbc_result_all() function.</li>
</ul>
<p>
<b>Security Enhancements and Fixes in PHP 5.2.1 only:</b>
</p>
<ul>
<li>Prevent search engines from indexing the phpinfo() page.</li>
<li>Fixed a number of input processing bugs inside the filter extension.</li>
<li>Fixed allocation bugs caused by attempts to allocate negative values in some code paths.</li>
<li>Fixed possible stack/buffer overflows inside zip, imap &amp; sqlite extensions.</li>
<li>Fixed several possible buffer overflows inside the stream filters.</li>
<li>Memory limit is now enabled by default.</li>
<li>Added internal heap protection.</li>
<li>Extended filter extension support for $_SERVER in CGI and apache2 SAPIs.</li>
</ul>
<p>
<b>Security Enhancements and Fixes in PHP 4.4.5 only:</b>
</p>
<ul>
<li>Fixed possible overflows inside zip &amp; imap extensions.</li>
<li>Fixed a possible buffer overflow inside mail() function on Windows.</li>
<li>Unbundled the ovrimos extension.</li>
</ul>
<p>
The majority of the security vulnerabilities discovered and resolved can in
most cases be only abused by local users and cannot be triggered remotely.
However, some of the above issues can be triggered remotely in certain
situations, or exploited by malicious local users on shared hosting setups
utilizing PHP as an Apache module. Therefore, we strongly advise all users of
PHP, regardless of the version to upgrade to the 5.2.1 or 4.4.5 releases as soon as possible.
</p>
<p>
For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
available <a href="/migration52">here</a>, detailing the changes between
those releases and PHP 5.2.1.
</p>
<p><strong>Update: Feb 14th;</strong> Added release information for PHP
4.4.5.</p>
<p><strong>Update: Feb 12th;</strong> The Windows install package had problems
with upgrading from previous PHP versions. That has now been fixed and new file
posted in the <a href="/downloads.php">download section</a>.</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>The front page has changed</title>
<link href="/index.php#2007-02-08-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-02-08-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-02-08-1</id>
<published>2007-02-08T00:00:00+01:00</published>
<updated>2007-02-08T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The news on the front page of php.net has changed, the <a href="/conferences/">conference announcements</a> are now located on their own page.
The idea is to keep php.net specific news clear and also opens the door for additional news entries, like for RC releases. More changes are on the way so keep an eye out.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP Québec conference 2007</title>
<link href="/conferences/index.php#2007-02-07-1" rel="alternate" type="text/html"/>
<link href="http://conf.phpquebec.com/en/conf2007/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-02-07-1</id>
<published>2007-02-07T00:00:00+01:00</published>
<updated>2007-02-07T00:00:00+01:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-03-16</php:finalTeaserDate>
<php:newsImage link="http://conf.phpquebec.com/en/conf2007/" title="PHP Québec conference">conference_php_quebec.gif</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
PHP Québec is pleased to announce the <a href="http://conf.phpquebec.com/en/conf2007/">fifth edition of the PHP Québec Conference</a>.
The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
<a href="http://conf.phpquebec.com/en/conf2007/horaire">technicals talks</a> and
an additional day of <a href="http://conf.phpquebec.com/en/conf2007/ateliers">workshop</a>.
Among the speakers, the well know PHP experts such has: Rasmus Lerdorf, Andrei
Zmievski, Derick Rethans, Ilia Alshanetsky, John Coggeshall, Damien Séguy, and many more.
</p>
<p>
The conference has three distinct tracks : Advanced Techniques, Data
Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
PHP Québec Conference is great opportunity to learn about the latest
development and professional techniques to help you build high quality PHP
software and meet with PHP.
</p>
<p>
Special prices are available for all Open Source community members and major
contributors.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP Manual Updates</title>
<link href="/index.php#2007-02-03-1" rel="alternate" type="text/html"/>
<link href="/archive/2007.php#2007-02-03-1" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-02-03-1</id>
<published>2007-02-03T00:00:00+01:00</published>
<updated>2007-02-03T00:00:00+01:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="documentation" label="PHP Documentation news"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The PHP documentation team is proud to present to the PHP community a few fixes and tweaks to the <a href="/manual/en/">PHP Manual</a>, including:</p>
<ul>
<li>an improved, XSL-based build system that will deliver compiled manuals to mirrors in a more timely manner (goodbye dsssl)</li>
<li>manual pages can now contain images (see <code><a href="/en/function.imagearc">imagearc()</a></code> for an example)</li>
<li>updated function version information and capture system (fewer "no version information, might be only in CVS" messages)</li>
<li>... and more to come!</li>
</ul>
<p>Please <a href="/about.howtohelp">help us improve the documentation</a> by <a href="https://bugs.php.net/">submitting bug reports</a>, and adding notes to undocumented functions.</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title> O'Reilly OSCON call for papers</title>
<link href="/conferences/index.php#2007-01-29-1" rel="alternate" type="text/html"/>
<link href="http://conferences.oreillynet.com/os2007/" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-01-29-1</id>
<published>2007-01-29T00:00:00+01:00</published>
<updated>2007-01-29T00:00:00+01:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-02-05</php:finalTeaserDate>
<php:newsImage link="http://conferences.oreillynet.com/os2007/" title="OSCON Open Source Convention">os2007.gif</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The O'Reilly Open Source Convention 2007 will once again take place from July 23rd - 27th 2007
in Portland, Oregon, and has a PHP track as usual. The Call for Papers closes Monday February 5 2007. You can find more information at <a href="http://conferences.oreillynet.com/os2007/" title="O'Reilly Open Source Convention 2007">http://conferences.oreillynet.com/os2007/</a>.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>International PHP Conference 2007 Spring Edition : Call for Papers</title>
<link href="/conferences/index.php#2007-01-24-1" rel="alternate" type="text/html"/>
<link href="http://phpconference.com/input" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-01-24-1</id>
<published>2007-01-24T00:00:00+01:00</published>
<updated>2007-01-24T00:00:00+01:00</updated>
<category term="cfp" label="Call for Papers"/>
<php:finalTeaserDate>2007-05-21</php:finalTeaserDate>
<php:newsImage link="http://phpconference.com/" title="International PHP Conference 2007 Spring Edition">intcon2007spring.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
The International PHP Conference 2007 Spring Edition will happen from May, 21st to 23rd 2007
in Stuttgart. The Call for Papers has just been opened. You can find more information at
<a href="http://phpconference.com/" title="International PHP Conference 2007 Spring Edition">http://phpconference.com/</a>.
There's a pre-conference day on 21st of May with full day Power Workshops and
a Main Conference from 22nd to 23rd of May with 1 hour sessions.
</p>
<p>
Please submit your session proposals at
<a href="http://phpconference.com/input" title="International PHP Conference 2007 Spring Edition - Call for Paper">http://phpconference.com/input</a>.
They will be voted by the Chair board consisting of Björn Schotte (Head of Chair),
Christopher Kunz and Sebastian Meyen. The language for talks is both English and German.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP London 2007</title>
<link href="/conferences/index.php#2007-01-18-1" rel="alternate" type="text/html"/>
<link href="http://www.phplondon.org" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-01-18-1</id>
<published>2007-01-18T00:00:00+01:00</published>
<updated>2007-01-18T00:00:00+01:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-02-23</php:finalTeaserDate>
<php:newsImage link="http://www.phpconference.co.uk/" title="PHP London 2007">phplondon2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
After the success of 2006 the <a href="http://www.phplondon.org/">PHP London user group</a> is staging the <a href="http://www.phpconference.co.uk/">UK's second dedicated PHP conference</a> on Friday, 23 February 2007, in London. The conference will be a low-cost event, costing £50 for the day. Speakers include: Rasmus Lerdorf, Cal Evans, Simon Laws and Kevlin Henney.
</p>
</div>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Chicago php|tek 2007</title>
<link href="/conferences/index.php#2007-01-12-1" rel="alternate" type="text/html"/>
<link href="http://www.phparch.com/tek" rel="via" type="text/html"/>
<id>http://php.net/archive/2007.php#2007-01-12-1</id>
<published>2007-01-12T00:00:00+01:00</published>
<updated>2007-01-12T00:00:00+01:00</updated>
<category term="conferences" label="Conference announcement"/>
<php:finalTeaserDate>2007-05-18</php:finalTeaserDate>
<php:newsImage link="http://www.phparch.com/tek" title="php|tek 2007">phptek2007.png</php:newsImage>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
php|architect is proud to announce <a href="http://www.phparch.com/tek">php|tek 2007</a>, which will take place in Chicago, Illinois (USA) on May 16-18, 2007.
</p>
<p>
This year, the conference once again promises to be an excellent event for PHP developers of all levels, with talks from top PHP experts such as Rasmus Lerdorf, Chris Shiflett, Andrei Zmievski, Ilia Alshanetsky, Sara Golemon, and many more.
</p>
</div>
</content>
</entry>
</feed>