summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* - Completed the fix for bug #52010Felipe Pena2010-06-201-1/+1
| | | | | # Fixing pdo drivers
* - Fixed bug #49320 (PDO returns null when SQLite connection fails)Felipe Pena2010-06-121-0/+1
|
* Fixed a possible arbitrary memory access inside sqlite extension. Reported ↵Ilia Alshanetsky2010-04-281-2/+2
| | | | by Mateusz Kocielski.
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-4/+4
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-4/+4
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, ↵Felipe Pena2009-10-122-1/+24
| | | | SingleQuery} methods using Reflection
* MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query setScott MacVicar2009-06-252-0/+25
|
* MFB53: Revert previous commit as it was causing alot more trouble than expectedKalle Sommer Nielsen2009-04-071-0/+2
|
* MFB53: Kill warning about php_localtime_r not being definedKalle Sommer Nielsen2009-04-061-2/+0
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* - MFH: Fixed memory leakFelipe Pena2008-12-011-0/+2
|
* - MFH: WSMoriyoshi Koizumi2008-09-131-1/+1
|
* - MFH: Add missing =DIRMoriyoshi Koizumi2008-09-131-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* MFH: Fix some configure --help textsfoobar2007-07-031-4/+2
|
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-0/+3
|
* Remove pointless RINITIlia Alshanetsky2007-05-192-7/+1
|
* Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundledIlia Alshanetsky2007-05-052-4/+8
| | | | | sqlite2 lib).
* - fix vpath buildSascha Schumann2007-04-191-1/+1
|
* use safe_reallocStanislav Malyshev2007-03-061-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
|
* Added empty string checksIlia Alshanetsky2006-12-241-1/+4
|
* Fix win32 buildFrank M. Kromann2006-12-011-0/+2
|
* last set of zts fixesIlia Alshanetsky2006-11-301-2/+3
|
* fix ZTS build without SPL enabledAntony Dovgal2006-10-201-1/+1
|
* Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-162-15/+14
|
* add new testAntony Dovgal2006-09-101-0/+18
|
* MFH: fix #38759 (PDO sqlite2 empty query causes segfault)Antony Dovgal2006-09-091-1/+1
|
* 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
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* bump year and license versionfoobar2006-01-014-12/+12
|
* Don't lose track of exec() errors in pdo_sqlite2Ilia Alshanetsky2005-12-211-1/+5
|
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+2
| | | | | fix existing ones
* Updated libsqlite in ext/sqlite to 2.8.17.Ilia Alshanetsky2005-12-208-34/+12
| | | | | Use in-memory database for tests.
* change int to long and fix valgrind warningsAntony Dovgal2005-12-171-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-062-7/+7
|
* 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
| | | | | session code.
* Regen files so they work properly with gcov.Ilia Alshanetsky2005-12-041-1232/+517
|
* Fix dep usage; it must appear after the PHP_NEW_EXTENSION line.Wez Furlong2005-11-301-4/+3
| | | | | pdo and spl are both optional dependencies.
* 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-172-5/+23
| | | | | being used).
* MFH: fix #35197 (Destructor is not called) and similar issues in other ↵Antony Dovgal2005-11-141-1/+1
| | | | extensions
* - Fix test expectations - we are no detecting the error earlierMarcus Boerger2005-11-031-1/+3
| | | | | | # Unfortunatley we also lower the severity here because sqlite's error # facility is dealing with the problem at this early stage as E_WARNING.
* 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
|