1<?php 2$_SERVER['BASE_PAGE'] = 'releases/4_3_4.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 4.3.4 Release Announcement"); 5?> 6 7<h1>PHP 4.3.4 Release Announcement</h1> 8 9<p>[ <a href="/releases/4_3_4_fr.php">Version Française</a> ]</p> 10 11<p> 12 After a lengthy QA process, <a href="/downloads.php">PHP 4.3.4</a> is finally out!<br> 13 This is a medium size maintenance release, with a fair number of bug fixes. All users 14 are encouraged to upgrade to 4.3.4. 15</p> 16 17<h2>Bugfix release</h2> 18 19<p> 20 PHP 4.3.4 contains, among others, following important fixes, additions and improvements: 21</p> 22 23<ul> 24 <li>Fixed disk_total_space() and disk_free_space() under FreeBSD.</li> 25 <li>Fixed FastCGI support on Win32.</li> 26 <li>Fixed FastCGI being unable to bind to a specific IP.</li> 27 <li>Fixed several bugs in mail() implementation on win32.</li> 28 <li>Fixed crashes in a number of functions.</li> 29 <li>Fixed compile failure on MacOSX 10.3 Panther.</li> 30 31 <li>Over 60 various bug fixes!</li> 32</ul> 33 34<p> 35 For a full list of changes in PHP 4.3.4, see the 36 <a href="/ChangeLog-4.php#4.3.4">ChangeLog</a>. 37</p> 38 39<?php site_footer(); ?> 40