xref: /web-php/archive/2007.php (revision d9bcfed4)
1<?php
2$_SERVER['BASE_PAGE'] = 'archive/2007.php';
3include_once __DIR__ . '/../include/prepend.inc';
4news_archive_sidebar();
5site_header("News Archive - 2007", ["cache" => true]);
6?>
7
8<h1>News Archive - 2007</h1>
9
10<p>
11 Here are the most important news items we have published in 2007 on PHP.net.
12</p>
13
14<hr>
15
16<div class="newsItem">
17    <a id="2007-11-08-1"><h1>PHP 5.2.5 Released</h1></a>
18    <div>
19  <span class="newsdate">[09-Nov-2007]</span>
20  <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>
21
22  <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>
23  <p>
24    <b>Security Enhancements and Fixes in PHP 5.2.5:</b>
25  </p>
26  <ul>
27
28    <li>Fixed dl() to only accept filenames. Reported by Laurent Gaffie.</li>
29    <li>Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887). Reported by Laurent Gaffie.</li>
30    <li>Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences. Reported by Rasmus Lerdorf</li>
31    <li>Fixed possible triggering of buffer overflows inside glibc implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent Gaffie.</li>
32    <li>Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable in .htaccess due to the security implications. Reported by SecurityReason.</li>
33    <li>Fixed bug #42869 (automatic session id insertion adds sessions id to non-local forms).</li>
34
35    <li>Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()).</li>
36  </ul>
37  <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>
38</div>
39</div>
40
41<hr>
42<?php news_image("http://www.prophp.com.br/phpconference.php", "phpconfbrasil2007.png", "São Paulo 2007"); ?>
43<div class="newsItem">
44
45    <a id="2007-10-29-1"><h1>PHP Conference Brasil 2007</h1></a>
46
47    <div>
48  <span class="newsdate">[29-Oct-2007]</span>
49  <p>
50November 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.
51Visit <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.
52	</p>
53</div>
54</div>
55
56<hr>
57<div class="newsItem">
58
59
60    <a id="2007-10-03-1"><h1>The new documentation build system is ready for testing</h1></a>
61    <div>
62  <span class="newsdate">[03-Oct-2007]</span>
63  <p>
64The PHP documentation team is pleased to announce the initial release of
65the new build system that generates the PHP Manual. Written in PHP, PhD
66(<em>[PH]P based [D]ocBook renderer</em>) builds are now available for
67viewing at <a href="http://docs.php.net/">docs.php.net</a>. Everyone is
68encouraged to test and use this system so
69that <a href="http://bugs.php.net/">bugs</a> will be found and squashed.
70      </p>
71
72  <p>
73Once the new build system is stable, expect additional changes to the PHP
74manual that will include an improved navigation system and styling for OOP
75documentation.
76      </p>
77  <p>
78Feel free to set this developmental mirror as your default by
79using <a href="/my.php">my.php</a>.
80      </p>
81</div>
82</div>
83
84<hr>
85<?php news_image("http://www.dcphpconference.com/", "dcphpconference.2007.png", "Washington DC 2007"); ?>
86<div class="newsItem">
87
88    <a id="2007-09-21-1"><h1>DC PHP Conference 2007</h1></a>
89
90    <div>
91  <span class="newsdate">[21-Sep-2007]</span>
92  <p>
93November 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:
94<ul><li>Scalability</li><li>Security</li><li>The Art of PHP</li></ul>
95Please see <a href="http://www.dcphpconference.com ">the website</a> for more details and to register. Early registration is available until mid-October.
96	</p>
97
98</div>
99</div>
100
101<hr>
102<?php news_image("http://www.afup.org/pages/forumphp2007/", "afup2007.jpg", "Paris Forum 2007"); ?>
103<div class="newsItem">
104
105    <a id="2007-09-20-1"><h1>Forum PHP Paris 2007</h1></a>
106    <div>
107  <span class="newsdate">[20-Sep-2007]</span>
108  <p>
109The <a href="http://www.afup.org/">French AFUP</a> association is proud
110to announce the <a href="http://www.afup.org/pages/forumphp2007/">sixth annual PHP
111meeting in Paris</a>, on November 21st and 22nd, 2007. Developers and
112managers will gather to meet Rasmus Lerdorf, Andrei Zmievski and other
113prominent community experts for two days of sessions, packed with
114enterprise solutions and advanced techniques.
115	</p>
116
117</div>
118</div>
119
120<hr>
121<div class="newsItem">
122
123    <a id="2007-08-30-1"><h1>PHP 5.2.4 Released</h1></a>
124
125    <div>
126  <span class="newsdate">[30-Aug-2007]</span>
127  <p>
128The PHP development team would like to announce the immediate
129<a href="/downloads.php#v5">availability of PHP 5.2.4</a>.
130This release focuses on improving the stability of the PHP 5.2.X
131branch with over 120 various bug fixes in addition to resolving
132several low priority security bugs. All users of PHP are encouraged
133to upgrade to this release.
134</p>
135  <p>
136Further details about the PHP 5.2.4 release can be found in the
137<a href="/releases/5_2_4.php">release announcement for 5.2.4</a>, the full list of
138changes is available in the <a href="/ChangeLog-5.php#5.2.4">ChangeLog for PHP 5</a>.
139
140</p>
141  <p>
142    <b>Security Enhancements and Fixes in PHP 5.2.4:</b>
143  </p>
144  <ul>
145    <li>Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)</li>
146    <li>Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)</li>
147    <li>Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)</li>
148
149    <li>Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)</li>
150    <li>Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)</li>
151    <li>Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser)</li>
152    <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>
153    <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>
154    <li>Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai)</li>
155
156    <li>Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com)</li>
157    <li>Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk)</li>
158    <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>
159    <li>Improved fix for MOPB-03-2007.</li>
160    <li>Corrected fix for CVE-2007-2872.</li>
161  </ul>
162
163  <p>
164For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
165available <a href="/migration52">here</a>, detailing the changes between
166those releases and PHP 5.2.4.
167</p>
168</div>
169</div>
170
171<hr>
172<?php news_image("http://www.zendcon.com/", "zendcon07_logo_s.jpg", "Zend/PHP Conference 2007"); ?>
173<div class="newsItem">
174
175    <a id="2007-07-25-1"><h1>Zend/PHP Conference 2007</h1></a>
176    <div>
177  <span class="newsdate">[25-Jul-2007]</span>
178
179  <p>
180Don't miss the third annual Zend/PHP Conference and Expo 2007!  This
181year's conference promises to be the best ever.  Join Zend, the PHP
182community and leading technology companies from around the world for
183three days of education, learning and networking - plus an additional
184tutorial day.  The 2007 conference will feature over 40 sessions, an
185exhibit hall featuring leading companies such as Adobe, IBM, PayPal and
186Zend, an UnConference area to stimulate impromptu discussions, and
187networking opportunities galore.
188</p>
189  <p>
190ZendCon2007 will feature something for everyone – from novice to
191advanced, business-oriented to technical-focused.  You will hear from
192leaders in the PHP community and business experts who have implemented
193PHP based initiatives.  Come hear from Zend as it presents a roadmap for
194business-critical PHP.  Meet the Zend development teams.  Learn more
195about Zend open source projects.
196</p>
197  <p>
198ZendCon 2007 promises to be the largest gathering dedicated to PHP.
199Plan to attend ZendCon 2007 and join the PHP community to network and
200learn from the best PHP minds from around the world.
201</p>
202  <p>
203For more information please see <a href="http://www.zendcon.com/">http://www.zendcon.com/</a>.
204
205</p>
206</div>
207</div>
208
209<hr>
210<?php news_image("http://works.phparch.com/c/p/index", "phpworks2007.png", "php|works 2007"); ?>
211<div class="newsItem">
212
213    <a id="2007-07-16-01"><h1>php|works 2007 in Atlanta</h1></a>
214    <div>
215  <span class="newsdate">[16-Jul-2007]</span>
216  <p>
217php|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.
218
219</p>
220  <p>
221This 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).
222</p>
223</div>
224</div>
225
226<hr>
227<div class="newsItem">
228
229    <a id="2007-07-13-1"><h1>PHP 4 end of life announcement</h1></a>
230    <div>
231
232  <span class="newsdate">[13-Jul-2007]</span>
233  <p>
234  Today it is exactly three years ago since PHP 5 has been released. In
235  those three years it has seen many improvements over PHP 4. PHP 5 is
236  fast, stable &amp; production-ready and as PHP 6 is on the way, PHP 4
237  will be discontinued.
238</p>
239  <p>
240  The PHP development team hereby announces that support for PHP 4 will
241  continue until the end of this year only. After 2007-12-31 there will be no
242  more releases of PHP 4.4. We will continue to make critical security fixes
243  available on a case-by-case basis until 2008-08-08.  Please use the rest of
244  this year to make your application suitable to run on PHP 5.
245</p>
246  <p>
247
248  For documentation on migration for PHP 4 to PHP 5, we would like to point you
249  to our <a href="/manual/en/migration5.php">migration guide</a>. There is
250  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
251  well.
252</p>
253</div>
254</div>
255
256<hr>
257<div class="newsItem">
258
259    <a id="2007-06-01-1"><h1>PHP 5.2.3 Released</h1></a>
260
261    <div>
262  <span class="newsdate">[01-Jun-2007]</span>
263  <p>
264The PHP development team would like to announce the immediate <a href="/downloads.php#v5">availability of PHP 5.2.3</a>.
265This release continues to improve the security and the stability of
266the 5.X branch as well as addressing two regressions introduced
267by the previous 5.2 releases. These regressions relate to the timeout
268handling over non-blocking SSL connections and the lack of
269HTTP_RAW_POST_DATA in certain conditions. All users are encouraged to
270upgrade to this release.
271</p>
272  <p>
273Further details about the PHP 5.2.3 release can be found in the
274<a href="/releases/5_2_3.php">release announcement for 5.2.3</a>, the full list of
275changes is available in the <a href="/ChangeLog-5.php#5.2.3">ChangeLog for PHP 5</a>.
276
277</p>
278  <p>
279    <b>Security Enhancements and Fixes in PHP 5.2.3:</b>
280  </p>
281  <ul>
282    <li>Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)</li>
283    <li>Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)</li>
284    <li>Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)</li>
285
286    <li>Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)</li>
287    <li>Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.</li>
288    <li>Added mysql_set_charset() to allow runtime altering of connection encoding.</li>
289  </ul>
290  <p>
291For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
292available <a href="/migration52">here</a>, detailing the changes between
293those releases and PHP 5.2.3.
294</p>
295
296</div>
297</div>
298
299<hr>
300<?php news_image("http://www.wtconferences.com/2007/?q=node/1", "wtlogo_s.png", "WebTech 2007"); ?>
301<div class="newsItem">
302
303    <a id="2007-05-19-1"><h1>WebTech 2007</h1></a>
304    <div>
305
306  <span class="newsdate">[19-May-2007]</span>
307  <p>
308 The 4th <a href="http://www.wtconferences.com/2007/?q=node/1">Internet technologies conference</a>
309 will take place from June 29 till 30th in the Bulgarian seaside at city of Varna where
310 you can combine sun, sea and technologies.
311</p>
312  <p>
313 The conference as in the previous 3 years will focus on new technologies in web programming,
314 open source and everything that stands for IT.
315</p>
316
317  <p>
318 The conference is free of charge.
319</p>
320</div>
321</div>
322
323<hr>
324<div class="newsItem">
325
326    <a id="2007-05-03-1"><h1>PHP 5.2.2 and PHP 4.4.7 Released</h1></a>
327    <div>
328  <span class="newsdate">[03-May-2007]</span>
329
330  <p>
331 The PHP development team would like to announce the immediate
332 <a href="/downloads.php#v5">availability of PHP 5.2.2</a> and
333 <a href="/downloads.php#v4">availability of PHP 4.4.7</a>.
334 These releases are major stability and security enhancements of the 5.x and
335 4.4.x branches, and all users are strongly encouraged to upgrade to it as
336 soon as possible.  Further details about the PHP 5.2.2 release can be found
337 in the <a href="/releases/5_2_2.php">release announcement for 5.2.2</a>,
338 the full list of changes is available in the
339 <a href="/ChangeLog-5.php#5.2.2">ChangeLog for PHP 5</a>. Details about
340 the PHP 4.4.7 release can be found in the
341 <a href="/releases/4_4_7.php">release announcement for 4.4.7</a>, the full
342 list of changes is available in the
343 <a href="/ChangeLog-4.php#4.4.7">ChangeLog for PHP 4</a>.
344
345</p>
346  <p>
347    <b>Security Enhancements and Fixes in PHP 5.2.2 and PHP 4.4.7:</b>
348  </p>
349  <ul>
350    <li>Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)</li>
351    <li>Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)</li>
352    <li>Fixed a bug in mb_parse_str() that can be used to activate register_globals (MOPB-26 by Stefan Esser)</li>
353
354    <li>Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser)</li>
355    <li>Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)</li>
356    <li>Added missing open_basedir &amp; safe_mode checks to zip:// and bzip:// wrappers. (MOPB-21 by Stefan Esser).</li>
357    <li>Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)</li>
358    <li>Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc library. (by Stanislav Malyshev)</li>
359
360  </ul>
361  <p>
362    <b>Security Enhancements and Fixes in PHP 5.2.2 only:</b>
363  </p>
364  <ul>
365    <li>Fixed a header injection via Subject and To parameters to the mail() function (MOPB-34 by Stefan Esser)</li>
366    <li>Fixed wrong length calculation in unserialize S type (MOPB-29 by Stefan Esser)</li>
367
368    <li>Fixed substr_compare and substr_count information leak (MOPB-14 by Stefan Esser) (Stas, Ilia)</li>
369    <li>Fixed a remotely trigger-able buffer overflow inside make_http_soap_request(). (by Ilia Alshanetsky)</li>
370    <li>Fixed a buffer overflow inside user_filter_factory_create(). (by Ilia Alshanetsky)</li>
371    <li>Fixed a possible super-global overwrite inside import_request_variables(). (by Stefano Di Paola, Stefan Esser)</li>
372    <li>Limit nesting level of input variables with max_input_nesting_level as fix for (MOPB-03 by Stefan Esser)</li>
373  </ul>
374
375  <p>
376    <b>Security Enhancements and Fixes in PHP 4.4.7 only:</b>
377  </p>
378  <ul>
379    <li>XSS in phpinfo() (MOPB-8 by Stefan Esser)</li>
380  </ul>
381  <p>
382 While majority of the issues outlined above are local, in some
383 circumstances given specific code paths they can be triggered externally.
384 Therefor, we strongly recommend that if you use code utilizing the
385 functions and extensions identified as having had vulnerabilities in them,
386 you consider upgrading your PHP.
387
388</p>
389  <p>
390 For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
391 available <a href="/migration52">here</a>, detailing the changes between
392 those releases and PHP 5.2.2.
393</p>
394  <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>
395  <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>
396
397</div>
398</div>
399
400<hr>
401<div class="newsItem">
402
403    <a id="2007-04-14-1"><h1>The PHP.net Google Summer of Code</h1></a>
404    <div>
405  <span class="newsdate">[14-Apr-2007]</span>
406  <p>
407    The PHP team is once again proud to participate in the
408    <a href="http://code.google.com/soc/">Google Summer of Code</a>.
409    Seven students will "flip bits instead of burgers" this summer:
410
411</p>
412  <ul>
413    <li>
414        Mentored by Michael Wallner, Hannes Magnusson will work on
415        <a href="http://wiki.phpdoc.info/LiveDocs">LiveDocs</a>, which is a
416        "tool to display DocBook XML files in a web browser on the
417        fly, without the need of building all HTML target files first".
418        This project will be of great value to the PHP Documentation Team.
419  </li>
420    <li>
421        The PHP Interpreter uses reference counting to keep track of which
422        objects are no longer referenced and thus can be destroyed. A major
423        weakness in the current implementation is that it cannot detect
424        reference cycles, that is objects that reference each other in a
425        circular graph structure which is not referenced itself from outside
426        the circle. Mentored by Derick Rethans, David Wang will implement a
427        new reference counting algorithm that will alleviate this problem.
428  </li>
429    <li><a href="http://xdebug.org/">Xdebug</a> provides a range of useful
430        functionality for PHP developers, including detailed error information,
431        code coverage and profiling support, and support for remote debugging
432        using the GDB and DBGp protocols. Mentored by Xdebug's creator,
433        Derick Rethans, Adam Harvey will develop a cross-platform GUI
434        application that implements the DBGp protocol and allows PHP
435        applications to be debugged using Xdebug in a development environment
436        agnostic fashion.
437  </li>
438
439    <li>
440	    Mentored by Lukas Smith, Konsta Vesterinen will work on the
441        object-relational mapper <a href="http://www.phpdoctrine.net/">Doctrine</a>.
442  </li>
443    <li>
444        Mutation Testing, or Automated Error Seeding, is an approach where
445        the testing tool makes some change to the tested code, runs the tests,
446        and if the tests pass displays a message saying what it changed. This
447        approach is different than code coverage analysis, because it can find
448        code that is executed by the running of tests but not actually tested.
449        Mentored by Sebastian Bergmann, Mike Lewis will implement Mutation
450        Testing for <a href="http://www.phpunit.de/">PHPUnit</a>.
451  </li>
452    <li>
453        Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support
454        for foreign keys to
455        <a href="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
456        a package that "enables users to maintain RDBMS independant schema
457        files in XML that can be used to create, alter and drop database
458        entities and insert data into a database".
459  </li>
460
461    <li>
462        Mentored by David Coallier, Nicolas Bérard-Nault will refactor the
463        internals of <a href="http://www.jaws-project.com/">Jaws</a>, a
464        Framework and Content Management System for building dynamic web sites,
465        for PHP 6.
466  </li>
467  </ul>
468</div>
469</div>
470
471<hr>
472<div class="newsItem">
473
474    <a id="2007-03-01-1"><h1>PHP 4.4.6 Released</h1></a>
475
476    <div>
477  <span class="newsdate">[01-Mar-2007]</span>
478  <p>
479    The PHP development team would like to announce the immediate
480    <a href="/downloads.php#v4">availability of PHP 4.4.6</a>.
481</p>
482  <p>
483    The main issue that this release addresses is a crash problem that was
484    introduced in PHP 4.4.5.  The problem occurs when session variables are used
485    while register_globals is enabled.
486</p>
487
488  <p>
489    Details about the PHP 4.4.6 release can be found in the
490    <a href="/releases/4_4_6.php">release announcement for 4.4.6</a>,
491    the full list of changes is available in the
492    <a href="/ChangeLog-4.php#4.4.6">ChangeLog for PHP 4</a>.
493</p>
494</div>
495</div>
496
497<hr>
498<div class="newsItem">
499
500    <a id="2007-02-08-2"><h1>PHP 5.2.1 and PHP 4.4.5 Released</h1></a>
501
502    <div>
503  <span class="newsdate">[08-Feb-2007]</span>
504  <p>
505  The PHP development team would like to announce the immediate
506  <a href="/downloads.php#v5">availability of PHP 5.2.1</a> and
507  <a href="/downloads.php#v4">availability of PHP 4.4.5</a>.
508  These releases are major stability and security enhancements of the 5.x and
509  4.4.x branches, and all users are strongly encouraged to upgrade to it as
510  soon as possible.  Further details about the PHP 5.2.1 release can be found in
511  the <a href="/releases/5_2_1.php">release announcement for 5.2.1</a>, the full list of
512  changes is available in the <a href="/ChangeLog-5.php#5.2.1">ChangeLog for PHP
513   5</a>. Details about the PHP 4.4.5 release can be found in the
514  <a href="/releases/4_4_5.php">release announcement for 4.4.5</a>, the full list of
515  changes is available in the <a href="/ChangeLog-4.php#4.4.5">ChangeLog for PHP 4</a>.
516
517</p>
518  <p>
519    <b>Security Enhancements and Fixes in PHP 5.2.1 and PHP 4.4.5:</b>
520  </p>
521  <ul>
522    <li>Fixed possible safe_mode &amp; open_basedir bypasses inside the session extension.</li>
523    <li>Fixed unserialize() abuse on 64 bit systems with certain input strings.</li>
524
525    <li>Fixed possible overflows and stack corruptions in the session extension.</li>
526    <li>Fixed an underflow inside the internal sapi_header_op() function.</li>
527    <li>Fixed non-validated resource destruction inside the shmop extension.</li>
528    <li>Fixed a possible overflow in the str_replace() function.</li>
529    <li>Fixed possible clobbering of super-globals in several code paths.</li>
530    <li>Fixed a possible information disclosure inside the wddx extension.</li>
531
532    <li>Fixed a possible string format vulnerability in *print() functions on 64 bit systems.</li>
533    <li>Fixed a possible buffer overflow inside ibase_{delete,add,modify}_user() functions.</li>
534    <li>Fixed a string format vulnerability inside the odbc_result_all() function.</li>
535  </ul>
536  <p>
537    <b>Security Enhancements and Fixes in PHP 5.2.1 only:</b>
538  </p>
539
540  <ul>
541    <li>Prevent search engines from indexing the phpinfo() page.</li>
542    <li>Fixed a number of input processing bugs inside the filter extension.</li>
543    <li>Fixed allocation bugs caused by attempts to allocate negative values in some code paths.</li>
544    <li>Fixed possible stack/buffer overflows inside zip, imap &amp; sqlite extensions.</li>
545    <li>Fixed several possible buffer overflows inside the stream filters.</li>
546
547    <li>Memory limit is now enabled by default.</li>
548    <li>Added internal heap protection.</li>
549    <li>Extended filter extension support for $_SERVER in CGI and apache2 SAPIs.</li>
550  </ul>
551  <p>
552    <b>Security Enhancements and Fixes in PHP 4.4.5 only:</b>
553  </p>
554
555  <ul>
556    <li>Fixed possible overflows inside zip &amp; imap extensions.</li>
557    <li>Fixed a possible buffer overflow inside mail() function on Windows.</li>
558    <li>Unbundled the ovrimos extension.</li>
559  </ul>
560  <p>
561
562The majority of the security vulnerabilities discovered and resolved can in
563most cases be only abused by local users and cannot be triggered remotely.
564However, some of the above issues can be triggered remotely in certain
565situations, or exploited by malicious local users on shared hosting setups
566utilizing PHP as an Apache module. Therefore, we strongly advise all users of
567PHP, regardless of the version to upgrade to the 5.2.1 or 4.4.5 releases as soon as possible.
568</p>
569  <p>
570For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is
571available <a href="/migration52">here</a>, detailing the changes between
572those releases and PHP 5.2.1.
573</p>
574  <p><strong>Update: Feb 14th;</strong> Added release information for PHP
5754.4.5.</p>
576  <p><strong>Update: Feb 12th;</strong> The Windows install package had problems
577with upgrading from previous PHP versions. That has now been fixed and new file
578posted in the <a href="/downloads.php">download section</a>.</p>
579
580</div>
581</div>
582
583<hr>
584<div class="newsItem">
585
586    <a id="2007-02-08-1"><h1>The front page has changed</h1></a>
587    <div>
588  <span class="newsdate">[08-Feb-2007]</span>
589  <p>
590    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.
591    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.
592
593</p>
594</div>
595</div>
596
597<hr>
598<?php news_image("http://conf.phpquebec.com/en/conf2007/", "conference_php_quebec.gif", "PHP Québec conference"); ?>
599<div class="newsItem">
600
601    <a id="2007-02-07-1"><h1>PHP Québec conference 2007</h1></a>
602    <div>
603  <span class="newsdate">[07-Feb-2007]</span>
604  <p>
605PHP Québec is pleased to announce the <a href="http://conf.phpquebec.com/en/conf2007/">fifth edition of the PHP Québec Conference</a>.
606The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
607
608<a href="http://conf.phpquebec.com/en/conf2007/horaire">technicals talks</a> and
609an additional day of <a href="http://conf.phpquebec.com/en/conf2007/ateliers">workshop</a>.
610Among the  speakers, the well know PHP experts such has:  Rasmus Lerdorf, Andrei
611Zmievski, Derick Rethans, Ilia Alshanetsky, John Coggeshall, Damien Séguy, and many more.
612</p>
613  <p>
614The conference has three distinct tracks : Advanced Techniques, Data
615Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
616PHP Québec Conference is great opportunity to learn about the latest
617development and professional techniques to help you build high quality PHP
618software and meet with PHP.
619</p>
620  <p>
621Special prices are available for all Open Source community members and major
622contributors.
623</p>
624</div>
625</div>
626
627<hr>
628<div class="newsItem">
629
630    <a id="2007-02-03-1"><h1>PHP Manual Updates</h1></a>
631    <div>
632  <span class="newsdate">[03-Feb-2007]</span>
633  <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>
634  <ul>
635
636    <li>an improved, XSL-based build system that will deliver compiled manuals to mirrors in a more timely manner (goodbye dsssl)</li>
637    <li>manual pages can now contain images (see <code><a href="/en/function.imagearc">imagearc()</a></code> for an example)</li>
638    <li>updated function version information and capture system (fewer "no version information, might be only in CVS" messages)</li>
639    <li>... and more to come!</li>
640  </ul>
641
642  <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>
643</div>
644</div>
645
646<hr>
647<?php news_image("http://www.phpconference.co.uk/", "phplondon2007.png", "PHP London 2007"); ?>
648<div class="newsItem">
649
650    <a id="2007-01-18-1"><h1>PHP London 2007</h1></a>
651    <div>
652  <span class="newsdate">[18-Jan-2007]</span>
653  <p>
654After 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.
655
656</p>
657</div>
658</div>
659
660<hr>
661<?php news_image("http://www.phparch.com/tek", "phptek2007.png", "php|tek 2007"); ?>
662<div class="newsItem">
663
664    <a id="2007-01-12-1"><h1>Chicago php|tek 2007</h1></a>
665    <div>
666  <span class="newsdate">[12-Jan-2007]</span>
667  <p>
668php|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.
669
670</p>
671  <p>
672This 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.
673</p>
674</div>
675</div>
676
677<?php site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);
678