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