Re: [sqlite] pdo_sqlite 3.3 or above

2010-02-06 Thread Steffenhagen Kerm
Thank you for your efforts! Steffenhagen Kerm kst...@visi.com On Feb 6, 2010, at 6:12 AM, Kees Nuyt wrote: > On Fri, 5 Feb 2010 21:49:22 -0600, Steffenhagen Kerm > wrote: > >> I cannot use the binaries at the download site for the user machine, >> they are built for Intel

Re: [sqlite] pdo_sqlite 3.3 or above

2010-02-06 Thread Kees Nuyt
On Fri, 5 Feb 2010 21:49:22 -0600, Steffenhagen Kerm wrote: >I cannot use the binaries at the download site for the user machine, >they are built for Intel (X86) , and my target machine is a Power PC >(ppc7400) CPUs. > >I looked for info on "php_pdo_sqlite_external" and I

Re: [sqlite] pdo_sqlite 3.3 or above

2010-02-05 Thread Steffenhagen Kerm
I cannot use the binaries at the download site for the user machine, they are built for Intel (X86) , and my target machine is a Power PC (ppc7400) CPUs. I looked for info on "php_pdo_sqlite_external" and I didn't find anything helpful, and I don't know what it is or how to use it. Is it

Re: [sqlite] pdo_sqlite 3.3 or above

2010-02-05 Thread Kees Nuyt
On Fri, 5 Feb 2010 14:53:07 -0600, Steffenhagen Kerm wrote: >Thanks for your response. > >I am not sure I understand you correctly or the software correctly, >but I think the answer is "no". The system this is targeting is Mac OS >X 10.4.x, and the native sqlite is 2.8.16. I

Re: [sqlite] pdo_sqlite 3.3 or above

2010-02-05 Thread Steffenhagen Kerm
Thanks for your response. I am not sure I understand you correctly or the software correctly, but I think the answer is "no". The system this is targeting is Mac OS X 10.4.x, and the native sqlite is 2.8.16. I was able to create a 3.2.8 pdo_sqlite shared library from source, and it works

Re: [sqlite] pdo_sqlite 3.3 or above

2010-02-05 Thread Kees Nuyt
On Fri, 5 Feb 2010 11:51:33 -0600, Steffenhagen Kerm wrote: >I am new to this list. I'm looking for assistance building a PHP >version of SQLite 3 (pdo_sqlite3) that is at or above version 3.3. I >have built and installed a 3.2.8 version, but none of the higher >versions

[sqlite] pdo_sqlite 3.3 or above

2010-02-05 Thread Steffenhagen Kerm
I am new to this list. I'm looking for assistance building a PHP version of SQLite 3 (pdo_sqlite3) that is at or above version 3.3. I have built and installed a 3.2.8 version, but none of the higher versions of source conform to the format required to "phpize" them, and build for PHP PDO.