summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Collapse)AuthorAgeFilesLines
* - Completed the fix for bug #52010Felipe Pena2010-06-201-1/+1
| | | | | # Fixing pdo drivers
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling ↵Felipe Pena2010-03-181-1/+1
| | | | constructor)
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-122-1/+17
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-5/+5
|
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-6/+6
| | | | | | | | | | | 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-6/+6
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-0/+39
| | | | | (patch by Pierrick)
* - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS ↵Felipe Pena2009-07-191-0/+34
| | | | | | | with ctor_args) [HEAD only]
* Re-introduce the Matteo's patch and combine default & text handling sinceIlia Alshanetsky2009-05-201-16/+0
| | | | | they appear to be the same irregardless on notes inside sqlite3.h
* MFB: The \0 removal is only needed prior to 3.4.0Ilia Alshanetsky2009-05-191-1/+3
|
* MFB: Revert faulty warning fixIlia Alshanetsky2009-05-191-0/+4
|
* - Missing skip sectionJani Taskinen2009-04-254-0/+8
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
|
* - Fixed testsFelipe Pena2008-12-023-7/+6
|
* MFH:Felipe Pena2008-12-025-2/+126
| | | | | | - Fixed memory leaks - Added new tests (Coverage++)
* MFH:Felipe Pena2008-11-051-7/+13
| | | | | | - Fixed wrong check - Improved test
* - MFH: Improved fixFelipe Pena2008-11-031-0/+33
|
* - New testFelipe Pena2008-11-031-0/+50
|
* MFH:Felipe Pena2008-11-031-0/+31
| | | | | | - Fixed endless loop in PDOStatement::debugDumpParams() patch by: Jonah H. Harris <jonah.harris at gmail dot com>
* - Added skipifFelipe Pena2008-10-101-0/+4
|
* - New testFelipe Pena2008-10-101-0/+38
|
* Typo, bundled version is really 3.3.7Scott MacVicar2008-03-071-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
|
* No longer experimentalIlia Alshanetsky2007-08-201-0/+0
|
* Fixed bug #41831 (pdo_sqlite prepared statements convert resources toIlia Alshanetsky2007-08-011-1/+1
| | | | | strings).
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+3
|
* MFH: - Fixed bug #41794 (build fails with external libs under Solaris)foobar2007-06-251-3/+3
|
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-0/+3
|
* fix gcov build.......Nuno Lopes2007-05-171-396/+396
|
* Upgraded libsqlite3 to SQLite 3.3Ilia Alshanetsky2007-05-1611-459/+470
|
* fix gcov buildNuno Lopes2007-04-201-396/+396
|
* Upgraded SQLite 3 to version 3.3.16Ilia Alshanetsky2007-04-1820-183/+336
|
* declare THREADSAFE explicitly (it's On if undefined)Antony Dovgal2007-04-101-1/+7
|
* Upgrade libsqlite 3 inside PDO sqlite to version 3.3.15Ilia Alshanetsky2007-04-0950-3424/+5151
|
* export the module guy in the external dll version of the buildWez Furlong2007-03-231-1/+1
|
* Add php_pdo_sqlite_external.dll to windows build.Wez Furlong2007-03-221-0/+7
| | | | | | | | | This allows the user to provide their own version of sqlite3.dll. The php_pdo_sqlite.dll is still there, and will continue to be there. It is built from the bundled sources. [[DOC]] (this should cc: phpdoc, if it's wrong, please let the docs folks know :-)
* fix gcov build (#line stuff)Nuno Lopes2007-02-211-404/+404
|
* Upgraded SQLite 3 library to version 3.3.13Ilia Alshanetsky2007-02-2020-1247/+1560
|
* fix build on cygwin with windows-style EOLsNuno Lopes2007-02-151-1/+1
|
* fix gcov build (#line directives)Nuno Lopes2007-02-101-402/+402
|
* Upgraded SQLite 3 to version 3.3.12Ilia Alshanetsky2007-02-0948-2880/+5155
|
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
|
* - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-2/+2
| | | | | --with-libdir).
* Fix win32 buildRob Richards2006-12-061-0/+2
|
* last set of zts fixesIlia Alshanetsky2006-11-301-2/+4
|
* MFH: fix #39564 (PDO::errorInfo() returns inconsistent information when ↵Antony Dovgal2006-11-271-0/+3
| | | | sqlite3_step() fails)
* add missing ifdefAntony Dovgal2006-10-041-0/+2
|
* Additional expand_filepath() checksIlia Alshanetsky2006-09-161-0/+4
|
* use relative paths, so that we dont break the lcov reportsNuno Lopes2006-09-161-400/+400
|
* Removed duplicated entryHannes Magnusson2006-09-091-4/+1
|