Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Add test for deriving PDO | Marcus Boerger | 2005-05-24 | 1 | -0/+51 | |
| | ||||||
* | - Add new tests for PDO_FETCH_INTO | Marcus Boerger | 2005-05-24 | 1 | -0/+68 | |
| | ||||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -15/+20 | |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | |||||
* | cleanup | foobar | 2005-05-06 | 1 | -54/+49 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-04-23 | 1 | -0/+21 | |
| | ||||||
* | - This is not C++ code | foobar | 2005-04-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #32753 (Undefined constant SQLITE_NOTADB). | Ilia Alshanetsky | 2005-04-19 | 1 | -0/+1 | |
| | ||||||
* | Don't do PDO here if PDO is disabled | Rasmus Lerdorf | 2005-04-16 | 1 | -1/+2 | |
| | ||||||
* | - Fix test (warnings are expected since there is no support for this) | Marcus Boerger | 2005-03-21 | 1 | -67/+12 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-03-21 | 1 | -0/+61 | |
| | ||||||
* | - Update | Marcus Boerger | 2005-03-20 | 1 | -0/+1 | |
| | ||||||
* | remove debuging code | Wez Furlong | 2005-03-15 | 1 | -1/+0 | |
| | ||||||
* | I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I | Wez Furlong | 2005-03-15 | 1 | -3/+3 | |
| | | | | | am being built against HEAD of php-src. | |||||
* | build sqlite2 pdo driver on win32 | Wez Furlong | 2005-03-12 | 1 | -1/+9 | |
| | ||||||
* | - Add tests | Marcus Boerger | 2005-03-12 | 25 | -0/+1516 | |
| | ||||||
* | - Errcode might be empty | Marcus Boerger | 2005-03-12 | 1 | -1/+3 | |
| | ||||||
* | Fix crappy whitespace | Wez Furlong | 2005-03-12 | 1 | -102/+130 | |
| | ||||||
* | Implement a PDO driver for sqlite 2 | Wez Furlong | 2005-03-11 | 4 | -4/+639 | |
| | ||||||
* | - Regroup and add a test | Marcus Boerger | 2005-02-19 | 3 | -2/+30 | |
| | ||||||
* | - SQLite depends on SPL if it is present | Marcus Boerger | 2005-02-15 | 4 | -7/+54 | |
| | | | | | | - Add SQLiteResult::count() - SQLiteResult implements Countable if present | |||||
* | same fix here | Wez Furlong | 2005-02-13 | 1 | -1/+1 | |
| | ||||||
* | update todo | Wez Furlong | 2005-02-06 | 1 | -2/+2 | |
| | ||||||
* | - Proto fix | Marcus Boerger | 2005-01-25 | 1 | -1/+1 | |
| | ||||||
* | - Synch with MYSQLi extension and use RuntimeException as base for | Marcus Boerger | 2005-01-24 | 1 | -0/+8 | |
| | | | | | SQLiteException if SPL is present. | |||||
* | - Fix proto | Marcus Boerger | 2005-01-10 | 1 | -1/+1 | |
| | ||||||
* | - Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail ↵ | Marcus Boerger | 2005-01-10 | 1 | -2/+2 | |
| | | | | dot com) | |||||
* | - Implement iterator interface in sqlite | Marcus Boerger | 2005-01-10 | 2 | -4/+31 | |
| | ||||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 | |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | |||||
* | 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 | |||||
* | 'l' is long - int won't work on 64-bit | Stanislav Malyshev | 2004-11-26 | 1 | -1/+2 | |
| | ||||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -2/+2 | |
| | | | | | to support multi-ABI platforms. | |||||
* | Added sqlite_fetch_column_types() 3rd argument for arrays. | Ilia Alshanetsky | 2004-10-14 | 1 | -4/+9 | |
| | ||||||
* | Probable fix for Bug #30147 | Wez Furlong | 2004-09-25 | 1 | -0/+1 | |
| | ||||||
* | Allow sqlite_fetch_column_types() to properly handle table names with | Ilia Alshanetsky | 2004-08-02 | 1 | -1/+1 | |
| | | | | | spaces in them. | |||||
* | Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty | Ilia Alshanetsky | 2004-07-27 | 1 | -1/+3 | |
| | | | | | | | strings). Original Patch by: Tony | |||||
* | 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 | |
| | ||||||
* | Fix #28402: no need for -ldl | Wez Furlong | 2004-07-10 | 1 | -1/+1 | |
| | ||||||
* | Bump PHP 5 sqlite extension number to 2.0 | Wez Furlong | 2004-07-10 | 2 | -2/+2 | |
| | | | | | (put some distance between it and the 4.3 version) | |||||
* | Upgrade bundled library to 2.8.14 + misc fixes | Wez Furlong | 2004-07-10 | 43 | -5463/+5857 | |
| | | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742) | |||||
* | 64-bit bugsquash party | Ard Biesheuvel | 2004-06-16 | 1 | -12/+12 | |
| | ||||||
* | Allow sqlite to build as a shared ext under win32 | Wez Furlong | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | add sqlite_exec() | Stanislav Malyshev | 2004-05-13 | 2 | -0/+42 | |
| | ||||||
* | - Added missing UNREGISTER_INI_ENTRIES | Marcus Boerger | 2004-05-12 | 1 | -1/+7 | |
| | ||||||
* | - HTML entity to ISO char. | Derick Rethans | 2004-04-30 | 1 | -1/+1 | |
| | ||||||
* | An oumlaut doesn't work here, need ASCII only | Marcus Boerger | 2004-04-29 | 1 | -1/+1 | |
| | ||||||
* | Avoid warning to interfere test result | Marcus Boerger | 2004-04-22 | 1 | -2/+2 | |
| | ||||||
* | Empty query checks, bug #28112. | Ilia Alshanetsky | 2004-04-22 | 1 | -0/+14 | |
| | ||||||
* | Add test for bug #28112 | Marcus Boerger | 2004-04-22 | 1 | -0/+14 | |
| |