Andy Hassall <an**@andyh.co.uk> wrote in message
is there
a chance that we will see more Providers offering webspace with
Firebird or Postgres Databases ?
Doubt it'll change that much; particularly given the slow uptake of new 4.x
versions, many providers are way behind - how long will it take to take up
PHP5?
Agreed. I find any code I write needs to check for old vars like
$HTTP_POST_VARS as well as new ones like $_POST. I'm often surprised
how many hosting companies still use pre 4.1 PHP.
However, SQLlite is being bundled into PHP 5. Isn't this a clear
indication that the PHP dev team expects SQLlite to eventually replace
MySQL as the database that beginners expect to use with PHP?
Any way, I'd be damn happy to see PostGreSQL replace MySQL as the most
ubiqitous database in the PHP world. MySQL DOES NOT scale, as Tim
Perdue pointed out a long time ago on PHPBuilder, and PostGreSQL has
grown surprisingly fast.