summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* Added missing file entryIlia Alshanetsky2006-08-141-0/+1
|
* Upgraded bunbled SQLite lib to 3.3.7Ilia Alshanetsky2006-08-1483-7750/+17126
|
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+1
|
* - document the --with-pdo-sqlite[=dir]Pierre Joye2006-05-031-0/+3
|
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-1/+1
|
* prep for pecl releaseWez Furlong2006-05-021-3/+3
|
* bump year and license versionfoobar2006-01-015-15/+15
|
* MFH:- Fixed bug #35377 (undefined reference to "fdatasync")foobar2005-12-311-1/+5
|
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+4
| | | | | fix existing ones
* Updated libsqlite in ext/pdo_sqlite to 3.2.8.Ilia Alshanetsky2005-12-202-2/+2
|
* Proper error handling for persistent connections.Ilia Alshanetsky2005-12-201-3/+3
|
* Fixed possible memory corruption.Ilia Alshanetsky2005-12-191-1/+10
|
* MFH: nuke php3 legacyfoobar2005-12-062-3/+3
|
* switch to package2.xmlWez Furlong2005-12-043-178/+188
|
* Regen files so they work properly with gcov.Ilia Alshanetsky2005-12-041-389/+389
|
* use || instead of -o to support weird systems with old `test`Antony Dovgal2005-11-271-1/+1
|
* set to 1.0 stable.Wez Furlong2005-11-262-2/+2
|
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
|
* prep for releaseWez Furlong2005-11-241-4/+4
|
* fix #35336 (crash on PDO::FETCH_CLASS + __set())Antony Dovgal2005-11-231-0/+22
|
* prep for PECL releaseWez Furlong2005-11-011-12/+14
|
* Closes PECL Bug #5633.Wez Furlong2005-11-011-2/+2
| | | | | Build tested with 5.0.x as PECL, 5.1 as PECL and 5.1 static
* ZTS test fixIlia Alshanetsky2005-10-181-2/+2
|
* MFH: nuke warningAntony Dovgal2005-10-031-0/+1
|
* - TSRM fixMarcus Boerger2005-09-291-1/+1
|
* Touch generated fileIlia Alshanetsky2005-09-261-1/+1
|
* MFH: upgraded bundled libsqlite3 to version 3.2.7Ilia Alshanetsky2005-09-2641-4158/+4834
|
* reinstate this fix for building against PHP 5.0.x.Wez Furlong2005-09-251-1/+1
| | | | | | This works fine against PHP 5.1 too; if you revert this, you'd better have an awesome technical reason, or I'll remove your karma.
* Revert the "fix". It works fine when you use PHP_5_1foobar2005-09-241-1/+1
|
* fix typofoobar2005-09-241-1/+1
|
* 99% certain that this fixes PECL #5366 and PECL #5391.Wez Furlong2005-09-241-1/+1
|
* Refs #34630Wez Furlong2005-09-241-5/+20
|
* MFH: Allow overloading of PDO constructor.Ilia Alshanetsky2005-09-201-0/+2
|
* update manifestWez Furlong2005-09-111-0/+2
|
* update package.xml files and version numbers, in anticipation of a big bunch ↵Wez Furlong2005-09-112-4/+5
| | | | of releases.
* MFH: reset the statement when closeCursor() is called.Wez Furlong2005-09-111-0/+2
|
* Fixed compiler warningIlia Alshanetsky2005-09-051-0/+1
|
* Upgraded bundled SQLite library for PDO:SQLite to 3.2.5Ilia Alshanetsky2005-08-281-1/+1
|
* Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)Ilia Alshanetsky2005-08-2864-4128/+6145
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed sqlite build, sqlite3.h was not being correctly generated.Ilia Alshanetsky2005-07-291-1/+1
|
* Backport of libsqlite fix in relation to AS keyword.Ilia Alshanetsky2005-07-291-0/+1
|
* fix VPATH buildsfoobar2005-07-291-1/+1
|
* fixup the build in HEAD again... moved the maintainer only stuff out of theWez Furlong2005-07-272-13/+12
| | | | | config.m4 and into a separate script to make it cleaner
* Prep for PECL release.Wez Furlong2005-07-273-18/+45
| | | | | | Fixup config.m4 to work properly under a pear tool vpath build # seems strange that it was so badly broken... did something major change?
* Only set authorizer if we intend to use it (safe_mode or open_basedir).Ilia Alshanetsky2005-07-271-1/+3
|
* Added test for bug #33841.Ilia Alshanetsky2005-07-241-0/+28
|
* Fixed bug #33841 (pdo sqlite driver forgets to update affected column countIlia Alshanetsky2005-07-231-0/+1
| | | | | on execution of prepared statments).
* this needs to be the column count, otherwise a db->query() that returns 0 rowsWez Furlong2005-07-181-1/+1
| | | | | will fail rather than returning a statement with no rows.
* Fixed compiler warning.Ilia Alshanetsky2005-07-141-0/+1
|