1<?php 2$_SERVER['BASE_PAGE'] = 'releases/4_3_11.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 4.3.11 Release Announcement"); 5?> 6 7<h1>PHP 4.3.11 Release Announcement</h1> 8<p>[ <a href="/releases/4_3_11_fr.php">Version Française</a> ]</p> 9<p> 10PHP Development Team is would like to announce the immediate release of <a href="/downloads.php">PHP 4.3.11</a>. 11This is a maintenance release that in addition to over 70 non-critical bug fixes addresses several 12security issues inside the exif and fbsql extensions as well as the unserialize(), 13swf_definepoly() and getimagesize() functions. 14</p> 15 16<p>All Users of PHP are strongly encouraged to upgrade to this release.</p> 17 18<h2>Bugfix release</h2> 19 20<ul> 21<li> Crash in bzopen() if supplied path to non-existent file.</li> 22<li> DOM crashing when attribute appended to Document.</li> 23<li> unserialize() float problem on non-English locales.</li> 24<li> Crash in msg_send() when non-string is stored without being serialized.</li> 25<li> Possible infinite loop in imap_mail_compose().</li> 26<li> Fixed crash in chunk_split(), when chunklen > strlen.</li> 27<li> session_set_save_handler crashes PHP when supplied non-existent object ref.</li> 28<li> Memory leak in zend_language_scanner.c.</li> 29<li> Compile failures of zend_strtod.c.</li> 30<li> Fixed crash in overloaded objects & overload() function.</li> 31<li> cURL functions bypass open_basedir.</li> 32</ul> 33 34<p> 35 For a full list of changes in PHP 4.3.11, see the 36 <a href="/ChangeLog-4.php#4.3.11">ChangeLog</a>. 37 </p> 38 39<?php site_footer(); ?> 40