Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | nuke unused variable | foobar | 2005-06-17 | 1 | -2/+2 | |
| | ||||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+18 | |
| | | | | dependencies and conflicts | |||||
* | use PHP_CHECK_PDO_INCLUDES | foobar | 2005-06-14 | 1 | -11/+1 | |
| | ||||||
* | - Show "none" when nothing is found | foobar | 2005-06-07 | 1 | -1/+3 | |
| | ||||||
* | Fixed memory allocation bugs. Probably this patch should fix bug #31725. | Dmitry Stogov | 2005-06-07 | 1 | -0/+3 | |
| | ||||||
* | We only need LEMON for bundled stuff | foobar | 2005-06-02 | 1 | -2/+2 | |
| | ||||||
* | typo fix | Hartmut Holzgraefe | 2005-05-30 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #33185 (--enable-session=shared does not build) | foobar | 2005-05-30 | 2 | -4/+4 | |
| | ||||||
* | gracefully handle changes of the parse.y lemon file, | Hartmut Holzgraefe | 2005-05-30 | 2 | -1/+39 | |
| | | | | | | | process it with lemon if available, else just keep the .c file from CVS not doing so leads to make using its implicit .y->.c rule here and bison doesn't really understand lemon syntax | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+2 | |
| | ||||||
* | - Need to make PDO::__construct() final to prevent SEGV it isn't called 1st | Marcus Boerger | 2005-05-26 | 2 | -2/+0 | |
| | ||||||
* | - Make SQLiteDatabase derivable by dropping final tag from class and | Marcus Boerger | 2005-05-26 | 1 | -0/+4 | |
| | | | | | making the ctor final to ensure it is being called, which is the problem. | |||||
* | - 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 | |
| |