Peerke en ChiLLeR vertelden ons dat er een nieuwe versie van de populaire scripttaal PHP uit is. PHP is gratis en opensource, veel internetsites gebruiken de taal dan ook om content uit een database te leveren, waaronder Tweakers.net. In versie 4.0.4 zijn weer een flink aantal dingen verbeterd, een complete lijst kun je hier bekijken. Op moment van schrijven is alleen de sourcecode (2,3MB) te downloaden, houd PHP.net in de gaten voor de executables. Hier een hap uit het changelog:
- Fixed/created support for Solid 3.0 databases (kalowsky)
- Added OpenSSL extension (Stig Venaas)
- Allow user to use mysql_use_result in mysql queries (Stas)
- Fixed mysql_close(), pg_close(), msql_close() and sybase_close() - they weren't properly closing the SQL connections (Zeev)
- Added CORBA client extension, ready for use (eriksson@php.net)
- Updated ext/mysql/libmysql to version 3.23 (tim@mysql.com)
- Added IIS Admin extension. (Frank)
- Fixed a bug that caused PHP not to properly flush its output buffer, if more than one output buffer was used. (Zeev)
- Fixed a bug that could draw the shutdown sequence of the PHP Apache module into an endless loop, under certain circumstances. It could cause Apache processes under Solaris to get stuck, especially when using output buffering. (Zeev)
- Fixed a memory leak that would occur when restarting Apache often (mookid@sigent.ru)