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

2008-01-04 Thread Kees Nuyt
On Fri, 04 Jan 2008 18:16:29 +, [EMAIL PROTECTED] wrote: >Kees Nuyt <[EMAIL PROTECTED]> wrote: >> >> There are two flavours of PDO_sqlite: >> >> * php_pdo_sqlite >> Has SQLite linked in. Depending on your Linux distribution >> and/or your PHP version that might be an obsolete version of >>

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

2008-01-04 Thread John Stanton
I take your point about TCL and endorse it. Please excuse my irritation at finding that the makefile needed a little tweaking to install an upgrade. TCL is elegant, not wretched, but tclsh appearing in a generic makefile was a minor nuisance for a person who gets to be more of a curmudgeon

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

2008-01-04 Thread Rob Sciuk
On Fri, 4 Jan 2008, [EMAIL PROTECTED] wrote: John Stanton <[EMAIL PROTECTED]> wrote: You need to make a small change in the make file to get rid of the wretched tclsh and link sqlite3 from the library. Just use an earlier makefile as a template. The problem with the TCL dependency was

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

2008-01-04 Thread drh
John Stanton <[EMAIL PROTECTED]> wrote: > You need to make a small change in the make file to get rid of the > wretched tclsh and link sqlite3 from the library. Just use an earlier > makefile as a template. > The problem with the TCL dependency was reported by tickets #2845 and #2846 and has

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

2008-01-04 Thread John Stanton
You need to make a small change in the make file to get rid of the wretched tclsh and link sqlite3 from the library. Just use an earlier makefile as a template. Philip Butler wrote: Hi all, I am revisiting this topic again - I have tried a LONG time ago and gave up I am wanting to

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

2008-01-04 Thread drh
Kees Nuyt <[EMAIL PROTECTED]> wrote: > > There are two flavours of PDO_sqlite: > > * php_pdo_sqlite > Has SQLite linked in. Depending on your Linux distribution > and/or your PHP version that might be an obsolete version of > SQLite. To clarify: SQLite does not change in incompatible ways. So

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

2008-01-04 Thread Kees Nuyt
On Fri, 4 Jan 2008 11:09:48 -0500, Philip Butler <[EMAIL PROTECTED]> wrote: >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

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

2008-01-04 Thread drh
Philip Butler <[EMAIL PROTECTED]> wrote: > 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.

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

2008-01-04 Thread Chris Peachment
Ubuntu version 7.10 has available PHP version 5.2.3-1ubuntu6.2 that includes Sqlite3 version 3.5.2 accessible with both PDO and sqlite libraries. Personally, I prefer to use PDO because a single line change in the PHP code when declaring the database name to the PDO new() function

[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