1<?php 2$_SERVER['BASE_PAGE'] = 'releases/4_3_2.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 4.3.2 Release Announcement"); 5?> 6 7<h1>PHP 4.3.2 Release Announcement</h1> 8 9<p>[ <a href="/releases/4_3_2_fr.php">Version Française</a> ]</p> 10 11<p> 12 After a lengthy QA process, <a href="/downloads.php">PHP 4.3.2</a> is finally out!<br> 13 This maintenance release solves a lot of bugs found in earlier PHP versions 14 and is a <strong>strongly</strong> recommended upgrade for all users of PHP. 15</p> 16 17<h2>Bugfix release</h2> 18 19<p> 20 PHP 4.3.2 contains, among others, following important fixes, additions and improvements: 21</p> 22 23<ul> 24 <li>Fixes several potentially hazardous integer and buffer overflows.</li> 25 <li>Fixes for several 64-bit problems.</li> 26 <li> 27 New Apache 2.0 SAPI module (sapi/apache2handler, 28 enabled with --with-apxs2). 29 </li> 30 <li> 31 New session_regenerate_id() function. (Important feature 32 against malicious session planting). 33 </li> 34 <li>Improvements to dba extension.</li> 35 <li>Improvements to thttpd SAPI module.</li> 36 <li>Dropped support for GDLIB version 1.x.x (php_gd.dll) on Windows.</li> 37 <li>An unix man page for CLI version of PHP.</li> 38 <li> 39 New "disable_classes" php.ini option to allow administrators to 40 disable certain classes for security reasons. 41 </li> 42 <li>..and a <strong>HUGE</strong> amount of other bug fixes!</li> 43</ul> 44 45<p> 46 For a full list of changes in PHP 4.3.2, see the 47 <a href="/ChangeLog-4.php#4.3.2">ChangeLog</a>. 48</p> 49 50<?php site_footer(); ?> 51