[sqlite] Trying to use SQLite3 with PHP5....

2008-01-04 Thread Philip Butler
Hi all, I am revisiting this topic again - I have tried a LONG time ago and gave up I am wanting to use SQLite3 with PHP (5.2.5).. I have 2 issues... 1) I can't seem to compile sqlite3 on a Linux system. It wants to use TCL which I don't have installed. I

Re: [sqlite] Appropriate uses for SQLite

2007-02-01 Thread Philip Butler
don't mind making the users wait in the unlikely event of a record collision, or even drop data once in a blue moon, but corruption is not acceptable. Thanks again. Anil. -Original Message- From: Philip Butler [mailto:[EMAIL PROTECTED] Sent: Friday, 2 February 2007 11:39 AM To: sqlite

Re: [sqlite] Appropriate uses for SQLite

2007-02-01 Thread Philip Butler
I am not an expert on SQLite - but if you are running separate websites from your multiple servers, then why not use 4 instances of SQLite ?? That is unless the websites need to share the same database/tables. If they do need to share the same database/tables, then PostgreSQL or MySQL

[sqlite] php 5 / sqlite 3 - is it possible ??

2005-07-02 Thread Philip Butler
Hi all, I have been trying to use the latest sqlite 3 with PHP 5. I have sqlite 3 compiled OK, but cannot seem to figure out how to get PHP 5 to "link it in". I have tried options like --with-sqlite=/path (where path is the path to the sqlite library). I have also tried: