xref: /web-php/archive/2007.xml (revision e235f794)
1<?xml version="1.0" encoding="utf-8"?>
2<feed xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news">
3  <title>PHP.net news &amp; announcements</title>
4  <link href="/feed.atom" rel="self"/>
5  <icon>/images/news/php-logo.gif</icon>
6  <updated>2007-11-08T19:33:04-05:00</updated>
7  <id>http://php.net/archive/2007.php</id>
8  <author>
9    <name>Webmaster</name>
10    <uri>http://php.net/contact</uri>
11    <email>webmaster@php.net</email>
12  </author>
13  <entry>
14    <title>PHP 5.2.5 Released</title>
15    <id>http://php.net/archive/2007.php#2007-11-08-1</id>
16    <published>2007-11-08T19:33:26-05:00</published>
17    <updated>2007-11-08T19:33:26-05:00</updated>
18    <category term="frontpage" label="PHP.net frontpage news"/>
19    <category term="releases" label="New PHP release"/>
20    <link href="/index.php#2007-11-08-1" rel="alternate" type="text/html"/>
21    <link href="/archive/2007.php#2007-11-08-1" rel="via" type="text/html"/>
22    <content type="xhtml">
23      <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>
24    </content>
25  </entry>
26  <entry xmlns="http://www.w3.org/2005/Atom">
27    <title>PHP Conference Brasil 2007</title>
28    <link href="/conferences/index.php#2007-10-29-1" rel="alternate" type="text/html"/>
29    <link href="http://www.prophp.com.br/phpconference.php" rel="via" type="text/html"/>
30    <id>http://php.net/archive/2007.php#2007-10-29-1</id>
31    <published>2007-10-29T13:46:03+01:00</published>
32    <updated>2007-10-30T02:27:29+01:00</updated>
33    <category term="conferences" label="Conference announcement"/>
34    <php:finalTeaserDate>2007-12-01</php:finalTeaserDate>
35    <php:newsImage link="http://www.prophp.com.br/phpconference.php" title="São Paulo 2007">phpconfbrasil2007.png</php:newsImage>
36    <content type="xhtml">
37      <div xmlns="http://www.w3.org/1999/xhtml">
38        <p>
39November 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.
40Visit <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.
41	</p>
42      </div>
43    </content>
44  </entry>
45  <entry xmlns="http://www.w3.org/2005/Atom">
46    <title>The new documentation build system is ready for testing</title>
47    <id>http://php.net/archive/2007.php#2007-10-03-1</id>
48    <published>2007-10-03T10:55:47-07:00</published>
49    <updated>2007-10-03T10:55:47-07:00</updated>
50    <category term="frontpage" label="PHP.net frontpage news"/>
51    <link href="/index.php#2007-10-03-1" rel="alternate" type="text/html"/>
52    <link href="/archive/2007.php#2007-10-03-1" rel="via" type="text/html"/>
53    <content type="xhtml">
54      <div xmlns="http://www.w3.org/1999/xhtml">
55        <p>
56The PHP documentation team is pleased to announce the initial release of
57the new build system that generates the PHP Manual. Written in PHP, PhD
58(<em>[PH]P based [D]ocBook renderer</em>) builds are now available for
59viewing at <a href="http://docs.php.net/">docs.php.net</a>. Everyone is
60encouraged to test and use this system so
61that <a href="http://bugs.php.net/">bugs</a> will be found and squashed.
62      </p>
63        <p>
64Once the new build system is stable, expect additional changes to the PHP
65manual that will include an improved navigation system and styling for OOP
66documentation.
67      </p>
68        <p>
69Feel free to set this developmental mirror as your default by
70using <a href="/my.php">my.php</a>.
71      </p>
72      </div>
73    </content>
74  </entry>
75  <entry xmlns="http://www.w3.org/2005/Atom">
76    <title>PHP 5.2.4 Released</title>
77    <link href="/index.php#2007-08-30-1" rel="alternate" type="text/html"/>
78    <link href="/archive/2007.php#2007-08-30-1" rel="via" type="text/html"/>
79    <id>http://php.net/archive/2007.php#2007-08-30-1</id>
80    <published>2007-08-30T20:00:00+04:00</published>
81    <updated>2007-09-20T11:19:00-04:00</updated>
82    <category term="frontpage" label="PHP.net frontpage news"/>
83    <category term="releases" label="New PHP release"/>
84    <content type="xhtml">
85      <div xmlns="http://www.w3.org/1999/xhtml">
86        <p>
87The PHP development team would like to announce the immediate
88<a href="/downloads.php#v5">availability of PHP 5.2.4</a>.
89This release focuses on improving the stability of the PHP 5.2.X
90branch with over 120 various bug fixes in addition to resolving
91several low priority security bugs. All users of PHP are encouraged
92to upgrade to this release.
93</p>
94        <p>
95Further details about the PHP 5.2.4 release can be found in the
96<a href="/releases/5_2_4.php">release announcement for 5.2.4</a>, the full list of
97changes is available in the <a href="/ChangeLog-5.php#5.2.4">ChangeLog for PHP 5</a>.
98</p>
99        <p>
100          <b>Security Enhancements and Fixes in PHP 5.2.4:</b>
101        </p>
102        <ul>
103          <li>Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)</li>
104          <li>Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)</li>
105          <li>Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)</li>
106          <li>Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)</li>
107          <li>Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)</li>
108          <li>Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser)</li>
109          <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>
110          <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>
111          <li>Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai)</li>
112          <li>Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com)</li>
113          <li>Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk)</li>
114          <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>
115          <li>Improved fix for MOPB-03-2007.</li>
116          <li>Corrected fix for CVE-2007-2872.</li>
117        </ul>
118        <p>
119For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
120available <a href="/migration52">here</a>, detailing the changes between
121those releases and PHP 5.2.4.
122</p>
123      </div>
124    </content>
125  </entry>
126  <entry xmlns="http://www.w3.org/2005/Atom">
127    <title>DC PHP Conference 2007</title>
128    <link href="/conferences/index.php#2007-09-21-1" rel="alternate" type="text/html"/>
129    <link href="http://www.dcphpconference.com/" rel="via" type="text/html"/>
130    <id>http://php.net/archive/2007.php#2007-09-21-1</id>
131    <published>2007-09-21T00:00:00-04:00</published>
132    <updated>2007-09-20T00:19:48-04:00</updated>
133    <category term="conferences" label="Conference announcement"/>
134    <php:finalTeaserDate>2007-11-09</php:finalTeaserDate>
135    <php:newsImage link="http://www.dcphpconference.com/" title="Washington DC 2007">dcphpconference.2007.png</php:newsImage>
136    <content type="xhtml">
137      <div xmlns="http://www.w3.org/1999/xhtml">
138        <p>
139November 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:
140<ul><li>Scalability</li><li>Security</li><li>The Art of PHP</li></ul>
141Please see <a href="http://www.dcphpconference.com ">the website</a> for more details and to register. Early registration is available until mid-October.
142	</p>
143      </div>
144    </content>
145  </entry>
146  <entry xmlns="http://www.w3.org/2005/Atom">
147    <title>Forum PHP Paris 2007</title>
148    <link href="/conferences/index.php#2007-09-20-1" rel="alternate" type="text/html"/>
149    <link href="http://www.afup.org/pages/forumphp2007/" rel="via" type="text/html"/>
150    <id>http://php.net/archive/2007.php#2007-09-20-1</id>
151    <published>2007-09-20T00:01:48-04:00</published>
152    <updated>2007-09-20T00:01:48-04:00</updated>
153    <category term="conferences" label="Conference announcement"/>
154    <php:finalTeaserDate>2007-11-23</php:finalTeaserDate>
155    <php:newsImage link="http://www.afup.org/pages/forumphp2007/" title="Paris Forum 2007">afup2007.jpg</php:newsImage>
156    <content type="xhtml">
157      <div xmlns="http://www.w3.org/1999/xhtml">
158        <p>
159The <a href="http://www.afup.org/">French AFUP</a> association is proud
160to announce the <a href="http://www.afup.org/pages/forumphp2007/">sixth annual PHP
161meeting in Paris</a>, on November 21st and 22nd, 2007. Developers and
162managers will gather to meet Rasmus Lerdorf, Andrei Zmievski and other
163prominent community experts for two days of sessions, packed with
164enterprise solutions and advanced techniques.
165	</p>
166      </div>
167    </content>
168  </entry>
169  <entry xmlns="http://www.w3.org/2005/Atom">
170    <title>PHP Québec 2008 : call for speaker</title>
171    <link href="/conferences/index.php#2007-09-16-01" rel="alternate" type="text/html"/>
172    <link href="http://conf.phpquebec.com/" rel="via" type="text/html"/>
173    <id>http://php.net/archive/2007.php#2007-09-16-01</id>
174    <published>2007-09-16T13:35:00-04:00</published>
175    <updated>2007-09-16T13:30:00-04:00</updated>
176    <category term="conferences" label="Call for paper"/>
177    <php:finalTeaserDate>2007-09-29</php:finalTeaserDate>
178    <php:newsImage link="http://conf.phpquebec.com/en" title="PHP Québec 2008">phpquebec.2008.png</php:newsImage>
179    <content type="xhtml">
180      <div xmlns="http://www.w3.org/1999/xhtml">
181        <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
182will take place in Montreal, Canada between March 12th and 14th, 2008. We are
183looking for speakers willing to share their expertise with Canadian and
184United States PHP professionals.
185</p>
186        <p>
187The Conference features the PHPLab, where speakers and visitors will find
188solutions to actual business problems. The two days of technical talks will
189be dedicated to advanced software development techniques with PHP5 and PHP6,
190XML, web services, databases, etc.
191</p>
192        <p>
193Organizers will prioritize new and original topics in English or French.
194For more information, visit the website: <a href="http://conf.phpquebec.com">http://conf.phpquebec.com</a>
195</p>
196      </div>
197    </content>
198  </entry>
199  <entry xmlns="http://www.w3.org/2005/Atom">
200    <title>php|works 2007 in Atlanta</title>
201    <link href="/conferences/index.php#2007-07-16-01" rel="alternate" type="text/html"/>
202    <link href="http://works.phparch.com/" rel="via" type="text/html"/>
203    <id>http://php.net/archive/2007.php#2007-07-16-01</id>
204    <published>2007-07-16T10:35:00-04:00</published>
205    <updated>2007-07-16T10:35:00-04:00</updated>
206    <category term="conferences" label="Conference announcement"/>
207    <php:finalTeaserDate>2007-09-15</php:finalTeaserDate>
208    <php:newsImage link="http://works.phparch.com/c/p/index" title="php|works 2007">phpworks2007.png</php:newsImage>
209    <content type="xhtml">
210      <div xmlns="http://www.w3.org/1999/xhtml">
211        <p>
212php|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.
213</p>
214        <p>
215This 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).
216</p>
217      </div>
218    </content>
219  </entry>
220  <entry xmlns="http://www.w3.org/2005/Atom">
221    <title>PHP 4 end of life announcement</title>
222    <link href="/index.php#2007-07-13-1" rel="alternate" type="text/html"/>
223    <link href="/archive/2007.php#2007-07-13-1" rel="via" type="text/html"/>
224    <id>http://php.net/archive/2007.php#2007-07-13-1</id>
225    <published>2007-07-13T13:00:00+02:00</published>
226    <updated>2007-07-13T13:00:00+02:00</updated>
227    <category term="frontpage" label="PHP.net frontpage news"/>
228    <content type="xhtml">
229      <div xmlns="http://www.w3.org/1999/xhtml">
230        <p>
231  Today it is exactly three years ago since PHP 5 has been released. In
232  those three years it has seen many improvements over PHP 4. PHP 5 is
233  fast, stable &amp; production-ready and as PHP 6 is on the way, PHP 4
234  will be discontinued.
235</p>
236        <p>
237  The PHP development team hereby announces that support for PHP 4 will
238  continue until the end of this year only. After 2007-12-31 there will be no
239  more releases of PHP 4.4. We will continue to make critical security fixes
240  available on a case-by-case basis until 2008-08-08.  Please use the rest of
241  this year to make your application suitable to run on PHP 5.
242</p>
243        <p>
244  For documentation on migration for PHP 4 to PHP 5, we would like to point you
245  to our <a href="/manual/en/migration5.php">migration guide</a>. There is
246  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
247  well.
248</p>
249      </div>
250    </content>
251  </entry>
252  <entry xmlns="http://www.w3.org/2005/Atom">
253    <title>New Delhi PHP UnConference: Call for Speakers/Campers!</title>
254    <link href="/conferences/index.php#2007-07-10-1" rel="alternate" type="text/html"/>
255    <link href="http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp" rel="via" type="text/html"/>
256    <id>http://php.net/archive/2007.php#2007-07-10-1</id>
257    <published>2007-07-10T00:21:32+02:00</published>
258    <updated>2007-07-10T00:21:32+02:00</updated>
259    <category term="cfp" label="Call for Papers"/>
260    <php:finalTeaserDate>2007-09-01</php:finalTeaserDate>
261    <php:newsImage link="http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp" title="New Delhi PHP UnConference">phpcamp_07.jpg</php:newsImage>
262    <content type="xhtml">
263      <div xmlns="http://www.w3.org/1999/xhtml">
264        <p>
265India's biggest Open Source Unconference "OSS Camp" has been scheduled for
266September 8 - 9, 2007 in New Delhi.
267</p>
268        <p>
269Embedded in the OSS Camp is India's first community-driven PHP Camp. PHP
270Camp will bring together the PHP community in a distinctly "unconference"
271setting. It is an intense event with discussions, demos, and interaction
272from all participants. Participation is free of cost!.  Some of the tracks
273for PHP camps are Frameworks, Unit Testing, PHP Security, Performance
274Management, High Availability beside product specific themes like Joomla,
275Drupal, EZ, Dot Project camps.
276</p>
277        <p>
278Participants can add up their sessions on
279<a href="http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp">http://www.osscamp.in/OSSCampDelhi/index.php?title=PHP_Camp.</a>
280You should restrict your sessions to 40 minutes (90 minutes in case of workshop).
281Your sessions should be hardcore PHP specific sessions.
282</p>
283      </div>
284    </content>
285  </entry>
286  <entry xmlns="http://www.w3.org/2005/Atom">
287    <title>php|works 2007: Call for Papers</title>
288    <link href="/conferences/index.php#2007-06-15-1" rel="alternate" type="text/html"/>
289    <link href="http://works.phparch.com/c/p/index" rel="via" type="text/html"/>
290    <id>http://php.net/archive/2007.php#2007-06-15-1</id>
291    <published>2007-06-15T17:11:25+02:00</published>
292    <updated>2007-06-15T17:11:25+02:00</updated>
293    <category term="cfp" label="Call for Papers"/>
294    <php:finalTeaserDate>2007-06-28</php:finalTeaserDate>
295    <php:newsImage link="http://works.phparch.com/c/p/index" title="php|works 2007">phpworks2007.png</php:newsImage>
296    <content type="xhtml">
297      <div xmlns="http://www.w3.org/1999/xhtml">
298        <p><a href="http://works.phparch.com/">php|works</a> is a conference for developers.
299  As such, our main goal is to provide talks and presentations designed to
300  inspire programmers of all levels to improve their craft, expand their
301  horizons and learn something new they can use on a daily basis.
302</p>
303        <p>
304  The Call for Papers is open until June 27, and this year it features
305  a whole new (and improved) speaker's compensation package.
306</p>
307        <p>
308  This year's conference aims at showcasing the practical use of PHP to
309  solve complex problems. We're looking for a great mix of theoretical
310  and practical talks that teach our attendees new concepts, techniques
311  and features of PHP, as well as case studies on the use of PHP in
312  real-life, high-impact websites.
313</p>
314        <p>
315  Don't forget to send in your proposals!
316</p>
317      </div>
318    </content>
319  </entry>
320  <entry xmlns="http://www.w3.org/2005/Atom">
321    <title>Paris Forum 2007 : call for papers</title>
322    <link href="/conferences/index.php#2007-06-13-2" rel="alternate" type="text/html"/>
323    <link href="http://afup.org/article.php3?id_article=336" rel="via" type="text/html"/>
324    <id>http://php.net/archive/2007.php#2007-06-13-2</id>
325    <published>2007-06-13T16:01:48+02:00</published>
326    <updated>2007-06-27T17:04:47-04:00</updated>
327    <category term="cfp" label="Call for Papers"/>
328    <php:finalTeaserDate>2007-07-15</php:finalTeaserDate>
329    <php:newsImage link="http://afup.org/article.php3?id_article=336" title="Paris Forum 2007">afup2007.jpg</php:newsImage>
330    <content type="xhtml">
331      <div xmlns="http://www.w3.org/1999/xhtml">
332        <p>The AFUP, Association Française des Utilisateurs de PHP,
333	is proud to announce the upcoming conference "Forum PHP 2007".
334	For this unique event in France, we are looking for the best French speaking experts,
335	who want to share their know-how and enthusiasm.
336	This two day conference features one technical day, with the most advanced PHP techniques
337	and a business day, with case studies and examples of successful projects.
338	</p>
339        <p>The "Forum PHP Paris 2007" will take place in Paris on Thursday and Friday
340	the 21th and 22th of November 2007.</p>
341        <p>Please send your proposals at bureau@afup.org.
342	This email must contain the following information:
343	</p>
344        <ul>
345          <li>name</li>
346          <li>company if applicable</li>
347          <li>a short (4-6 sentences) biography about your PHP experience</li>
348          <li>complete name and address</li>
349          <li>include photo for each speaker (JPEG format)</li>
350        </ul>
351        <p>Sessions will typically be 45 minutes long followed by a 10 minutes Q&amp;A session.</p>
352        <p>You are allowed to submit several proposals.
353	The email must then contain the extra information:
354	</p>
355        <ul>
356          <li>session title</li>
357          <li>target audience</li>
358          <li>short description (~10 sentences)</li>
359        </ul>
360      </div>
361    </content>
362  </entry>
363  <entry xmlns="http://www.w3.org/2005/Atom">
364    <title>International PHP Conference: call for Papers</title>
365    <link href="/conferences/index.php#2007-06-13-1" rel="alternate" type="text/html"/>
366    <link href="http://phpconference.com/cfp" rel="via" type="text/html"/>
367    <id>http://php.net/archive/2007.php#2007-06-13-1</id>
368    <published>2007-06-13T16:01:48+02:00</published>
369    <updated>2007-06-13T16:01:48+02:00</updated>
370    <category term="cfp" label="Call for Papers"/>
371    <php:finalTeaserDate>2007-07-10</php:finalTeaserDate>
372    <php:newsImage link="http://phpconference.com/cfp" title="The International PHP Conference 2007">phpconf2007.png</php:newsImage>
373    <content type="xhtml">
374      <div xmlns="http://www.w3.org/1999/xhtml">
375        <p>
376The International PHP Conference 2007 will happen from 4th to
3777th November 2007 at Frankfurt-Mörfelden, Germany. The Call
378for Papers has just been opened. You can find more information
379at <a href="http://phpconference.com/cfp">http://phpconference.com/cfp</a>.
380Please put your proposals to <a href="http://phpconference.com/input">http://phpconference.com/input</a>.
381There are two pre-conference days with a Management Day and Power
382Workshops and two main conference days. The language for talks is both
383English and German.
384</p>
385      </div>
386    </content>
387  </entry>
388  <entry xmlns="http://www.w3.org/2005/Atom">
389    <title>PHP 5.2.3 Released</title>
390    <link href="/index.php#2007-06-01-1" rel="alternate" type="text/html"/>
391    <link href="/archive/2007.php#2007-06-01-1" rel="via" type="text/html"/>
392    <id>http://php.net/archive/2007.php#2007-06-01-1</id>
393    <published>2007-06-01T00:00:00+01:00</published>
394    <updated>2007-06-01T00:00:00+01:00</updated>
395    <category term="frontpage" label="PHP.net frontpage news"/>
396    <category term="releases" label="New PHP release"/>
397    <content type="xhtml">
398      <div xmlns="http://www.w3.org/1999/xhtml">
399        <p>
400The PHP development team would like to announce the immediate <a href="/downloads.php#v5">availability of PHP 5.2.3</a>.
401This release continues to improve the security and the stability of
402the 5.X branch as well as addressing two regressions introduced
403by the previous 5.2 releases. These regressions relate to the timeout
404handling over non-blocking SSL connections and the lack of
405HTTP_RAW_POST_DATA in certain conditions. All users are encouraged to
406upgrade to this release.
407</p>
408        <p>
409Further details about the PHP 5.2.3 release can be found in the
410<a href="/releases/5_2_3.php">release announcement for 5.2.3</a>, the full list of
411changes is available in the <a href="/ChangeLog-5.php#5.2.3">ChangeLog for PHP 5</a>.
412</p>
413        <p>
414          <b>Security Enhancements and Fixes in PHP 5.2.3:</b>
415        </p>
416        <ul>
417          <li>Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)</li>
418          <li>Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)</li>
419          <li>Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)</li>
420          <li>Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)</li>
421          <li>Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.</li>
422          <li>Added mysql_set_charset() to allow runtime altering of connection encoding.</li>
423        </ul>
424        <p>
425For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
426available <a href="/migration52">here</a>, detailing the changes between
427those releases and PHP 5.2.3.
428</p>
429      </div>
430    </content>
431  </entry>
432  <entry xmlns="http://www.w3.org/2005/Atom">
433    <title>DC PHP Conference 2007 : call for Papers</title>
434    <link href="/conferences/index.php#2007-05-30-1" rel="alternate" type="text/html"/>
435    <link href="http://dcphpconference.com/" rel="via" type="text/html"/>
436    <id>http://php.net/archive/2007.php#2007-05-30-1</id>
437    <published>2007-05-30T00:00:00+01:00</published>
438    <updated>2007-05-30T00:00:00+01:00</updated>
439    <category term="cfp" label="Call for Papers"/>
440    <php:finalTeaserDate>2007-06-22</php:finalTeaserDate>
441    <php:newsImage link="http://dcphpconference.com/" title="DC PHP Conference 2007">dcphpconference.2007.png</php:newsImage>
442    <content type="xhtml">
443      <div xmlns="http://www.w3.org/1999/xhtml">
444        <p>
445Join 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.
446</p>
447        <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.
448<ul><li>Submission Deadline:	July 22th, 2007</li><li>Notification by:		August 15th, 2007</li></ul></p>
449      </div>
450    </content>
451  </entry>
452  <entry xmlns="http://www.w3.org/2005/Atom">
453    <title>WebTech 2007</title>
454    <link href="/conferences/index.php#2007-05-19-1" rel="alternate" type="text/html"/>
455    <link href="http://www.wtconferences.com/2007/?q=node/1" rel="via" type="text/html"/>
456    <id>http://php.net/archive/2007.php#2007-05-19-1</id>
457    <published>2007-05-19T00:00:00+01:00</published>
458    <updated>2007-05-19T00:00:00+01:00</updated>
459    <category term="conferences" label="Conference announcement"/>
460    <php:finalTeaserDate>2007-06-30</php:finalTeaserDate>
461    <php:newsImage link="http://www.wtconferences.com/2007/?q=node/1" title="WebTech 2007">wtlogo_s.png</php:newsImage>
462    <content type="xhtml">
463      <div xmlns="http://www.w3.org/1999/xhtml">
464        <p>
465 The 4th <a href="http://www.wtconferences.com/2007/?q=node/1">Internet technologies conference</a>
466 will take place from June 29 till 30th in the Bulgarian seaside at city of Varna where
467 you can combine sun, sea and technologies.
468</p>
469        <p>
470 The conference as in the previous 3 years will focus on new technologies in web programming,
471 open source and everything that stands for IT.
472</p>
473        <p>
474 The conference is free of charge.
475</p>
476      </div>
477    </content>
478  </entry>
479  <entry xmlns="http://www.w3.org/2005/Atom">
480    <title>PHP 5.2.2 and PHP 4.4.7 Released</title>
481    <link href="/index.php#2007-05-03-1" rel="alternate" type="text/html"/>
482    <link href="/archive/2007.php#2007-05-03-1" rel="via" type="text/html"/>
483    <id>http://php.net/archive/2007.php#2007-05-03-1</id>
484    <published>2007-05-03T00:00:00+01:00</published>
485    <updated>2007-05-23T00:00:00+01:00</updated>
486    <category term="frontpage" label="PHP.net frontpage news"/>
487    <category term="releases" label="New PHP release"/>
488    <content type="xhtml">
489      <div xmlns="http://www.w3.org/1999/xhtml">
490        <p>
491 The PHP development team would like to announce the immediate
492 <a href="/downloads.php#v5">availability of PHP 5.2.2</a> and
493 <a href="/downloads.php#v4">availability of PHP 4.4.7</a>.
494 These releases are major stability and security enhancements of the 5.x and
495 4.4.x branches, and all users are strongly encouraged to upgrade to it as
496 soon as possible.  Further details about the PHP 5.2.2 release can be found
497 in the <a href="/releases/5_2_2.php">release announcement for 5.2.2</a>,
498 the full list of changes is available in the
499 <a href="/ChangeLog-5.php#5.2.2">ChangeLog for PHP 5</a>. Details about
500 the PHP 4.4.7 release can be found in the
501 <a href="/releases/4_4_7.php">release announcement for 4.4.7</a>, the full
502 list of changes is available in the
503 <a href="/ChangeLog-4.php#4.4.7">ChangeLog for PHP 4</a>.
504</p>
505        <p>
506          <b>Security Enhancements and Fixes in PHP 5.2.2 and PHP 4.4.7:</b>
507        </p>
508        <ul>
509          <li>Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)</li>
510          <li>Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)</li>
511          <li>Fixed a bug in mb_parse_str() that can be used to activate register_globals (MOPB-26 by Stefan Esser)</li>
512          <li>Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser)</li>
513          <li>Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)</li>
514          <li>Added missing open_basedir &amp; safe_mode checks to zip:// and bzip:// wrappers. (MOPB-21 by Stefan Esser).</li>
515          <li>Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)</li>
516          <li>Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc library. (by Stanislav Malyshev)</li>
517        </ul>
518        <p>
519          <b>Security Enhancements and Fixes in PHP 5.2.2 only:</b>
520        </p>
521        <ul>
522          <li>Fixed a header injection via Subject and To parameters to the mail() function (MOPB-34 by Stefan Esser)</li>
523          <li>Fixed wrong length calculation in unserialize S type (MOPB-29 by Stefan Esser)</li>
524          <li>Fixed substr_compare and substr_count information leak (MOPB-14 by Stefan Esser) (Stas, Ilia)</li>
525          <li>Fixed a remotely trigger-able buffer overflow inside make_http_soap_request(). (by Ilia Alshanetsky)</li>
526          <li>Fixed a buffer overflow inside user_filter_factory_create(). (by Ilia Alshanetsky)</li>
527          <li>Fixed a possible super-global overwrite inside import_request_variables(). (by Stefano Di Paola, Stefan Esser)</li>
528          <li>Limit nesting level of input variables with max_input_nesting_level as fix for (MOPB-03 by Stefan Esser)</li>
529        </ul>
530        <p>
531          <b>Security Enhancements and Fixes in PHP 4.4.7 only:</b>
532        </p>
533        <ul>
534          <li>XSS in phpinfo() (MOPB-8 by Stefan Esser)</li>
535        </ul>
536        <p>
537 While majority of the issues outlined above are local, in some
538 circumstances given specific code paths they can be triggered externally.
539 Therefor, we strongly recommend that if you use code utilizing the
540 functions and extensions identified as having had vulnerabilities in them,
541 you consider upgrading your PHP.
542</p>
543        <p>
544 For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
545 available <a href="/migration52">here</a>, detailing the changes between
546 those releases and PHP 5.2.2.
547</p>
548        <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>
549        <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>
550      </div>
551    </content>
552  </entry>
553  <entry xmlns="http://www.w3.org/2005/Atom">
554    <title>Zend/PHP Conference 2007</title>
555    <link href="/conferences/index.php#2007-07-25-1" rel="alternate" type="text/html"/>
556    <link href="http://www.zendcon.com/" rel="via" type="text/html"/>
557    <id>http://php.net/archive/2007.php#2007-07-25-1</id>
558    <published>2007-07-25T00:00:00+01:00</published>
559    <updated>2007-07-25T00:00:00+01:00</updated>
560    <category term="conferences" label="Conference announcement"/>
561    <php:finalTeaserDate>2007-10-11</php:finalTeaserDate>
562    <php:newsImage link="http://www.zendcon.com/" title="Zend/PHP Conference 2007">zendcon07_logo_s.jpg</php:newsImage>
563    <content type="xhtml">
564      <div xmlns="http://www.w3.org/1999/xhtml">
565        <p>
566Don't miss the third annual Zend/PHP Conference and Expo 2007!  This
567year's conference promises to be the best ever.  Join Zend, the PHP
568community and leading technology companies from around the world for
569three days of education, learning and networking - plus an additional
570tutorial day.  The 2007 conference will feature over 40 sessions, an
571exhibit hall featuring leading companies such as Adobe, IBM, PayPal and
572Zend, an UnConference area to stimulate impromptu discussions, and
573networking opportunities galore.
574</p>
575        <p>
576ZendCon2007 will feature something for everyone – from novice to
577advanced, business-oriented to technical-focused.  You will hear from
578leaders in the PHP community and business experts who have implemented
579PHP based initiatives.  Come hear from Zend as it presents a roadmap for
580business-critical PHP.  Meet the Zend development teams.  Learn more
581about Zend open source projects.
582</p>
583        <p>
584ZendCon 2007 promises to be the largest gathering dedicated to PHP.
585Plan to attend ZendCon 2007 and join the PHP community to network and
586learn from the best PHP minds from around the world.
587</p>
588        <p>
589For more information please see <a href="http://www.zendcon.com/">http://www.zendcon.com/</a>.
590</p>
591      </div>
592    </content>
593  </entry>
594  <entry xmlns="http://www.w3.org/2005/Atom">
595    <title>The PHP.net Google Summer of Code</title>
596    <link href="/index.php#2007-04-14-1" rel="alternate" type="text/html"/>
597    <link href="/archive/2007.php#2007-04-14-1" rel="via" type="text/html"/>
598    <id>http://php.net/archive/2007.php#2007-04-14-1</id>
599    <published>2007-04-14T00:00:00+01:00</published>
600    <updated>2007-04-14T00:00:00+01:00</updated>
601    <category term="frontpage" label="PHP.net frontpage news"/>
602    <category term="gsoc" label="Google Summer of Code"/>
603    <content type="xhtml">
604      <div xmlns="http://www.w3.org/1999/xhtml">
605        <p>
606    The PHP team is once again proud to participate in the
607    <a href="http://code.google.com/soc/">Google Summer of Code</a>.
608    Seven students will "flip bits instead of burgers" this summer:
609</p>
610        <ul>
611          <li>
612        Mentored by Michael Wallner, Hannes Magnusson will work on
613        <a href="http://wiki.phpdoc.info/LiveDocs">LiveDocs</a>, which is a
614        "tool to display DocBook XML files in a web browser on the
615        fly, without the need of building all HTML target files first".
616        This project will be of great value to the PHP Documentation Team.
617  </li>
618          <li>
619        The PHP Interpreter uses reference counting to keep track of which
620        objects are no longer referenced and thus can be destroyed. A major
621        weakness in the current implementation is that it cannot detect
622        reference cycles, that is objects that reference each other in a
623        circular graph structure which is not referenced itself from outside
624        the circle. Mentored by Derick Rethans, David Wang will implement a
625        new reference counting algorithm that will alleviate this problem.
626  </li>
627          <li><a href="http://xdebug.org/">Xdebug</a> provides a range of useful
628        functionality for PHP developers, including detailed error information,
629        code coverage and profiling support, and support for remote debugging
630        using the GDB and DBGp protocols. Mentored by Xdebug's creator,
631        Derick Rethans, Adam Harvey will develop a cross-platform GUI
632        application that implements the DBGp protocol and allows PHP
633        applications to be debugged using Xdebug in a development environment
634        agnostic fashion.
635  </li>
636          <li>
637	    Mentored by Lukas Smith, Konsta Vesterinen will work on the
638        object-relational mapper <a href="http://www.phpdoctrine.net/">Doctrine</a>.
639  </li>
640          <li>
641        Mutation Testing, or Automated Error Seeding, is an approach where
642        the testing tool makes some change to the tested code, runs the tests,
643        and if the tests pass displays a message saying what it changed. This
644        approach is different than code coverage analysis, because it can find
645        code that is executed by the running of tests but not actually tested.
646        Mentored by Sebastian Bergmann, Mike Lewis will implement Mutation
647        Testing for <a href="http://www.phpunit.de/">PHPUnit</a>.
648  </li>
649          <li>
650        Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support
651        for foreign keys to
652        <a href="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
653        a package that "enables users to maintain RDBMS independant schema
654        files in XML that can be used to create, alter and drop database
655        entities and insert data into a database".
656  </li>
657          <li>
658        Mentored by David Coallier, Nicolas Bérard-Nault will refactor the
659        internals of <a href="http://www.jaws-project.com/">Jaws</a>, a
660        Framework and Content Management System for building dynamic web sites,
661        for PHP 6.
662  </li>
663        </ul>
664      </div>
665    </content>
666  </entry>
667  <entry xmlns="http://www.w3.org/2005/Atom">
668    <title>PHP @ FrOSCon call for papers</title>
669    <link href="/conferences/index.php#2007-03-29-1" rel="alternate" type="text/html"/>
670    <link href="http://froscon.phpugdo.de/" rel="via" type="text/html"/>
671    <id>http://php.net/archive/2007.php#2007-03-29-1</id>
672    <published>2007-03-29T00:00:00+01:00</published>
673    <updated>2007-03-29T00:00:00+01:00</updated>
674    <category term="cfp" label="Call for Papers"/>
675    <php:finalTeaserDate>2007-05-04</php:finalTeaserDate>
676    <php:newsImage link="http://froscon.phpugdo.de" title="PHP @ FrOSCon">phpatfroscon2007.png</php:newsImage>
677    <content type="xhtml">
678      <div xmlns="http://www.w3.org/1999/xhtml">
679        <p>
680The PHP Usergroup Dortmund is again organizing a dedicated PHP room at
681the Free and Open Source Conference 2007. The event will take place on
682August 25th and 26th in St. Augustin (near Bonn), Germany. For the
683dedicated PHP talks program, the call for papers is open until June 4th.
684Talks are accepted in English and German language. For detailed
685information see <a href="http://froscon.phpugdo.de">http://froscon.phpugdo.de</a>.
686</p>
687      </div>
688    </content>
689  </entry>
690  <entry xmlns="http://www.w3.org/2005/Atom">
691    <title>PHP 4.4.6 Released</title>
692    <link href="/index.php#2007-03-01-1" rel="alternate" type="text/html"/>
693    <link href="/archive/2007.php#2007-03-01-1" rel="via" type="text/html"/>
694    <id>http://php.net/archive/2007.php#2007-03-01-1</id>
695    <published>2007-03-01T00:00:00+01:00</published>
696    <updated>2007-03-01T00:00:00+01:00</updated>
697    <category term="frontpage" label="PHP.net frontpage news"/>
698    <category term="releases" label="New PHP release"/>
699    <content type="xhtml">
700      <div xmlns="http://www.w3.org/1999/xhtml">
701        <p>
702    The PHP development team would like to announce the immediate
703    <a href="/downloads.php#v4">availability of PHP 4.4.6</a>.
704</p>
705        <p>
706    The main issue that this release addresses is a crash problem that was
707    introduced in PHP 4.4.5.  The problem occurs when session variables are used
708    while register_globals is enabled.
709</p>
710        <p>
711    Details about the PHP 4.4.6 release can be found in the
712    <a href="/releases/4_4_6.php">release announcement for 4.4.6</a>,
713    the full list of changes is available in the
714    <a href="/ChangeLog-4.php#4.4.6">ChangeLog for PHP 4</a>.
715</p>
716      </div>
717    </content>
718  </entry>
719  <entry xmlns="http://www.w3.org/2005/Atom">
720    <title>PHP 5.2.1 and PHP 4.4.5 Released</title>
721    <link href="/index.php#2007-02-08-2" rel="alternate" type="text/html"/>
722    <link href="/archive/2007.php#2007-02-08-2" rel="via" type="text/html"/>
723    <id>http://php.net/archive/2007.php#2007-02-08-2</id>
724    <published>2007-02-08T00:00:00+01:00</published>
725    <updated>2007-02-14T00:00:00+01:00</updated>
726    <category term="frontpage" label="PHP.net frontpage news"/>
727    <category term="releases" label="New PHP release"/>
728    <content type="xhtml">
729      <div xmlns="http://www.w3.org/1999/xhtml">
730        <p>
731  The PHP development team would like to announce the immediate
732  <a href="/downloads.php#v5">availability of PHP 5.2.1</a> and
733  <a href="/downloads.php#v4">availability of PHP 4.4.5</a>.
734  These releases are major stability and security enhancements of the 5.x and
735  4.4.x branches, and all users are strongly encouraged to upgrade to it as
736  soon as possible.  Further details about the PHP 5.2.1 release can be found in
737  the <a href="/releases/5_2_1.php">release announcement for 5.2.1</a>, the full list of
738  changes is available in the <a href="/ChangeLog-5.php#5.2.1">ChangeLog for PHP
739   5</a>. Details about the PHP 4.4.5 release can be found in the
740  <a href="/releases/4_4_5.php">release announcement for 4.4.5</a>, the full list of
741  changes is available in the <a href="/ChangeLog-4.php#4.4.5">ChangeLog for PHP 4</a>.
742</p>
743        <p>
744          <b>Security Enhancements and Fixes in PHP 5.2.1 and PHP 4.4.5:</b>
745        </p>
746        <ul>
747          <li>Fixed possible safe_mode &amp; open_basedir bypasses inside the session extension.</li>
748          <li>Fixed unserialize() abuse on 64 bit systems with certain input strings.</li>
749          <li>Fixed possible overflows and stack corruptions in the session extension.</li>
750          <li>Fixed an underflow inside the internal sapi_header_op() function.</li>
751          <li>Fixed non-validated resource destruction inside the shmop extension.</li>
752          <li>Fixed a possible overflow in the str_replace() function.</li>
753          <li>Fixed possible clobbering of super-globals in several code paths.</li>
754          <li>Fixed a possible information disclosure inside the wddx extension.</li>
755          <li>Fixed a possible string format vulnerability in *print() functions on 64 bit systems.</li>
756          <li>Fixed a possible buffer overflow inside ibase_{delete,add,modify}_user() functions.</li>
757          <li>Fixed a string format vulnerability inside the odbc_result_all() function.</li>
758        </ul>
759        <p>
760          <b>Security Enhancements and Fixes in PHP 5.2.1 only:</b>
761        </p>
762        <ul>
763          <li>Prevent search engines from indexing the phpinfo() page.</li>
764          <li>Fixed a number of input processing bugs inside the filter extension.</li>
765          <li>Fixed allocation bugs caused by attempts to allocate negative values in some code paths.</li>
766          <li>Fixed possible stack/buffer overflows inside zip, imap &amp; sqlite extensions.</li>
767          <li>Fixed several possible buffer overflows inside the stream filters.</li>
768          <li>Memory limit is now enabled by default.</li>
769          <li>Added internal heap protection.</li>
770          <li>Extended filter extension support for $_SERVER in CGI and apache2 SAPIs.</li>
771        </ul>
772        <p>
773          <b>Security Enhancements and Fixes in PHP 4.4.5 only:</b>
774        </p>
775        <ul>
776          <li>Fixed possible overflows inside zip &amp; imap extensions.</li>
777          <li>Fixed a possible buffer overflow inside mail() function on Windows.</li>
778          <li>Unbundled the ovrimos extension.</li>
779        </ul>
780        <p>
781The majority of the security vulnerabilities discovered and resolved can in
782most cases be only abused by local users and cannot be triggered remotely.
783However, some of the above issues can be triggered remotely in certain
784situations, or exploited by malicious local users on shared hosting setups
785utilizing PHP as an Apache module. Therefore, we strongly advise all users of
786PHP, regardless of the version to upgrade to the 5.2.1 or 4.4.5 releases as soon as possible.
787</p>
788        <p>
789For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
790available <a href="/migration52">here</a>, detailing the changes between
791those releases and PHP 5.2.1.
792</p>
793        <p><strong>Update: Feb 14th;</strong> Added release information for PHP
7944.4.5.</p>
795        <p><strong>Update: Feb 12th;</strong> The Windows install package had problems
796with upgrading from previous PHP versions. That has now been fixed and new file
797posted in the <a href="/downloads.php">download section</a>.</p>
798      </div>
799    </content>
800  </entry>
801  <entry xmlns="http://www.w3.org/2005/Atom">
802    <title>The front page has changed</title>
803    <link href="/index.php#2007-02-08-1" rel="alternate" type="text/html"/>
804    <link href="/archive/2007.php#2007-02-08-1" rel="via" type="text/html"/>
805    <id>http://php.net/archive/2007.php#2007-02-08-1</id>
806    <published>2007-02-08T00:00:00+01:00</published>
807    <updated>2007-02-08T00:00:00+01:00</updated>
808    <category term="frontpage" label="PHP.net frontpage news"/>
809    <content type="xhtml">
810      <div xmlns="http://www.w3.org/1999/xhtml">
811        <p>
812    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.
813    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.
814</p>
815      </div>
816    </content>
817  </entry>
818  <entry xmlns="http://www.w3.org/2005/Atom">
819    <title>PHP Québec conference 2007</title>
820    <link href="/conferences/index.php#2007-02-07-1" rel="alternate" type="text/html"/>
821    <link href="http://conf.phpquebec.com/en/conf2007/" rel="via" type="text/html"/>
822    <id>http://php.net/archive/2007.php#2007-02-07-1</id>
823    <published>2007-02-07T00:00:00+01:00</published>
824    <updated>2007-02-07T00:00:00+01:00</updated>
825    <category term="conferences" label="Conference announcement"/>
826    <php:finalTeaserDate>2007-03-16</php:finalTeaserDate>
827    <php:newsImage link="http://conf.phpquebec.com/en/conf2007/" title="PHP Québec conference">conference_php_quebec.gif</php:newsImage>
828    <content type="xhtml">
829      <div xmlns="http://www.w3.org/1999/xhtml">
830        <p>
831PHP Québec is pleased to announce the <a href="http://conf.phpquebec.com/en/conf2007/">fifth edition of the PHP Québec Conference</a>.
832The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
833<a href="http://conf.phpquebec.com/en/conf2007/horaire">technicals talks</a> and
834an additional day of <a href="http://conf.phpquebec.com/en/conf2007/ateliers">workshop</a>.
835Among the  speakers, the well know PHP experts such has:  Rasmus Lerdorf, Andrei
836Zmievski, Derick Rethans, Ilia Alshanetsky, John Coggeshall, Damien Séguy, and many more.
837</p>
838        <p>
839The conference has three distinct tracks : Advanced Techniques, Data
840Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
841PHP Québec Conference is great opportunity to learn about the latest
842development and professional techniques to help you build high quality PHP
843software and meet with PHP.
844</p>
845        <p>
846Special prices are available for all Open Source community members and major
847contributors.
848</p>
849      </div>
850    </content>
851  </entry>
852  <entry xmlns="http://www.w3.org/2005/Atom">
853    <title>PHP Manual Updates</title>
854    <link href="/index.php#2007-02-03-1" rel="alternate" type="text/html"/>
855    <link href="/archive/2007.php#2007-02-03-1" rel="via" type="text/html"/>
856    <id>http://php.net/archive/2007.php#2007-02-03-1</id>
857    <published>2007-02-03T00:00:00+01:00</published>
858    <updated>2007-02-03T00:00:00+01:00</updated>
859    <category term="frontpage" label="PHP.net frontpage news"/>
860    <category term="documentation" label="PHP Documentation news"/>
861    <content type="xhtml">
862      <div xmlns="http://www.w3.org/1999/xhtml">
863        <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>
864        <ul>
865          <li>an improved, XSL-based build system that will deliver compiled manuals to mirrors in a more timely manner (goodbye dsssl)</li>
866          <li>manual pages can now contain images (see <code><a href="/en/function.imagearc">imagearc()</a></code> for an example)</li>
867          <li>updated function version information and capture system (fewer "no version information, might be only in CVS" messages)</li>
868          <li>... and more to come!</li>
869        </ul>
870        <p>Please <a href="/about.howtohelp">help us improve the documentation</a> by <a href="http://bugs.php.net/">submitting bug reports</a>, and adding notes to undocumented functions.</p>
871      </div>
872    </content>
873  </entry>
874  <entry xmlns="http://www.w3.org/2005/Atom">
875    <title> O'Reilly OSCON call for papers</title>
876    <link href="/conferences/index.php#2007-01-29-1" rel="alternate" type="text/html"/>
877    <link href="http://conferences.oreillynet.com/os2007/" rel="via" type="text/html"/>
878    <id>http://php.net/archive/2007.php#2007-01-29-1</id>
879    <published>2007-01-29T00:00:00+01:00</published>
880    <updated>2007-01-29T00:00:00+01:00</updated>
881    <category term="cfp" label="Call for Papers"/>
882    <php:finalTeaserDate>2007-02-05</php:finalTeaserDate>
883    <php:newsImage link="http://conferences.oreillynet.com/os2007/" title="OSCON Open Source Convention">os2007.gif</php:newsImage>
884    <content type="xhtml">
885      <div xmlns="http://www.w3.org/1999/xhtml">
886        <p>
887The O'Reilly Open Source Convention 2007 will once again take place from July 23rd - 27th 2007
888in 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>.
889</p>
890      </div>
891    </content>
892  </entry>
893  <entry xmlns="http://www.w3.org/2005/Atom">
894    <title>International PHP Conference 2007 Spring Edition : Call for Papers</title>
895    <link href="/conferences/index.php#2007-01-24-1" rel="alternate" type="text/html"/>
896    <link href="http://phpconference.com/input" rel="via" type="text/html"/>
897    <id>http://php.net/archive/2007.php#2007-01-24-1</id>
898    <published>2007-01-24T00:00:00+01:00</published>
899    <updated>2007-01-24T00:00:00+01:00</updated>
900    <category term="cfp" label="Call for Papers"/>
901    <php:finalTeaserDate>2007-05-21</php:finalTeaserDate>
902    <php:newsImage link="http://phpconference.com/" title="International PHP Conference 2007 Spring Edition">intcon2007spring.png</php:newsImage>
903    <content type="xhtml">
904      <div xmlns="http://www.w3.org/1999/xhtml">
905        <p>
906The International PHP Conference 2007 Spring Edition will happen from May, 21st to 23rd 2007
907in Stuttgart. The Call for Papers has just been opened. You can find more information at
908<a href="http://phpconference.com/" title="International PHP Conference 2007 Spring Edition">http://phpconference.com/</a>.
909There's a pre-conference day on 21st of May with full day Power Workshops and
910a Main Conference from 22nd to 23rd of May with 1 hour sessions.
911</p>
912        <p>
913Please submit your session proposals at
914<a href="http://phpconference.com/input" title="International PHP Conference 2007 Spring Edition - Call for Paper">http://phpconference.com/input</a>.
915They will be voted by the Chair board consisting of Björn Schotte (Head of Chair),
916Christopher Kunz and Sebastian Meyen. The language for talks is both English and German.
917</p>
918      </div>
919    </content>
920  </entry>
921  <entry xmlns="http://www.w3.org/2005/Atom">
922    <title>PHP London 2007</title>
923    <link href="/conferences/index.php#2007-01-18-1" rel="alternate" type="text/html"/>
924    <link href="http://www.phplondon.org" rel="via" type="text/html"/>
925    <id>http://php.net/archive/2007.php#2007-01-18-1</id>
926    <published>2007-01-18T00:00:00+01:00</published>
927    <updated>2007-01-18T00:00:00+01:00</updated>
928    <category term="conferences" label="Conference announcement"/>
929    <php:finalTeaserDate>2007-02-23</php:finalTeaserDate>
930    <php:newsImage link="http://www.phpconference.co.uk/" title="PHP London 2007">phplondon2007.png</php:newsImage>
931    <content type="xhtml">
932      <div xmlns="http://www.w3.org/1999/xhtml">
933        <p>
934After 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.
935</p>
936      </div>
937    </content>
938  </entry>
939  <entry xmlns="http://www.w3.org/2005/Atom">
940    <title>Chicago php|tek 2007</title>
941    <link href="/conferences/index.php#2007-01-12-1" rel="alternate" type="text/html"/>
942    <link href="http://www.phparch.com/tek" rel="via" type="text/html"/>
943    <id>http://php.net/archive/2007.php#2007-01-12-1</id>
944    <published>2007-01-12T00:00:00+01:00</published>
945    <updated>2007-01-12T00:00:00+01:00</updated>
946    <category term="conferences" label="Conference announcement"/>
947    <php:finalTeaserDate>2007-05-18</php:finalTeaserDate>
948    <php:newsImage link="http://www.phparch.com/tek" title="php|tek 2007">phptek2007.png</php:newsImage>
949    <content type="xhtml">
950      <div xmlns="http://www.w3.org/1999/xhtml">
951        <p>
952php|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.
953</p>
954        <p>
955This 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.
956</p>
957      </div>
958    </content>
959  </entry>
960</feed>
961