mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- document the --with-pdo-sqlite[=dir]
This commit is contained in:
parent
ed33d232e0
commit
dbf2a5c65c
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ if test "$PHP_PDO" != "no"; then
|
|||
PHP_ARG_WITH(pdo-sqlite, for sqlite 3 driver for PDO,
|
||||
[ --without-pdo-sqlite PDO: sqlite 3 support],yes)
|
||||
|
||||
PHP_ARG_WITH(pdo-sqlite, for sqlite 3 support for PDO,
|
||||
[ --with-pdo-sqlite[=DIR] PDO: sqlite support. DIR is the sqlite base directory, the bundled sqlite is used by default])
|
||||
|
||||
if test "$PHP_PDO_SQLITE" != "no"; then
|
||||
|
||||
ifdef([PHP_CHECK_PDO_INCLUDES],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue