Page 1 of 1

Php 5.0 has removed the bundled MySQL client library

Posted: Mon Jul 14, 2003 1:39 am
by mofo
So no more MySql? What database should we go for now? MySql was very nice, too bad...
They added SqlLite. What do you know about this DB?
http://www.hwaci.com/sw/sqlite/

Posted: Mon Jul 14, 2003 3:42 am
by twigletmac
Just because it's not bundled doesn't mean you can't use it - AFAIK there will be extensions available as for other external libraries (e.g. GD).

For more info:
viewtopic.php?t=10242

Mac