Categories
php tecnologia

php::Links(‘ php 4.3.5 ‘ );

The PHP Development Team is proud to announce the release of PHP 4.3.5. This is primarily a bug fix release, without any new features or additions. PHP 4.3.5 is by far the most stable release of PHP to date and it is recommended that all users upgrade to this release where possible.

PHP 4.3.5 contains, among others, the following important fixes, additions and improvements:

* Fixed INI leak between Apache virtual hosts.
* Fixed crashes inside fgetcsv() and make the function binary safe.
* Fixed compilation with early versions of GCC 3.0.
* Fixed a bug that prevented feof() from working correctly with sockets.
* Improved the matching algorithm inside the get_browser() function.
* Fixed resolving of open_basedir on Win32 systems.
* Fixed incorrect errors for non-existent directories when safe_mode is enabled.
* Bundled OpenSSL dlls on Win32 upgraded to 0.9.7c
* Updated bundled PostgreSQL library to version 7.4 in Windows distribution.
* Bundled PCRE library upgraded to 4.5
* Synchronized bundled GD library with GD 2.0.17
* A number of fixes for 64bit systems.

Aside from the above mentioned fixes, this release resolves over 140 various bugs and implementational problems.

For a full list of changes in PHP 4.3.5, see the ChangeLog.

ciauz