php-src/ext/pdo_sqlite
Peter Kokot 09b108246a Fix #78348: Remove -lrt from pdo_sqlite.so
The fdatasync check has been removed since PHP 5.3.

The Solaris fix was introduced via
8d63360fc4
and is today no longer relevant since the sqlite library is neither
bundled in php-src anymore neither the check needs to be done via the
PHP build system.

Closes GH-4485
2019-07-30 22:06:23 +02:00
..
tests Implement SQLite extended result code functionality 2019-07-02 13:03:35 +02:00
config.m4 Fix #78348: Remove -lrt from pdo_sqlite.so 2019-07-30 22:06:23 +02:00
config.w32 Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite 2019-07-21 00:40:59 +02:00
CREDITS
pdo_sqlite.c Implement SQLite extended result code functionality 2019-07-02 13:03:35 +02:00
php_pdo_sqlite_int.h Implement SQLite extended result code functionality 2019-07-02 13:03:35 +02:00
php_pdo_sqlite.h Cleanup unused module globals 2019-03-12 13:44:05 +03:00
sqlite_driver.c Implement SQLite extended result code functionality 2019-07-02 13:03:35 +02:00
sqlite_statement.c Merge branch 'PHP-7.3' into PHP-7.4 2019-06-28 12:37:49 +02:00