xref: /web-php/releases/4_3_7.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/4_3_7.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 4.3.7 Release Announcement");
5?>
6
7<h1>PHP 4.3.7 Release Announcement</h1>
8
9<p>[ <a href="/releases/4_3_7_fr.php">Version Fran&ccedil;aise</a> ]</p>
10
11<p>
12 PHP Development Team is proud to announce the release of PHP <a href="/downloads.php">PHP 4.3.7</a>.
13 This is a maintenance release that in addition to several non-critical bug fixes, addresses an input
14 validation vulnerability in escapeshellcmd() and escapeshellarg() functions on the Windows platform.
15 Users of PHP on Windows are encouraged to upgrade to this release as soon as possible.
16</p>
17
18<h2>Bugfix release</h2>
19
20<p>
21 Aside from the above mentioned issues this release includes the following important fixes:
22</p>
23
24<ul>
25 <li>Synchronized bundled GD library with GD 2.0.23.</li>
26 <li>Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2.</li>
27 <li>Fixed thread safety issue with informix connection id.</li>
28 <li>Fixed incorrect resolving of relative paths by glob() in windows.</li>
29 <li>Fixed mapping of Greek letters to html entities.</li>
30 <li>Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49.</li>
31 <li>Fixed a number of crashes inside pgsql, cpdf and gd extensions.</li>
32
33 <li>All in all this release fixes over 30 bugs that have been discovered and resolved
34 since the 4.3.6 release.</li>
35</ul>
36
37<p>
38 For a full list of changes in PHP 4.3.7, see the
39 <a href="/ChangeLog-4.php#4.3.7">ChangeLog</a>.
40 </p>
41
42<?php site_footer(); ?>
43