From 3ce836e2e205cc4dc74b073f43c9e47b1fb4fb54 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 12 Sep 2005 18:36:40 +0000 Subject: - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works. --- CHANGELOG.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1f62bcdfd..3f4e13fb1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -31,6 +31,7 @@ Drupal x.x.x, xxxx-xx-xx (development version) * added support for theme-specific block regions. - syndication: * made the aggregator module parse Atom feeds. + * made the aggregator generate RSS feeds. - XML-RPC: * replaced the XML-RPC library by a better one. - performance: @@ -40,6 +41,7 @@ Drupal x.x.x, xxxx-xx-xx (development version) - internationalization: * improved Unicode string handling API. * added support for PHP's multibyte string module. +- added support for PHP5's 'mysqli' extension. Drupal 4.6.3, 2005-08-15 ------------------------ -- cgit v1.2.3