summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Fixed memory leaksFelipe Pena2008-12-021-2/+5
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* merge php5 pdo_sqlite into head; this source compiles on both php5 and php6.Wez Furlong2006-12-151-62/+45
* - fix build on HEADPierre Joye2006-12-101-2/+11
* MFB: Additional expand_filepath() checksIlia Alshanetsky2006-09-161-0/+4
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-7/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFB51: Proper error handling for persistent connections.Ilia Alshanetsky2005-12-201-3/+3
* MFB51: Fixed possible memory corruption.Ilia Alshanetsky2005-12-191-1/+10
* - Nuke php3 legacyfoobar2005-12-061-2/+2
* Allow overloading of PDO constructor.Ilia Alshanetsky2005-09-201-0/+2
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-0/+35
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-11/+11
* zts fixesWez Furlong2005-08-121-2/+2
* Only set authorizer if we intend to use it (safe_mode or open_basedir).Ilia Alshanetsky2005-07-271-1/+3
* implement the 'request shutdown' hook; this allows us to register UDFs onWez Furlong2005-06-101-11/+12
* add sqliteCreateAggregate()Wez Furlong2005-06-101-32/+165
* finish implementation of sqliteCreateFunction().Wez Furlong2005-06-101-13/+39
* work in progress on UDF.Wez Furlong2005-06-101-3/+187
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-3/+6
* Fixed compile warnings.Ilia Alshanetsky2005-02-091-4/+2
* Add PDO_ATTR_TIMEOUT support.Wez Furlong2005-02-091-1/+13
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-2/+2
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* be aware of scrollable cursors; sqlite doesn't support themWez Furlong2005-01-121-0/+6
* jumbo commit; implement sqlstate error codes.Wez Furlong2005-01-071-17/+36
* hmmmmm. Bound params *were* working this way before, but now it seems thatWez Furlong2004-12-261-1/+2
* fix build issuesWez Furlong2004-12-251-1/+1
* add entry for liveness checkWez Furlong2004-09-231-1/+2
* Use NO_PERM code hereWez Furlong2004-09-191-1/+1
* make it build on win32Wez Furlong2004-09-191-5/+9
* Add transaction support.Wez Furlong2004-09-191-5/+106
* First cut at a PDO driver for SQLite 3.xWez Furlong2004-09-191-0/+251