summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-4/+4
| | | | | | in autoconf2.13 and we still support that version in this branch
* Cache the pdo include pathRasmus Lerdorf2011-05-151-4/+4
|
* - Year++Felipe Pena2011-01-014-4/+4
|
* - fix possible crash introduced by the null poisoning patchPierre Joye2010-12-181-0/+3
|
* - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-0/+10
| | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* - 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 set ↵Johannes Schlüter2009-06-252-0/+25
| | | | (Scott)
* Revert previous commit as it was causing alot more trouble than expectedKalle Sommer Nielsen2009-04-071-0/+2
|
* MFH: Fix redef warningsKalle Sommer Nielsen2009-04-061-2/+0
| | | | | Kill warning about php_localtime_r not being defined
* Improved parameter parsingIlia Alshanetsky2009-03-221-3/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* - MFH: Fixed memory leakFelipe Pena2008-12-011-0/+2
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-2/+2
| | | | using array_map)
* MFH Error handler isn't properly restored when using fetchObject() with SQLiteScott MacVicar2008-11-221-2/+6
|
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-2/+16
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-66/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+66
|
* MFH: Various tests for the sqlite ext.Felix De Vliegher2008-10-298-0/+334
| | | | | The sqlite session tests are by Mats Lindh <mats at lindh.no>.
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-66/+0
|
* Updated functions-signatures (const)Alexey Zakhlestin2008-10-161-2/+2
|
* - MFH: WSMoriyoshi Koizumi2008-09-131-1/+1
|
* - MFH: Add missing =DIRMoriyoshi Koizumi2008-09-131-1/+1
|
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-16/+5
|
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
|
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
|
* Support for closuresDmitry Stogov2008-07-172-0/+106
|
* - Added arginfo (methods)Felipe Pena2008-07-051-44/+190
| | | | | - Removed #include "zend_arg_defs.c"
* - Added arginfo (functions)Felipe Pena2008-07-011-39/+274
|
* More todo itemsIlia Alshanetsky2008-03-111-0/+2
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-26/+26
|
* Fix memory issues with statement being deleted twiceScott MacVicar2008-03-091-2/+2
|
* MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.)Scott MacVicar2008-03-081-0/+15
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* update todoIlia Alshanetsky2007-12-141-2/+0
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-5/+5
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-8/+8
|
* 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
|