Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update exception code | Marcus Boerger | 2003-08-25 | 1 | -14/+2 |
| | |||||
* | Explicitly declare the dependencies on the generated sqlite.h file. This | Jon Parise | 2003-08-20 | 1 | -0/+53 |
| | | | | | | allows the libsqlite source tree (and php-src, as a whole) to be built using 'make -j' once again. | ||||
* | Fix warnings | Marcus Boerger | 2003-08-17 | 1 | -6/+9 |
| | |||||
* | Use %p to display a pointer value | Sascha Schumann | 2003-08-17 | 1 | -1/+1 |
| | |||||
* | The first element of the array seems to store the members count | Sascha Schumann | 2003-08-17 | 1 | -1/+1 |
| | | | | | Add a cast to (long) to quiet the compiler | ||||
* | The integer timeout is cast to a void *, passed to this function, and | Sascha Schumann | 2003-08-17 | 1 | -2/+3 |
| | | | | | | | cast back. Add a cast to (long) to quiet the compiler | ||||
* | Fix sizeof(void *) > sizeof(int) issue. | Sascha Schumann | 2003-08-17 | 1 | -1/+1 |
| | | | | | n should be ptrdiff_t. | ||||
* | # Wez, your whish is my command | Marcus Boerger | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Bugfix #25056 | Marcus Boerger | 2003-08-12 | 1 | -5/+13 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -5/+3 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | Remove this then, too | Marcus Boerger | 2003-07-20 | 1 | -5/+0 |
| | |||||
* | SQLite objects are not cloneable. Maybe we allow this later for sqlite_db. | Marcus Boerger | 2003-07-20 | 1 | -1/+2 |
| | |||||
* | OS_UNIX/OS_WIN are set in the bundled libsqlite sources. | foobar | 2003-07-19 | 1 | -2/+0 |
| | |||||
* | Cleanup, as suggested by Andi. | Sebastian Bergmann | 2003-07-19 | 1 | -1/+1 |
| | |||||
* | ZTS fix. | Sebastian Bergmann | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | Add sqlite_has_prev, and sqlite_prev. | Wez Furlong | 2003-07-13 | 3 | -1/+176 |
| | | | | | Patch by Jan Lehnardt <jan@php.net> | ||||
* | MFB better popen fix | Wez Furlong | 2003-07-13 | 1 | -10/+12 |
| | |||||
* | Fix bug #24575 (sqlite_popen did not request a new resource id when persistent | Wez Furlong | 2003-07-13 | 1 | -1/+8 |
| | | | | | handles were re-used within a request). | ||||
* | Don't use class_implements() for the moment | Marcus Boerger | 2003-07-09 | 1 | -13/+3 |
| | |||||
* | Use --EXPECTF-- for errors | Marcus Boerger | 2003-07-09 | 1 | -5/+5 |
| | |||||
* | Add oo version of test | Marcus Boerger | 2003-07-09 | 1 | -0/+98 |
| | |||||
* | fix this stupid error | Marcus Boerger | 2003-07-08 | 1 | -1/+1 |
| | |||||
* | Fix bug #24540 | Marcus Boerger | 2003-07-08 | 1 | -1/+1 |
| | |||||
* | Add test for sqlite_seek() | Marcus Boerger | 2003-07-08 | 1 | -0/+98 |
| | |||||
* | - In function sqlite_field_name the index parameter is not optional. | Marcus Boerger | 2003-07-05 | 1 | -48/+48 |
| | | | | | - Fix all the protos. | ||||
* | funny fixes | Marcus Boerger | 2003-07-02 | 1 | -3/+3 |
| | |||||
* | further improve the performance and clean up | Sterling Hughes | 2003-07-02 | 1 | -4/+7 |
| | |||||
* | not necessary, already assumed binary safe (it has to be under the current | Sterling Hughes | 2003-07-02 | 1 | -35/+0 |
| | | | | | session architecture), and anything else is fair play | ||||
* | ws fix | Sterling Hughes | 2003-07-02 | 1 | -1/+1 |
| | |||||
* | set synching to off | Sterling Hughes | 2003-07-02 | 1 | -19/+22 |
| | | | | | cleanup some silly code | ||||
* | no c++ style comments | Sterling Hughes | 2003-07-02 | 1 | -1/+0 |
| | |||||
* | make this actually work. | Sterling Hughes | 2003-07-02 | 1 | -6/+9 |
| | |||||
* | Fix warnings and allow builds without ext/session | Marcus Boerger | 2003-07-01 | 2 | -2/+9 |
| | |||||
* | silence warning under win32 | Wez Furlong | 2003-07-01 | 1 | -1/+1 |
| | | | | | (maybe!) | ||||
* | WS | Wez Furlong | 2003-07-01 | 1 | -10/+10 |
| | |||||
* | Add sqlite session handler. | Wez Furlong | 2003-07-01 | 3 | -2/+221 |
| | | | | | | | | | Modified (quite a bit!) patch from John Coggeshall. It compiles, but it otherwise untested. session.save_path == path to actual database file for the session. eg: session.save_path=/tmp/mysite-session.db | ||||
* | Remove Release_TSinline (it's not necessary) | Zeev Suraski | 2003-06-30 | 1 | -18/+18 |
| | | | | | | Add Release_TSDbg Change directories to be consistent with our other modules... | ||||
* | Fix windows build | Edin Kadribasic | 2003-06-27 | 1 | -0/+2 |
| | |||||
* | Prepare for enabling by default on Windows. | Edin Kadribasic | 2003-06-27 | 2 | -0/+346 |
| | |||||
* | MFB: Function was renamed (don't test an alias) | Marcus Boerger | 2003-06-26 | 2 | -4/+4 |
| | |||||
* | errmsg must be ref | Marcus Boerger | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Rename sqlite_fetch_string() to sqlite_fetch_single() + alias | Marcus Boerger | 2003-06-26 | 3 | -11/+12 |
| | |||||
* | Fix memleak | Marcus Boerger | 2003-06-26 | 1 | -0/+9 |
| | |||||
* | Fix a warning | Marcus Boerger | 2003-06-25 | 1 | -2/+5 |
| | |||||
* | Make sqlite good ext/ citizen. | Edin Kadribasic | 2003-06-25 | 1 | -4/+4 |
| | | | | | # Hope this CVS mess goes away real soon now! | ||||
* | ZTS typo | Ilia Alshanetsky | 2003-06-25 | 1 | -2/+2 |
| | |||||
* | Don't pass resource as an argument when its not being parsed. | Sterling Hughes | 2003-06-25 | 1 | -1/+1 |
| | |||||
* | Added sqlite_single_query() and it's OO equivalent single_query(). | Ilia Alshanetsky | 2003-06-25 | 4 | -34/+211 |
| | |||||
* | enable sqlite by default | Sterling Hughes | 2003-06-25 | 1 | -1/+1 |
| | |||||
* | 1.1, not 2.0... | Wez Furlong | 2003-06-24 | 1 | -1/+1 |
| |