xref: /web-php/releases/4_1_1.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/4_1_1.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 4.1.1 Release Announcement");
5?>
6
7<h1>PHP 4.1.1 Release Announcement</h1>
8
9<p>
10 Due to a few bugs in PHP 4.1.0, we decided to release PHP 4.1.1.  The bugs
11 that were fixed are not major ones but minor ones, which could be annoying
12 if you get bitten by them.
13</p>
14
15<p>
16 Our recommendation is that people who already upgraded to PHP 4.1.0 do
17 <strong>not</strong> upgrade to <a href="/downloads.php">PHP 4.1.1</a>,
18 unless they're experiencing one of the described bugs.
19</p>
20
21<p>
22 <strong>No</strong> new features or security updates are available
23 in this release.
24</p>
25
26<p>Full list of fixes:</p>
27
28<ul>
29 <li>
30  Fixed incompatibility with Windows .NET / IIS 6 - may improve stability
31  under other versions of IIS. (Zeev)
32 </li>
33 <li>
34  Fixed bug that caused crashes or error notices on shutdown on threaded
35  platforms. (Zeev)
36 </li>
37 <li>Fixed several crash bugs in the xslt extension. (Markus, Derick)</li>
38 <li>
39  Fixed problem with dbase not returning very large (larger than long)
40  integers properly. (Vlad)
41 </li>
42 <li>Fixed several bugs and memleaks in the domxml extension. (Markus)</li>
43 <li>
44  Fixed bug in gmmktime() which was one hour off during standard time -
45  bug #9878. Patch by bfoddy@mediaone.net. (jmoore)
46 </li>
47 <li>Fixed bug in gmdate() timezone handling on Windows - bug #13885. (jmoore)</li>
48 <li>Fixed several crash bugs in the mcrypt extension. (Derick)</li>
49 <li>
50  Made the mcrypt extension compile with the libmcrypt 2.2 series again.
51  (Sterling)
52 </li>
53 <li>
54  Fixed a bug where the is_file() family of functions would in-correctly give
55  an error when they were given filenames that didn't exist. (Sterling)
56 </li>
57 <li>
58  Fixed a bug in the strtotime() function where it was incorrectly recognizing
59  GMT +0100 and GMT -0100. (Derick)
60 </li>
61</ul>
62
63<?php site_footer(); ?>
64