1
0
Fork 0

Fix build script and add usage example php script

This commit is contained in:
Anton Batenev 2013-05-21 20:21:17 +04:00
parent f4e37461fc
commit 2103275301
3 changed files with 109 additions and 19 deletions

View file

@ -25,9 +25,9 @@ if test "$PHP_PDO_SQLCIPHER" != "no"; then
fi
AC_MSG_RESULT($pdo_inc_path)
php_pdo_sqlcipher_sources_core="pdo_sqlcipher.c sqlite_driver.c sqlite_statement.c sqlcipher/sqlite3.c"
php_pdo_sqlcipher_sources_core="pdo_sqlcipher.c sqlite_driver.c sqlite_statement.c sqlite3.c"
PHP_NEW_EXTENSION(pdo_sqlcipher, $php_pdo_sqlcipher_sources_core, $ext_shared,,-I$pdo_inc_path -Isqlcipher)
PHP_NEW_EXTENSION(pdo_sqlcipher, $php_pdo_sqlcipher_sources_core, $ext_shared,,-I$pdo_inc_path)
ifdef([PHP_ADD_EXTENSION_DEP],
[