summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Bumber up yearfoobar2005-08-031-1/+1
* Use the new dependency systemfoobar2005-06-171-3/+3
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+18
* Fixed memory allocation bugs. Probably this patch should fix bug #31725.Dmitry Stogov2005-06-071-0/+3
* - Fixed bug #33185 (--enable-session=shared does not build)foobar2005-05-301-2/+2
* - Make SQLiteDatabase derivable by dropping final tag from class andMarcus Boerger2005-05-261-0/+4
* Fixed bug #32753 (Undefined constant SQLITE_NOTADB).Ilia Alshanetsky2005-04-191-0/+1
* I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that IWez Furlong2005-03-151-3/+3
* Implement a PDO driver for sqlite 2Wez Furlong2005-03-111-0/+17
* - SQLite depends on SPL if it is presentMarcus Boerger2005-02-151-5/+23
* - Proto fixMarcus Boerger2005-01-251-1/+1
* - Synch with MYSQLi extension and use RuntimeException as base forMarcus Boerger2005-01-241-0/+8
* - Fix protoMarcus Boerger2005-01-101-1/+1
* - Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail do...Marcus Boerger2005-01-101-2/+2
* - Implement iterator interface in sqliteMarcus Boerger2005-01-101-4/+30
* 'l' is long - int won't work on 64-bitStanislav Malyshev2004-11-261-1/+2
* 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
* Fixed bug 29395 (sqlite_escape_string() returns bogus data on emptyIlia Alshanetsky2004-07-271-1/+3
* Bump PHP 5 sqlite extension number to 2.0Wez Furlong2004-07-101-1/+1
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-12/+12
* add sqlite_exec()Stanislav Malyshev2004-05-131-0/+41
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-1/+7
* Empty query checks, bug #28112.Ilia Alshanetsky2004-04-221-0/+14
* bugfix #28112Marcus Boerger2004-04-221-1/+3
* Open basedir & safe_mode exception when copying or attaching to a memoryIlia Alshanetsky2004-04-111-2/+2
* Increase severity level and use a more precise error message.Marcus Boerger2004-04-031-1/+1
* Fix class namesMarcus Boerger2004-03-291-11/+11
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-281-1/+1
* Change to studlyCaps conventionMarcus Boerger2004-03-261-24/+24
* Revert studlyCaps change for nowMarcus Boerger2004-03-231-24/+24
* Consitency rulesMarcus Boerger2004-03-231-3/+3
* Changed sqlite's OO API to studlyCaps.Marcus Boerger2004-03-231-24/+24
* Change float operations to safe_emalloc().Ilia Alshanetsky2004-03-091-2/+2
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-081-8/+9
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-081-2/+2
* Corrected string escape calculation.Ilia Alshanetsky2004-03-071-2/+2
* Use correct variable name.Ilia Alshanetsky2004-03-061-1/+1
* Fixed a possible memory leaks inside sqlite_popen() &Ilia Alshanetsky2004-03-061-12/+19
* Fixed possible crash inside sqlite_escape_string() andIlia Alshanetsky2004-02-271-2/+2
* Wordsize fixesArd Biesheuvel2004-02-251-7/+7
* More wordsize/alignment fixesArd Biesheuvel2004-02-241-16/+16
* 64-bit fixesArd Biesheuvel2004-02-231-1/+1
* 64-bit fixArd Biesheuvel2004-02-231-1/+1
* Fix 64-bit crashArd Biesheuvel2004-02-221-1/+1
* For get_data iterator do not force numeric keys, return keys the userIlia Alshanetsky2004-02-151-1/+1
* Fixed a crash inside create_aggregate() method due to incorrect argumentIlia Alshanetsky2004-02-151-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* kill warningZeev Suraski2004-02-041-1/+1