Re: IE8 crashes when back button clicked after sending email from PHP script [message #172201 is a reply to message #172195] |
Thu, 03 February 2011 22:53 |
P E Schoen
Messages: 86 Registered: January 2011
Karma:
|
Member |
|
|
"Denis McMahon" wrote in message
news:4d4b1aff$0$28115$bed64819(at)gradwell(dot)net...
> I had to install the php5-sqlite package to obtain sqlite3
> functionality.
> Might it be that although your development environment has
> sqlite3 support your hosting company doesn't?
> Dreamhost hosting website doesn't say it supports sqlite. Of
> course, this doesn't mean that it doesn't, but my experience
> (above) is that it's not "compiled-in" to _all_ flavours of PHP5.
I think you are correct, although the Perl implementation seems to be
SQLite3 as default. Lately I have been developing on my localhost and it has
SQLite3. When I ran phpinfo(); I got:
SQLite
SQLite support enabled
PECL Module version 2.0-dev $Id: sqlite.c 298697 2010-04-28 12:10:10Z iliaa
$
SQLite Library 2.8.17
SQLite Encoding iso8859
I don't know why SQLite3 is not just configured on Dreamhost for everyone.
It seems like an unnecessary hassle for each user to install it themselves.
Thanks,
Paul
|
|
|