From 4eba9b8b467b776ff6c9f11d680ed0907d046066 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 17 Apr 2003 16:57:46 +0000 Subject: Implement sqlite_busy_timeout() which sets the retry timeout (in milliseconds) when multiple processes attempt to lock and update the database. --- ext/sqlite/php_sqlite.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/sqlite/php_sqlite.h') diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 206e20c7a2..40f72902a8 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -58,6 +58,8 @@ PHP_FUNCTION(sqlite_last_insert_rowid); PHP_FUNCTION(sqlite_escape_string); +PHP_FUNCTION(sqlite_busy_timeout); + #ifdef ZTS #define SQLITE_G(v) TSRMG(sqlite_globals_id, zend_sqlite_globals *, v) #else -- cgit v1.2.1