summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-7/+2
* bump year and license versionfoobar2006-01-015-15/+15
* - Fixed bug #35377 (undefined reference to "fdatasync")foobar2005-12-311-1/+5
* MFB: add missing skipif conditions, fix existing onesAntony Dovgal2005-12-211-0/+4
* MFB51: Updated libsqlite in ext/pdo_sqlite to 3.2.8.Ilia Alshanetsky2005-12-202-2/+2
* 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-062-3/+3
* MFB51: Regen files so they work properly with gcov.Ilia Alshanetsky2005-12-041-1/+391
* MF51: use || instead of -o to support weird systems with old `test`Antony Dovgal2005-11-271-1/+1
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* add test for #35336Antony Dovgal2005-11-231-0/+22
* nuke #line directives.foobar2005-11-081-390/+0
* nuke warningAntony Dovgal2005-10-031-0/+1
* Touch generated fileIlia Alshanetsky2005-09-261-1/+1
* Update bundled libsqlite3 to version 3.2.7Ilia Alshanetsky2005-09-2640-4157/+4834
* fix typofoobar2005-09-241-1/+1
* 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
* actually reset the statement when closeCursor() is called.Wez Furlong2005-09-111-0/+2
* touchIlia Alshanetsky2005-08-281-1/+1
* Upgrade sqlite lib to 3.2.5Ilia Alshanetsky2005-08-2864-4128/+6145
* 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
* - 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
* Prep for PECL release.Wez Furlong2005-07-273-18/+45
* 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
* this needs to be the column count, otherwise a db->query() that returns 0 rowsWez Furlong2005-07-181-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-07-141-0/+1
* cursor_closer for SQLite.Ilia Alshanetsky2005-07-091-1/+8
* Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0.Ilia Alshanetsky2005-07-071-1/+1
* remove the old tests for pdo_sqliteWez Furlong2005-07-0629-1717/+0
* Add a redirect test to run the common pdo core tests against the sqliteWez Furlong2005-07-061-0/+12
* touch generated file.Ilia Alshanetsky2005-06-301-1/+1
* Upgraded bundled sqlite lib to 3.2.2Ilia Alshanetsky2005-06-3051-3758/+5190
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+6
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+10
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* 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-102-4/+205
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-2/+0