Make sure you submit any patches for libsqlite to the sqlite dude.
--Wez.
- Original Message -
From: "Ard Biesheuvel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 11:11 PM
Subject: [PHP-CVS] cvs: php-src /ext/sqlite/libsqlite/src main.c
abies Mon Mar 8 18:11:46 2004 EDT
Modified files:
/php-src/ext/standard var.c datetime.c
/php-src/main spprintf.c
/php-src/main/streams userspace.c xp_socket.c
/php-src/ext/sqlite/libsqlite/src main.c table.c vdbeaux.c
Log:
Mor
sas Sun Aug 17 09:57:53 2003 EDT
Modified files:
/php-src/ext/sqlite/libsqlite/src main.c
Log:
The integer timeout is cast to a void *, passed to this function, and
cast back.
Add a cast to (long) to quiet the compiler
Index: php-src/ext/sqlite/