On 2014/03/16 20:33, Bambero wrote:
> Hi
>
> I can't see php-pdo_sqlite i packages. What's the reason ?
>
> Bambero
It's in the main PHP package. No point separating it to a different
package, it is small and sqlite is in the base OS so there are no
additional dependencies.
|$ pkg_info php
|Information for inst:php-5.4.24
|
|Comment:
|server-side HTML-embedded scripting language
|
|Description:
|At the most basic level, PHP can do anything any other CGI program can
|do, such as collect form data, generate dynamic page content, or send
|and receive cookies.
|
|PHP also has support for talking to other services using protocols such
|as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw network
|sockets and interact using other protocols.
|
|This package installs a stand-alone binary which can be used for
|command-line scripts, as well as an Apache module. It also contains the
^^^^^^^^^^^^^^^^^^^^
|pdo_sqlite driver that implements the PHP Data Objects (PDO) interface
^^^^^^^^^^^^^^^^^
|to enable access to SQLite 3 databases.