summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* Fix bug #50337Rasmus Lerdorf2009-11-301-3/+2
|
* 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
* Fix bug #48679 - Crash in SQLite with count on an unbuffered query setScott MacVicar2009-06-252-0/+25
|
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-1/+1
|
* - Removed:Felipe Pena2009-03-261-4/+2
| | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph)
* - Fixed buildFelipe Pena2009-03-231-2/+2
|
* MFB: Improved parameter parsingIlia Alshanetsky2009-03-221-2/+2
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-104-4/+4
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* - 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)
* Error handler isn't properly restored when using fetchObject() with SQLiteScott MacVicar2008-11-221-2/+6
|
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-2/+16
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-66/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+66
|
* 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>.
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-66/+0
|
* - WSMoriyoshi Koizumi2008-09-131-1/+1
|
* - Add missing =DIRMoriyoshi Koizumi2008-09-131-1/+1
|
* - Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-2/+2
|
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-16/+5
|
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
|
* Fixed uninitialized dataDmitry Stogov2008-07-251-0/+1
|
* support for closuresDmitry Stogov2008-07-172-0/+106
|
* MFB:Felipe Pena2008-07-051-44/+190
| | | | | | - Added arginfo (methods) - Removed #include "zend_arg_defs.c"
* - MFB: Added arginfo (functions)Felipe Pena2008-07-011-39/+274
|
* - Removed UEXPECT(F)Felipe Pena2008-05-2740-995/+0
|
* - Fixed compilation warningsFelipe Pena2008-03-221-2/+3
|
* MFB: Fix memory issues with statement being deleted twiceScott MacVicar2008-03-091-2/+2
|
* Fixed bug #42203 (Clear SQLite result sets before closing database.)Scott MacVicar2008-03-081-0/+15
|
* Added UEXPECTFelipe Pena2008-02-281-0/+3
|
* New macro for check void parametersFelipe Pena2008-02-281-26/+26
|
* Fix tests (new error message)Felipe Pena2008-02-041-2/+6
|
* both pdo & spl dependencies are optionalAntony Dovgal2008-01-301-4/+3
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-12/+12
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-8/+8
|
* - Fix some configure --help textsfoobar2007-07-031-4/+2
|
* php_localtime_r() checksAntony Dovgal2007-06-071-0/+3
|
* MFBIlia Alshanetsky2007-05-282-3/+2
|
* MFBIlia Alshanetsky2007-05-281-3/+7
|
* - fix vpath buildSascha Schumann2007-04-191-1/+1
|
* more magic number fixesAntony Dovgal2007-01-031-1/+1
|
* Bump year.Sebastian Bergmann2007-01-014-5/+5
|
* MFB: Added empty string checksIlia Alshanetsky2006-12-241-1/+4
|
* Fix buildHannes Magnusson2006-12-101-1/+1
|
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+11
|