Hello, I'm a neebie in the list and I have a small question.
Why php is compiled with the option '--without-sqlite'?
I need the sqlite_* functions and don't exists. (php-sqlite rpm does not exist in Fedora 9)
On Tue, May 20, 2008 at 6:47 PM, Renato Covarrubias Romero rcovarru@alumnos.inf.utfsm.cl wrote:
Hello, I'm a neebie in the list and I have a small question.
Why php is compiled with the option '--without-sqlite'?
I need the sqlite_* functions and don't exists. (php-sqlite rpm does not exist in Fedora 9)
SQLite support in PHP is available via PDO. Please install php-pdo.
Regards,
Hey Renato, php-sqlite has gone away in favor of php-pdo-sqlite, which is included in Fedora. The pdo sqlite driver is the only driver that works against sqlite 3. The standalone sqlite_*() functions still only work with sqlite 2. Read over the PDO docs here: http://us.php.net/pdo
-Brandon
Renato Covarrubias Romero wrote:
Hello, I'm a neebie in the list and I have a small question.
Why php is compiled with the option '--without-sqlite'?
I need the sqlite_* functions and don't exists. (php-sqlite rpm does not exist in Fedora 9)
php-devel@lists.fedoraproject.org