xref: /web-php/archive/2006.php (revision d9bcfed4)
1<?php
2$_SERVER['BASE_PAGE'] = 'archive/2006.php';
3include_once __DIR__ . '/../include/prepend.inc';
4news_archive_sidebar();
5site_header("News Archive - 2006", ["cache" => true]);
6?>
7
8<h1>News Archive - 2006</h1>
9
10<p>
11 Here are the most important news items we have published in 2006 on PHP.net.
12</p>
13
14<hr>
15<?php news_image("http://www.prophp.com.br/phpconference.php", "phpconfbrasil.jpg", "PHP Brasil 2007"); ?>
16<h1>PHP Conference Brazil</h1>
17<p>
18 <span class="newsdate">[27-Nov-2006]</span>
19 The PHP Conference Brasil is the first Brazilian conference related exclusively
20 to the PHP language in Sao Paulo, on December 1st and 2nd, 2006.
21</p>
22
23<p>
24 It will be a
25 great opportunity to establish a sustainable Brazilian PHP community and to
26 exchange ideas among our professionals.
27 More info is available at
28 <a href="http://www.prophp.com.br/phpconference.php">the Brazilian PHP Conference</a> Web site.
29</p>
30
31<hr>
32
33<h1>PHP 5.2.0 Released</h1>
34<p>
35 <span class="newsdate">[02-Nov-2006]</span>
36 The PHP development team is proud to announce the immediate release of PHP
37 5.2.0. This release is a major improvement in the 5.X series, which includes a
38 large number of new features, bug fixes and security enhancements.
39 Further details about this release can be found in the release announcement
40 <a href="/releases/5_2_0.php">5.2.0</a>, the full list of changes is
41 available in the ChangeLog <a href="/ChangeLog-5.php#5.2.0">PHP 5</a>.
42</p>
43<p>
44 All users of PHP, especially those using earlier PHP 5 releases are advised
45 to upgrade to this release as soon as possible. This release also obsoletes
46 the 5.1 branch of PHP.
47</p>
48<p>
49 For users upgrading from PHP 5.0 and PHP 5.1 there is an upgrading guide
50 available <a href="/UPDATE_5_2.txt">here</a>, detailing the changes between those releases
51 and PHP 5.2.0.
52</p>
53
54<hr>
55
56<?php news_image("http://www.afup.org/forumphp/", "afup2006.jpg", "AFUP Paris 2006"); ?>
57
58<h1>Forum PHP in Paris, France, November 9 &amp; 10th, 2006</h1>
59<p>
60<span class="newsdate">[04-Oct-2006]</span>
61The <a href="http://afup.org/">French AFUP association</a> is proud to announce
62the <a href="http://afup.org/forumphp/">fifth annual PHP</a> meeting
63in Paris, on November 9th and 10th, 2006. Developers and managers will gather
64to meet Rasmus Lerdorf, Andrei Zmievski and other prominent community experts
65for two days of sessions, packed with enterprise solutions and
66advanced techniques (in French).
67</p>
68
69<hr>
70
71<?php news_image("http://phpconference.com/", "intconf2006fall.png", "International PHP Conference 2006"); ?>
72
73<h1>International PHP Conference 2006</h1>
74<p>
75 <span class="newsdate">[10-Sep-2006]</span>
76 Software &amp; Support media is pleased to announce the
77 <a href="http://www.phpconference.com/">International PHP Conference 2006</a>.
78 It will happen from Nov. 05 to Nov. 08, 2006 at Frankfurt/Main.
79 This year's sessions include topics on Security, PHP Internals,
80 PHP &amp; Business and Webservice topics. The Call for Papers has
81 been closed and the programme is now online.
82</p>
83<p>
84 On Nov. 05 and Nov. 06 there will be 6-hour PowerWorkshops that
85 deliver hands-on PHP knowledge. A Management Day, dedicated to
86 Managers who want to get informed about the usage of PHP, contains
87 several sessions about the usage of PHP in large companies. The
88 "PHP Code Camp @ Nite" with PHP Core Devs Marcus Börger and Sara
89 Golemon. They go through from PHP basics to PHP OOP and implementing
90 your own PHP extension. Delicious pizza and beer will do the rest.
91 Registration is now open.
92</p>
93
94<hr>
95
96<h1>PHP 5.1.6 Released</h1>
97<p>
98 <span class="newsdate">[24-Aug-2006]</span>
99 The PHP development team would like to announce the immediate availability of
100 PHP <a href="/downloads.php#v5">5.1.6</a>. This release contains a fix for
101 memory_limit restriction on 64 bit systems that was not included in PHP 5.1.5.
102</p>
103
104<hr>
105
106<?php news_image("http://www.amazon.com/exec/obidos/ASIN/0596528124/wwwphpnet", "mre3cover_sm.jpg", "Mastering Regular Expressions, 3rd edition"); ?>
107<h1>Mastering Regular Expressions - now with PHP coverage</h1>
108<p>
109 <span class="newsdate">[24-Aug-2006]</span>
110 The third edition of
111 <a href="http://www.amazon.com/exec/obidos/ASIN/0596528124/wwwphpnet">Mastering Regular Expressions</a>
112 is finally out and includes a full 48-page chapter on PHP. This is an excellent
113 resource from Jeffrey Friedl who has been writing about regexps for years.
114</p>
115
116<hr>
117
118<h1>PHP 4.4.4 and PHP 5.1.5 Released</h1>
119<p>
120 <span class="newsdate">[17-Aug-2006]</span>
121 The PHP development team would like to announce the immediate availability of
122 PHP <a href="/downloads.php#v5">5.1.5</a> and <a
123 href="/downloads.php#v4">4.4.4</a>. These two releases address a series of
124 security problems that were discovered since the release of PHP 5.1.4 and
125 4.4.3. The new releases include the following changes:
126</p>
127<ul>
128<li>Added missing safe_mode/open_basedir checks inside the error_log(),
129    file_exists(), imap_open() and imap_reopen() functions.</li>
130<li>Fixed overflows inside str_repeat() and wordwrap() functions on 64bit
131    systems.</li>
132<li>Fixed possible open_basedir/safe_mode bypass in cURL extension and on PHP
133    5.1.5 with realpath cache.</li>
134<li>Fixed overflow in GD extension on invalid GIF images.</li>
135<li>Fixed a buffer overflow inside sscanf() function.</li>
136<li>Fixed an out of bounds read inside stripos() function.</li>
137<li>Fixed memory_limit restriction on 64 bit system.</li>
138</ul>
139<p>
140Further details about this release can be found in the release announcements
141(<a href="/release_5_1_5.php">5.1.5</a> and
142<a href="/release_4_4_4.php">4.4.4</a>), and the full list of changes is
143available in the ChangeLogs (<a href="/ChangeLog-4.php#4.4.4">PHP 4</a>,
144<a href="/ChangeLog-5.php#5.1.5">PHP 5</a>).
145</p>
146
147<hr>
148
149<h1>PHP 4.4.3 Released</h1>
150<p>
151 <span class="newsdate">[03-Aug-2006]</span>
152 The PHP development team is proud to announce the release of <a
153 href="/downloads.php#v4">PHP 4.4.3</a>.  This release combines small number of
154 bug fixes and resolves a number of security issues.  Some of the key changes
155 of PHP 4.4.3 include:
156</p>
157<ul>
158<li>Disallow certain characters in session names.</li>
159<li>Fixed a buffer overflow inside the wordwrap() function.</li>
160<li>Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.</li>
161<li>Improved safe_mode check for the error_log() function.</li>
162<li>Fixed cross-site scripting inside the phpinfo() function.</li>
163<li>Fixed offset/length parameter validation inside the substr_compare() function.</li>
164<li>Upgraded bundled PCRE library to version 6.6</li>
165<li>Over 20 various bug fixes.</li>
166</ul>
167<p>
168Further details about this release can be found in the <a
169href="/release_4_4_3.php">release announcement</a> and the full list of changes
170is available in the <a href="/ChangeLog-4.php#4.4.3">PHP 4 ChangeLog</a>.
171</p>
172
173<hr>
174
175<?php news_image("http://www.phparch.com/works/", "phpworks.png", "php|works / db|works 2006"); ?>
176<h1>php/db|works 2006 Schedule Now Online</h1>
177<p>
178 <span class="newsdate">[29-June-2006]</span>
179 The upcoming premier PHP conference, <a href="http://www.phparch.com/works">php|works/db|works</a>,
180 will take place in Toronto, Canada, September 12-15, 2006.
181</p>
182<p>
183 The conference, as always, will feature excellent speakers from many aspects of PHP development,
184 including Rasmus Lerdorf, Wez Furlong, Sara Golemon, Sebastian Bergmann, Chris Shiflett and more!
185 Be sure to check out the
186 <a href="http://hades.phparch.com/ceres/public/page/index.php/works::schedule">entire lineup</a>,
187 including special evening social events with top-notch prizes.
188</p>
189
190<hr>
191
192<?php news_image("http://code.google.com/soc/php/about.html", "google_soc_2006_128x53.gif", "Google Summer of Code 2006"); ?>
193
194<h1>Welcome Summer of Code 2006 Students</h1>
195<p>
196 <span class="newsdate">[26-May-2006]</span>
197PHP is very pleased to announce that seven students have been chosen for the
198Google 'Summer of Code'. Through this project, Google provides student developers with
199a stipend to create new open source programs or to help currently established
200projects like PHP. The students are each mentored by members of our community,
201who will look after the students and their projects step by step.
202</p>
203<p>
204The students, their projects and their assigned mentors can be viewed
205<a href="http://code.google.com/soc/php/about.html">here</a>.
206</p>
207
208<hr>
209
210<?php news_image("http://www.nyphpcon.com/", "NYPHPCon06.gif", "NYPHPCon 2006"); ?>
211
212<h1>NYPHPCon 2006 Program Announced</h1>
213<p>
214 <span class="newsdate">[16-May-2006]</span>
215 We are pleased to announce the speaker, tutorial and keynote program for
216 NYPHPCon 2006.  The <a href="http://www.nyphpcon.com">New York PHP
217 Conference &amp; Expo 2006</a> is taking place in New York City, at the
218 historic New Yorker Hotel, June 14-16, 2006.  There will be three full
219 days of sessions, tutorials, exhibits, and networking events.
220</p>
221<p>
222We are also pleased to host the <a href="http://www.nyphpcon.com/mashup.php">
223IBM Mashup Contest</a> and <a href="http://www.nyphpcon.com/OraclePHPfest.pdf">
224Oracle PHPFest</a>, and a special
225<a href="http://www.nyphpcon.com/conference_glance.php#Training">PHP
226Training package</a> at this event.
227</p>
228<p>
229NYPHPCon 2006 focuses on the The PHP Business Community, with two
230featured parallel tracks plus tutorials:
231<a href="http://www.nyphpcon.com/conference_glance.php#SpeakerSessions">
232Business Strategy and Technical Solutions</a>.  Over 400 are expected to attend,
233including business and technical professionals from around the world.
234</p>
235
236<hr>
237
238<h1>PHP 5.1.4 Released</h1>
239<p>
240 <span class="newsdate">[04-May-2006]</span>
241 A critical bug with $_POST array handling as well as the FastCGI sapi have been discovered in PHP 5.1.3. A new PHP release <a href="/downloads.php">5.1.4</a> is now
242 available to address these issues. All PHP users are encouraged to upgrade to this release as soon as possible.
243</p>
244<p>
245Further details about this release can be found in the <a href="/release_5_1_4.php">release announcement</a>
246and the full list of changes is available in the <a href="/ChangeLog-5.php#5.1.4">PHP 5 ChangeLog</a>.
247<br>
248<b>The tarballs were updated to include the PEAR's phar file, previously missing from the release.</b>
249</p>
250
251<hr>
252
253<h1>PHP 5.1.3 Released</h1>
254<p>
255 <span class="newsdate">[01-May-2006]</span>
256 The PHP development team is proud to announce the release of <a href="/downloads.php">PHP 5.1.3</a>.
257 This release combines small number of feature enhancements with a significant amount of bug fixes and resolves a number of security issues.
258 Some of the key changes of PHP 5.1.3 include:
259</p>
260<ul>
261<li>Disallow certain characters in session names.</li>
262<li>Fixed a buffer overflow inside the wordwrap() function.</li>
263<li>Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.</li>
264<li>Enforce safe_mode for the source parameter of the copy() function.</li>
265<li>Fixed cross-site scripting inside the phpinfo() function.</li>
266<li>Fixed offset/length parameter validation inside the substr_compare() function.</li>
267<li>Fixed a heap corruption inside the session extension.</li>
268<li>Fixed a bug that would allow variable to survive unset().</li>
269<li>Fixed a number of crashes in the DOM, SOAP and PDO extensions.</li>
270<li>Upgraded bundled PCRE library to version 6.6</li>
271<li>The use of the var keyword to declare properties no longer raises a deprecation E_STRICT.</li>
272<li>FastCGI interface was completely reimplemented.</li>
273<li>Multitude of improvements to the SPL, SimpleXML, GD, CURL and Reflection extensions.</li>
274<li>Over 120 various bug fixes.</li>
275</ul>
276<p>
277Further details about this release can be found in the <a href="/release_5_1_3.php">release announcement</a>
278and the full list of changes is available in the <a href="/ChangeLog-5.php#5.1.3">PHP 5 ChangeLog</a>.
279</p>
280
281<hr>
282
283<h1>Summer of Code</h1>
284<p>
285 <span class="newsdate">[01-May-2006]</span>
286 Proposals are now being accepted for
287 <a href="http://code.google.com/summerofcode.html">Google's
288 Summer of Code program</a>. If you
289 <a href="http://code.google.com/soc/studentfaq.html#8">qualify</a>
290 and you are interested in working on a PHP-related project this
291 summer, please consider applying. We have listed a couple of
292 <a href="/ideas.php">ideas</a>, but we would encourage you to
293 submit a proposal for any part of PHP you are interested in.
294 If your project is accepted we will match you up with a mentor
295 and try to provide you with as much support as possible. To
296 get started, read the
297 <a href="http://code.google.com/soc/studentfaq.html#21">FAQ</a> and
298 then go to <a href="http://code.google.com/soc/student_step1.html">Step 1</a>.
299</p>
300
301<hr>
302<h1>PHP Vikinger</h1>
303<p>
304 <span class="newsdate">[24-Apr-2006]</span>
305 The <a href="http://phpvikinger.org/">PHP Vikinger</a> is a community-driven
306 PHP event that will be held in
307 <a href="http://en.wikipedia.org/wiki/Skien">Skien, Norway</a>
308 from June 24th to 25th. Like the famous
309 <a href="http://en.wikipedia.org/wiki/Foo_Camp">Foo Camp</a> and
310 <a href="http://en.wikipedia.org/wiki/Bar_Camp">Bar Camp</a>, the people
311 who attend get to choose and present the sessions at the event.
312</p>
313<p>
314 The event is meant to be affordable: registration is 20 Euros, and
315 simple food and a place to sleep are provided for both days of the
316 event. The major expense for most attendees will be the cost of
317 traveling to Norway. 50
318 <a href="http://zak.greant.com/php-vikinger-invitations-emailed">invitations</a>
319 have been sent to various PEAR and PHP contributors. General
320 registration for the event opens on May 1st.
321</p>
322
323<hr>
324<?php news_image("http://www.phparch.com/tek/", "php_tek_2006.gif", "php|tek 2006"); ?>
325<h1>php|tek 2006</h1>
326<p>
327 <span class="newsdate">[02-Mar-2006]</span>
328 The <a href="http://www.phparch.com/tek/">php|tek 2006 conference</a> will take place
329 in Orlando, Florida, April 25-28.
330</p>
331<p>
332 This year's speaker roster features many well-known PHP and open-source experts,
333 including Rasmus Lerdorf, IBM's Rod Smith and Zend's Andi Gutmans, speaking on a
334 variety of topics that highlight PHP's scalability, robustness and future.
335</p>
336
337<hr>
338<?php news_image("http://conf.phpquebec.com/en/conf2006/", "conference_php_quebec.gif", "PHP Quebec 2006"); ?>
339
340<h1>PHP Quebec 2006</h1>
341<p>
342 <span class="newsdate">[26-Feb-2006]</span>
343The <a href="http://www.phpquebec.com/">PHP Quebec team</a> is pleased to
344announce the 4th edition of the <a href="http://conf.phpquebec.com/en/conf2006/">PHP Quebec Conference</a>.
345This year, the conference will be held at the Montreal Plaza Hotel
346from March 29th to 31st. It features 2 days of technical learning and an
347additional day of workshop. Among the speakers, the well known PHP Experts
348such has Rasmus Lerdorf, Andrei Zmeivski, Derick Rethans and Ilia
349Alshanetsky.
350</p>
351<p>
352The conference will have three distinct tracks of session: Advanced
353Techniques, Professional Development and Databases. With over 31
354sessions, including workshops, the PHP Québec Conference is great opportunity
355to learn about the latest PHP techniques and professional development
356techniques to help you build high quality PHP software. The conference will
357also present the various storage solutions available such has IBM DB2,
358PostgreSQL, SQLite and MySQL.
359</p>
360<p>
361Early bird pricing are available until march 3rd.<br>
362Learn more about this <a
363href="http://conf.phpquebec.com/en/conf2006/">exciting conference</a>.
364</p>
365
366<hr>
367<?php news_image("http://www.nyphpcon.com/", "NYPHPCon06.gif", "NYPHPCon 2006"); ?>
368
369<h1>NYPHPCon 2006</h1>
370<p>
371 <span class="newsdate">[02-Feb-2006]</span>
372The <a href="http://www.nyphpcon.com">New York PHP Conference &amp; Expo
3732006</a> is taking place in New York City, at the historic New Yorker
374Hotel, June 14-16, 2006.  There will be three full days of sessions,
375tutorials, exhibits, and networking events. </p>
376<p>
377NYPHPCon 2006 focuses on the The PHP Business Community, with two
378featured parallel tracks: <a
379href="http://www.nyphpcon.com/conference_glance.php">Business Strategy
380and Technical Solutions</a>.  Over 400 are expected to attend, including
381business and technical professionals from around the world.
382</p>
383<p>
384An <a
385href="http://www.nyphpcon.com/attendee_registration.php">early-bird
386discount is available until March 1st</a>.
387</p>
388
389<hr>
390
391<?php news_image("http://wtconferences.com/", "webtech2006.png", "WebTech 2006"); ?>
392
393<h1>Third Bulgarian PHP Conference</h1>
394<p>
395 <span class="newsdate">[19-Jan-2006]</span>
396 The third <a href="http://wtconferences.com/">Web Technology conference
397 and Expo</a> in Bulgaria will be held in June 2006 in the city
398 of Sofia. Within its framework, the Third Bulgarian
399 PHP Conference will be held. The event will take place on
400 the 30th of June and the 1st of July at the conference area
401 of the Kempinski Hotel Zografski.
402</p>
403<p>
404 The purpose of this meeting is to discuss the new tendencies
405 in this direction and to popularize the internet technologies
406 in the spheres of business, education, and services. The
407 range of subjects includes technologies like PHP, Perl,
408 business systems through web, education through the
409 internet, and others.
410</p>
411
412<hr>
413<?php news_image("http://www.phpconference.co.uk/", "ukphp2006.png", "UK PHP Conference 2006"); ?>
414
415<h1>UK PHP Conference 2006</h1>
416<p>
417 <span class="newsdate">[17-Jan-2006]</span>
418 The first <a href="http://www.phpconference.co.uk/">UK PHP Conference</a>
419 is going to be held on February 10th 2006, organized by the
420 <a href="http://www.phplondon.org/">PHP London user group</a>.
421 This is a one day event at South Bank University, plus networking events.
422 The list of speakers: Derick Rethans, Pawel Kozlowski, Harry Fuecks,
423 Chris Kunz and Matt Zandstra. Not bad for 50 quid.
424</p>
425
426<hr>
427<h1>PHP 4.4.2 Released</h1>
428<p>
429 <span class="newsdate">[13-Jan-2006]</span>
430 The PHP development team is proud to announce the release of <a href="/downloads.php">PHP 4.4.2</a>.
431 This release address a few small security issues, and also corrects some
432 regressions that occurred in PHP 4.4.1.  All PHP 4 users are encouraged to
433 upgrade to this release. Some of the key changes of PHP 4.4.2 include:
434</p>
435<ul>
436<li>HTTP Response Splitting has been addressed in the header() function.</li>
437<li>An XSS problem inside the error reporting functionality has been removed.</li>
438<li>Apache 2 regression with sub-request handling on non-Linux systems has been fixed.</li>
439<li>A regression with the key() and current() functions have been fixed.</li>
440<li>Over 30 various bug fixes.</li>
441</ul>
442<p>
443Further details about this release can be found in the <a href="/release_4_4_2.php">release announcement</a>
444and the full list of changes is available in the <a href="/ChangeLog-4.php#4.4.2">PHP 4 ChangeLog</a>.
445</p>
446
447<hr>
448<h1>PHP 5.1.2 Released</h1>
449<p>
450 <span class="newsdate">[12-Jan-2006]</span>
451 The PHP development team is proud to announce the release of <a href="/downloads.php">PHP 5.1.2</a>.
452 This release combines small feature enhancements with a fair number of
453 bug fixes and addresses three security issues. All PHP 5 users are encouraged to
454 upgrade to this release. Some of the key changes of PHP 5.1.2 include:
455</p>
456<ul>
457<li>HTTP Response Splitting has been addressed in ext/session and in the header() function.</li>
458<li>Fixed format string vulnerability in ext/mysqli.</li>
459<li>Fixed possible cross-site scripting problems in certain error conditions.</li>
460<li>Hash &amp; XMLWriter extensions added and enabled by default.</li>
461<li>Upgraded OCI8 extension.</li>
462<li>Over 85 various bug fixes.</li>
463</ul>
464<p>
465Further details about this release can be found in the <a href="/release_5_1_2.php">release announcement</a>
466and the full list of changes is available in the <a href="/ChangeLog-5.php#5.1.2">PHP 5 ChangeLog</a>.
467</p>
468
469<?php site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);
470