[sqlite] Re: PHP extention (or sqlite.so)

2004-02-29 Thread Kenneth Lo
I have placed a copy of sqlite.so (php 4.2.2 + sqlite 2.8.12) at http://home.graffiti.net/kenlo/sqlite.so Simply placed it in /usr/lib/php4 and load it with dl('sqlite.so') or via php.ini as usual. Compiling sqlite.so for php < 4.3.3 is a bit tricky because of some changes in config.m4 (I

Re: [sqlite] Serious data corruption in sqilte db - help with debugging, please

2004-02-29 Thread Michal Pasternak
D. Richard Hipp [Sun, Feb 29, 2004 at 06:20:36PM -0500]: > If you want to check for corruption in a database, do this: > >PRAGMA integrity_check; How long can it work? top(1): 56013 doc 58 0 7188K 6800K RUN 8:41 94.48% 94.48% sqlite [EMAIL PROTECTED]:~> ls -las master.db

Re: [sqlite] Serious data corruption in sqilte db - help with debugging, please

2004-02-29 Thread D. Richard Hipp
Michal Pasternak wrote: Hello, recently some of my customers suffered from data corruption in sqlite database. Hopefully, no data(?) was lost. The person, that found this bug, doesn't recall what was doing that time; there's a hard machine lock-up possible (on Win98, I'd hardly connect this with

[sqlite] Serious data corruption in sqilte db - help with debugging, please

2004-02-29 Thread Michal Pasternak
Hello, recently some of my customers suffered from data corruption in sqlite database. Hopefully, no data(?) was lost. The person, that found this bug, doesn't recall what was doing that time; there's a hard machine lock-up possible (on Win98, I'd hardly connect this with sqlite itself). Anyway,