Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Move the old sqlite extension to PECL | Johannes Schlüter | 2010-11-19 | 48 | -41992/+0 |
| | | | | | | # discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html | ||||
* | Revert previous commit as it was causing alot more trouble than expected | Kalle Sommer Nielsen | 2009-04-07 | 1 | -0/+2 |
| | |||||
* | MFH: Fix redef warnings | Kalle Sommer Nielsen | 2009-04-06 | 1 | -2/+0 |
| | | | | | Kill warning about php_localtime_r not being defined | ||||
* | MFH: php_localtime_r() checks | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
| | |||||
* | Added empty string checks | Ilia Alshanetsky | 2006-12-24 | 1 | -1/+4 |
| | |||||
* | Fix win32 build | Frank M. Kromann | 2006-12-01 | 1 | -0/+2 |
| | |||||
* | last set of zts fixes | Ilia Alshanetsky | 2006-11-30 | 1 | -2/+3 |
| | |||||
* | MFH: fix #38759 (PDO sqlite2 empty query causes segfault) | Antony Dovgal | 2006-09-09 | 1 | -1/+1 |
| | |||||
* | Updated libsqlite in ext/sqlite to 2.8.17. | Ilia Alshanetsky | 2005-12-20 | 6 | -10/+10 |
| | | | | | Use in-memory database for tests. | ||||
* | Regen files so they work properly with gcov. | Ilia Alshanetsky | 2005-12-04 | 1 | -1232/+517 |
| | |||||
* | Fixed bug #34899 (Fixed sqlite extension compile failure). | Ilia Alshanetsky | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | MFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16 | Ilia Alshanetsky | 2005-09-07 | 17 | -189/+270 |
| | |||||
* | merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953 | Stanislav Malyshev | 2005-01-03 | 1 | -4/+4 |
| | | | | | bug led to PHP exiting on queries with unknown columns | ||||
* | touch to avoid weird implicit makefile rule | Wez Furlong | 2004-07-18 | 1 | -1/+1 |
| | |||||
* | Fix sqlite build | Zeev Suraski | 2004-07-15 | 1 | -0/+1 |
| | |||||
* | Touch the file so that build system does not try to rebuild it. | Ilia Alshanetsky | 2004-07-12 | 1 | -1/+1 |
| | |||||
* | Upgrade bundled library to 2.8.14 + misc fixes | Wez Furlong | 2004-07-10 | 39 | -5369/+5848 |
| | | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742) | ||||
* | Fixed bug #27928 (sqlite incorrectly handles invalid filenames). | Ilia Alshanetsky | 2004-04-09 | 1 | -0/+6 |
| | |||||
* | Fix function declaration. | Ilia Alshanetsky | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | More wordsize fixes | Ard Biesheuvel | 2004-03-08 | 3 | -4/+4 |
| | |||||
* | update file for win32 build | Wez Furlong | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | touch generated parser. | Ilia Alshanetsky | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). | Ilia Alshanetsky | 2004-01-14 | 19 | -347/+647 |
| | |||||
* | touch | Wez Furlong | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | - Fix build | foobar | 2004-01-09 | 1 | -0/+8 |
| | |||||
* | touch to make build work without lemon.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | Update win32 build for new version of libsqlite | Wez Furlong | 2004-01-08 | 1 | -1/+73 |
| | |||||
* | Upgrade bundled libsqlite to 2.8.9 | Ilia Alshanetsky | 2004-01-08 | 35 | -6177/+4994 |
| | |||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2003-10-28 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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... | ||||
* | Prepare for enabling by default on Windows. | Edin Kadribasic | 2003-06-27 | 2 | -0/+346 |
| | |||||
* | Touch lemon generated file | Wez Furlong | 2003-06-06 | 1 | -0/+1 |
| | |||||
* | Update bundled library to 2.8.3 + patches from sqlite author to enable | Wez Furlong | 2003-06-06 | 23 | -903/+1037 |
| | | | | | authorization checks for the ATTACH database command. | ||||
* | Update for 2.8.2 | Wez Furlong | 2003-06-06 | 1 | -14/+9 |
| | |||||
* | Update bundled library to version 2.8.2. | Wez Furlong | 2003-06-04 | 38 | -7328/+10906 |
| | | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes | ||||
* | win32 fixes | Wez Furlong | 2003-04-22 | 1 | -1/+1 |
| | |||||
* | Add windows .dsp and some kludgy pre-generated headers. | Wez Furlong | 2003-04-22 | 2 | -0/+700 |
| | |||||
* | Remove whitespace added while touching. | Wez Furlong | 2003-04-17 | 3 | -3/+0 |
| | |||||
* | Touch generated files | Wez Furlong | 2003-04-17 | 3 | -0/+3 |
| | |||||
* | Bundle relevant parts of sqlite 2.8.0. | Wez Furlong | 2003-04-17 | 36 | -0/+38179 |
# sqlite has a completely non-restrictive license |