Log in

View Full Version : PHP 4.3.5 Released


NTLDR
03-26-2004, 08:29 PM
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 whenever possible.

The major fixes include:
- 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.

Velocd
03-26-2004, 08:47 PM
I've been messing with the PHP5 RC1 released on the 18th, mostly for its improved XML extensions revolved around libxml2.

It'll be great when PHP5 stable is released, but that wont be for a very long while. Also looking forward to MySQL 4.1.

Xenon
03-26-2004, 10:36 PM
I'm working with the PHP5 RC as well, just it has some bugs in the graphics engine which don't please me right now ;)