summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* nuke unused variablefoobar2005-06-171-2/+2
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-1/+18
| | | | dependencies and conflicts
* use PHP_CHECK_PDO_INCLUDESfoobar2005-06-141-11/+1
|
* - Show "none" when nothing is foundfoobar2005-06-071-1/+3
|
* Fixed memory allocation bugs. Probably this patch should fix bug #31725.Dmitry Stogov2005-06-071-0/+3
|
* We only need LEMON for bundled stufffoobar2005-06-021-2/+2
|
* typo fixHartmut Holzgraefe2005-05-301-1/+1
|
* - Fixed bug #33185 (--enable-session=shared does not build)foobar2005-05-302-4/+4
|
* gracefully handle changes of the parse.y lemon file,Hartmut Holzgraefe2005-05-302-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" textsfoobar2005-05-291-2/+2
|
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-2/+0
|
* - Make SQLiteDatabase derivable by dropping final tag from class andMarcus Boerger2005-05-261-0/+4
| | | | | making the ctor final to ensure it is being called, which is the problem.
* - Add test for deriving PDOMarcus Boerger2005-05-241-0/+51
|
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-241-0/+68
|
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-15/+20
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* cleanupfoobar2005-05-061-54/+49
|
* - Add new testsMarcus Boerger2005-04-231-0/+21
|
* - This is not C++ codefoobar2005-04-191-1/+1
|
* Fixed bug #32753 (Undefined constant SQLITE_NOTADB).Ilia Alshanetsky2005-04-191-0/+1
|
* Don't do PDO here if PDO is disabledRasmus Lerdorf2005-04-161-1/+2
|
* - Fix test (warnings are expected since there is no support for this)Marcus Boerger2005-03-211-67/+12
|
* - Add new testsMarcus Boerger2005-03-211-0/+61
|
* - UpdateMarcus Boerger2005-03-201-0/+1
|
* remove debuging codeWez Furlong2005-03-151-1/+0
|
* I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that IWez Furlong2005-03-151-3/+3
| | | | | am being built against HEAD of php-src.
* build sqlite2 pdo driver on win32Wez Furlong2005-03-121-1/+9
|
* - Add testsMarcus Boerger2005-03-1225-0/+1516
|
* - Errcode might be emptyMarcus Boerger2005-03-121-1/+3
|
* Fix crappy whitespaceWez Furlong2005-03-121-102/+130
|
* Implement a PDO driver for sqlite 2Wez Furlong2005-03-114-4/+639
|
* - Regroup and add a testMarcus Boerger2005-02-193-2/+30
|
* - SQLite depends on SPL if it is presentMarcus Boerger2005-02-154-7/+54
| | | | | | - Add SQLiteResult::count() - SQLiteResult implements Countable if present
* same fix hereWez Furlong2005-02-131-1/+1
|
* update todoWez Furlong2005-02-061-2/+2
|
* - Proto fixMarcus Boerger2005-01-251-1/+1
|
* - Synch with MYSQLi extension and use RuntimeException as base forMarcus Boerger2005-01-241-0/+8
| | | | | SQLiteException if SPL is present.
* - Fix protoMarcus Boerger2005-01-101-1/+1
|
* - Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail ↵Marcus Boerger2005-01-101-2/+2
| | | | dot com)
* - Implement iterator interface in sqliteMarcus Boerger2005-01-102-4/+31
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-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=1953Stanislav Malyshev2005-01-031-4/+4
| | | | | bug led to PHP exiting on queries with unknown columns
* 'l' is long - int won't work on 64-bitStanislav Malyshev2004-11-261-1/+2
|
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
| | | | | to support multi-ABI platforms.
* Added sqlite_fetch_column_types() 3rd argument for arrays.Ilia Alshanetsky2004-10-141-4/+9
|
* Probable fix for Bug #30147Wez Furlong2004-09-251-0/+1
|
* Allow sqlite_fetch_column_types() to properly handle table names withIlia Alshanetsky2004-08-021-1/+1
| | | | | spaces in them.
* Fixed bug 29395 (sqlite_escape_string() returns bogus data on emptyIlia Alshanetsky2004-07-271-1/+3
| | | | | | | strings). Original Patch by: Tony
* touch to avoid weird implicit makefile ruleWez Furlong2004-07-181-1/+1
|
* Fix sqlite buildZeev Suraski2004-07-151-0/+1
|
* Touch the file so that build system does not try to rebuild it.Ilia Alshanetsky2004-07-121-1/+1
|