Skip to content
Snippets Groups Projects
Commit 3ce836e2 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database backend...

- 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.
parent 6ea4bc6c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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
------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment