Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Simon Slavin
On 22 Feb 2013, at 9:35pm, Didier Morandi wrote: > As far as I understood, SQLite 3 only understands PDO (as I'm > implementing a program in PHP.) This is why I talked about OOP. I > thought everyone knew that OOP means Object Oriented Programming and > PDO is the OOP

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Richard Hipp
On Fri, Feb 22, 2013 at 4:47 PM, Gregory Moore wrote: > It was my understanding that any version of SQLite is written using the C > programming language which happens to be a procedural language (as in not > OOP) so I'm not sure why OOP is even part of the discussion. >

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Gregory Moore
It was my understanding that any version of SQLite is written using the C programming language which happens to be a procedural language (as in not OOP) so I'm not sure why OOP is even part of the discussion. Or maybe I just need to be educated further. :-) Greg Moore thewatchful...@gmail.com

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Didier Morandi
Ladies and Gentlemen, As far as I understood, SQLite 3 only understands PDO (as I'm implementing a program in PHP.) This is why I talked about OOP. I thought everyone knew that OOP means Object Oriented Programming and PDO is the OOP way of programming with PHP. Anyway, I do not wish to spam this

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Tim Streater
On 22 Feb 2013 at 20:51, Didier Morandi wrote: > very reason why noone (but Geeks) will ever move from VBScript to > PowerShell. Richard, I will not start learning OOP at 62 to be able to > use SQLite. Sorry for that. I'll stick to MySQL and good old > procedural PHP.

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Petite Abeille
On Feb 22, 2013, at 9:51 PM, Didier Morandi wrote: > . You seem to be missing the point entirely. No one mentioned anything about OOP at all, whatever that is. Merely that you may be better off using a more contemporary version of SQLite. That's all.

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Didier Morandi
did not know that. Thanks. 2013/2/22 Simon Slavin : > > On 22 Feb 2013, at 7:41pm, Didier Morandi wrote: > >> I then installed MAMP on my Mac > > Why ? OS X includes Apache which includes PHP which includes the sqlite3 > library.

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Didier Morandi
Richard, I understand your position, the new version is aged 6 years already, there is obiously no reason to support the previous one. But everyone should understand that OOP is not a necessity in IT life. I know *a lot* of people who hate OOP just because it is not the way a computer works. A

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Simon Slavin
On 22 Feb 2013, at 7:41pm, Didier Morandi wrote: > I then installed MAMP on my Mac, but the PHP 5.4.10 distributed with > MAMP doesn't have the SQLite params required in its php.ini Why ? OS X includes Apache which includes PHP which includes the sqlite3 library.

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Stephen Chrzanowski
SQLite 2.x shouldn't be used. Its old, and I'm not even sure its in 'maintenance mode' anymore. The PHP version you've installed via WAMP includes the libraries for SQLite 2.x but PROBABLY not for SQLite 3.x by default. You'll need to install the packages.

Re: [sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Richard Hipp
On Fri, Feb 22, 2013 at 2:41 PM, Didier Morandi wrote: > Hello Friends, > > A new SQLite Chap in the Team, here. > I successfully installed on my PC/Windoz WAMP and SQLite 2.8.x (I do > not know anything about PDO...) and built my first appli. Works fine, > thanks. > I

[sqlite] SQLite on a Mac: PHP doesn't know about :-(

2013-02-22 Thread Didier Morandi
Hello Friends, A new SQLite Chap in the Team, here. I successfully installed on my PC/Windoz WAMP and SQLite 2.8.x (I do not know anything about PDO...) and built my first appli. Works fine, thanks. I then installed MAMP on my Mac, but the PHP 5.4.10 distributed with MAMP doesn't have the SQLite