summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Expand)AuthorAgeFilesLines
* MFB51: Don't lose track of exec() errors in pdo_sqlite2Ilia Alshanetsky2005-12-211-1/+5
* MFB: add missing skipif conditions, fix existing onesAntony Dovgal2005-12-211-0/+2
* MFB51:Ilia Alshanetsky2005-12-208-34/+12
* MFB: int -> longAntony Dovgal2005-12-171-1/+1
* - Nuke php3 legacyfoobar2005-12-062-7/+7
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-3/+3
* Wrap the php_session.h include in the same ifdef as the rest of theBrian France2005-12-051-70/+72
* MFB51: Regen files so they work properly with gcov.Ilia Alshanetsky2005-12-041-1232/+517
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-1/+1
* MFB51: Fixed bug #35248 (sqlite_query() doesnt set error_msg when returnIlia Alshanetsky2005-11-172-5/+23
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-1/+1
* Do not set authorizer unless safe_mode or open_basedir are being used.Ilia Alshanetsky2005-10-181-1/+3
* nuke unused var and silence warningsAntony Dovgal2005-10-181-3/+3
* MFB51: Fixed bug #34899 (Fixed sqlite extension compile failure).Ilia Alshanetsky2005-10-181-1/+1
* Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case isIlia Alshanetsky2005-10-171-5/+5
* - Silence unnecessary outputfoobar2005-10-161-1/+1
* MFB: Build PDO and SQLite as sharedEdin Kadribasic2005-09-241-1/+1
* - MFBMarcus Boerger2005-09-161-1/+1
* Allow retrieval of query parse errors from SQLite.Ilia Alshanetsky2005-09-081-19/+46
* Upgraded sqlite2 lib to 2.8.16Ilia Alshanetsky2005-09-0717-189/+270
* Unicode support cleanupDmitry Stogov2005-08-231-39/+5
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-16/+17
* Unicode supportDmitry Stogov2005-08-1640-33/+1114
* ZTS fixes.Sebastian Bergmann2005-08-122-3/+3
* Unicode support.Andrei Zmievski2005-08-111-1/+1
* - Bumber up yearfoobar2005-08-033-3/+3
* adopt generic PDO test suiteWez Furlong2005-07-0730-1661/+12
* Use the new dependency systemfoobar2005-06-171-3/+3
* nuke unused variablefoobar2005-06-171-2/+2
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+18
* use PHP_CHECK_PDO_INCLUDESfoobar2005-06-141-11/+1
* - Show "none" when nothing is foundfoobar2005-06-071-1/+3
* Fixed memory allocation bugs. Probably this patch should fix bug #31725.Dmitry Stogov2005-06-071-0/+3
* We only need LEMON for bundled stufffoobar2005-06-021-2/+2
* typo fixHartmut Holzgraefe2005-05-301-1/+1
* - Fixed bug #33185 (--enable-session=shared does not build)foobar2005-05-302-4/+4
* gracefully handle changes of the parse.y lemon file,Hartmut Holzgraefe2005-05-302-1/+39
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-2/+0
* - Make SQLiteDatabase derivable by dropping final tag from class andMarcus Boerger2005-05-261-0/+4
* - Add test for deriving PDOMarcus Boerger2005-05-241-0/+51
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-241-0/+68
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-15/+20
* cleanupfoobar2005-05-061-54/+49
* - Add new testsMarcus Boerger2005-04-231-0/+21
* - This is not C++ codefoobar2005-04-191-1/+1
* Fixed bug #32753 (Undefined constant SQLITE_NOTADB).Ilia Alshanetsky2005-04-191-0/+1
* Don't do PDO here if PDO is disabledRasmus Lerdorf2005-04-161-1/+2
* - Fix test (warnings are expected since there is no support for this)Marcus Boerger2005-03-211-67/+12
* - Add new testsMarcus Boerger2005-03-211-0/+61