mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
More wordsize fixes
This commit is contained in:
parent
f1ff65c155
commit
b303ba089c
8 changed files with 14 additions and 13 deletions
|
|
@ -856,7 +856,7 @@ void sqlite_progress_handler(
|
|||
** This routine installs a default busy handler that waits for the
|
||||
** specified number of milliseconds before returning 0.
|
||||
*/
|
||||
void sqlite_busy_timeout(sqlite *db, int ms){
|
||||
void sqlite_busy_timeout(sqlite *db, long ms){
|
||||
if( ms>0 ){
|
||||
sqlite_busy_handler(db, sqliteDefaultBusyCallback, (void*)ms);
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue