Commit Graph

156 Commits

Author SHA1 Message Date
Scott MacVicar
2feac2e6d2 MFB: Make pdo_sqlite use the bundled extension with sqlite3 2008-08-01 12:02:40 +00:00
Jani Taskinen
3f73317c79 - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled. 2008-07-25 13:38:41 +00:00
Scott MacVicar
1390f0614d Remove non existent defines, change THREADSAFE to SQLITE_THREADSAFE and sync with 5.3 2008-07-24 14:20:51 +00:00
Scott MacVicar
fe8c688313 Add .cvsignore, update config.w32 and remove the other bundled sqlite library 2008-07-24 11:24:28 +00:00
Scott MacVicar
c28a412004 MFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO. 2008-07-24 01:01:43 +00:00
Scott MacVicar
2c77772943 MFB: This file isn't needed any more 2008-07-17 17:25:34 +00:00
Felipe Pena
b859ca7770 - Fixed compilation warnings 2008-03-22 20:37:08 +00:00
Scott MacVicar
b979efee24 MFB:
Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.)
Fixed bug #42443 (Bind integers and booleans as integers rather than strings.)
2008-03-07 17:02:48 +00:00
Scott MacVicar
31dade5280 MFB: Update bundled SQLite to 3.5.6 2008-03-07 10:55:14 +00:00
Nuno Lopes
1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Ilia Alshanetsky
0c773a50fc not exprimental 2007-08-29 00:10:58 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
foobar
d8884b5031 - Fixed bug #41794 (build fails with external libs under Solaris) 2007-06-25 16:26:19 +00:00
Antony Dovgal
f1f0deae4c php_localtime_r() checks 2007-06-07 09:07:12 +00:00
Nuno Lopes
286d7ba2da MFB: fix build on cygwin with windows-style EOLs 2007-02-15 20:53:26 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Derick Rethans
7b170eea73 - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores
--with-libdir).
2006-12-23 18:00:49 +00:00
Wez Furlong
c2a7928496 merge php5 pdo_sqlite into head; this source compiles on both php5 and php6. 2006-12-15 05:03:02 +00:00
Pierre Joye
a6ec097ef9 - fix build on HEAD
(not sure if it should compile on 6 and 5 or if it is required only for
   pdo, other drivers require this fix)
2006-12-10 02:32:17 +00:00
Rob Richards
3d73c5da0d MFB: Fix win32 build 2006-12-06 13:20:17 +00:00
Ilia Alshanetsky
8efa38df0b zts fixes 2006-11-30 16:38:53 +00:00
Antony Dovgal
8e6bca8f07 fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails) 2006-11-27 12:13:02 +00:00
Antony Dovgal
6924d8b2dc add missing ifdef 2006-10-04 13:02:18 +00:00
Ilia Alshanetsky
9d48f6fb61 MFB: Additional expand_filepath() checks 2006-09-16 18:31:07 +00:00
Nuno Lopes
c88dc5752d fix lcov report 2006-09-16 14:21:07 +00:00
Ilia Alshanetsky
5c01690d9b MFB: Upgraded libsqlite in pdo_sqlite to 3.3.7 2006-08-14 16:35:23 +00:00
Edin Kadribasic
78c2c50c86 MFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke 2006-05-11 21:48:57 +00:00
Andi Gutmans
e94e25e621 Start nuking safe_mode. Still a lot of work to do... 2006-02-19 00:55:22 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
foobar
7fa87000c5 - Fixed bug #35377 (undefined reference to "fdatasync") 2005-12-31 00:53:21 +00:00
Antony Dovgal
632e571642 MFB: add missing skipif conditions, fix existing ones
add one missing test
2005-12-21 11:43:24 +00:00
Ilia Alshanetsky
81d4a41dfb MFB51: Updated libsqlite in ext/pdo_sqlite to 3.2.8. 2005-12-20 15:33:19 +00:00
Ilia Alshanetsky
cf2e00bb39 MFB51: Proper error handling for persistent connections. 2005-12-20 14:50:30 +00:00
Ilia Alshanetsky
2c98f6435d MFB51: Fixed possible memory corruption. 2005-12-19 16:34:00 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Ilia Alshanetsky
f631fdef4c MFB51: Regen files so they work properly with gcov. 2005-12-04 17:25:26 +00:00
Antony Dovgal
e7f4360f2e MF51: use || instead of -o to support weird systems with old test 2005-11-27 23:00:55 +00:00
foobar
04dffec1c4 - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
Antony Dovgal
d4a9f53abc add test for #35336 2005-11-23 11:55:09 +00:00
foobar
72fd0627eb nuke #line directives. 2005-11-08 20:25:11 +00:00
Antony Dovgal
1f62b7e105 nuke warning 2005-10-03 23:47:55 +00:00
Ilia Alshanetsky
6495d65c5c Touch generated file 2005-09-26 19:32:17 +00:00
Ilia Alshanetsky
94d1e56360 Update bundled libsqlite3 to version 3.2.7 2005-09-26 19:31:41 +00:00
foobar
6fe5050c45 fix typo 2005-09-24 23:22:44 +00:00
Ilia Alshanetsky
75555bc472 Allow overloading of PDO constructor. 2005-09-20 19:52:05 +00:00
Wez Furlong
37ace0651b merge other PDO fixes from 5.1 branch.
Allow pdo_sqlite to build against 5.0 and 5.1 too.
2005-09-11 05:08:49 +00:00
Wez Furlong
739c0680d0 actually reset the statement when closeCursor() is called. 2005-09-11 04:59:41 +00:00
Ilia Alshanetsky
019aec0a6c touch 2005-08-28 16:57:30 +00:00