summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a possible arbitrary memory access inside sqlite extension. Reported by...Ilia Alshanetsky2010-04-281-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery}...Felipe Pena2009-10-121-1/+1
* MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query setScott MacVicar2009-06-251-0/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Fixed memory leakFelipe Pena2008-12-011-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Remove pointless RINITIlia Alshanetsky2007-05-191-6/+1
* Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundledIlia Alshanetsky2007-05-051-1/+1
* use safe_reallocStanislav Malyshev2007-03-061-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix ZTS build without SPL enabledAntony Dovgal2006-10-201-1/+1
* Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-161-15/+10
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+11
* E_ERROR -> E_RECOVERABLE_ERRORIlia Alshanetsky2006-06-141-1/+1
* - Update after api changesMarcus Boerger2006-05-101-44/+47
* Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).Ilia Alshanetsky2006-04-181-1/+3
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-5/+5
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-3/+3
* Wrap the php_session.h include in the same ifdef as the rest of theBrian France2005-12-051-69/+71
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-1/+1
* Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value isIlia Alshanetsky2005-11-171-5/+8
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-141-1/+1
* MFH: Do not set authorizer unless safe_mode or open_basedir are being used.Ilia Alshanetsky2005-10-181-1/+3
* unused varAntony Dovgal2005-10-181-1/+1
* MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_caseIlia Alshanetsky2005-10-171-11/+11
* MFH: Allow retrieval of query parse errors from SQLite.Ilia Alshanetsky2005-09-081-19/+46
* - 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