| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | MFB: Re-introduce the Matteo's patch and combine default & text handling | Ilia Alshanetsky | 2009-05-20 | 1 | -10/+0 | |
| | | | | | | since they appear to be the same irregardless on notes inside sqlite3.h | |||||
| * | The \0 removal is only needed prior to 3.4.0 | Ilia Alshanetsky | 2009-05-19 | 1 | -2/+3 | |
| | | ||||||
| * | Revert faulty warning fix | Ilia Alshanetsky | 2009-05-19 | 1 | -0/+4 | |
| | | ||||||
| * | MFH | Matteo Beccati | 2009-05-07 | 1 | -5/+0 | |
| | | | | | | - Fixed bug #48185 removing no-op code | |||||
| * | MFH: Fix cleanup | Jani Taskinen | 2009-04-25 | 1 | -1/+5 | |
| | | ||||||
| * | MFB: Added missing SKIPIF | Jani Taskinen | 2009-04-25 | 6 | -1/+11 | |
| | | ||||||
| * | MFH: reverted previous patch, using explicit cast instead | Alexey Zakhlestin | 2009-04-01 | 1 | -15/+7 | |
| | | ||||||
| * | MFH: const pointer was used in non-const context | Alexey Zakhlestin | 2009-04-01 | 1 | -4/+12 | |
| | | ||||||
| * | - Fix test | Felipe Pena | 2009-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | MFH: Fix #46542 Extending PDO class with a __call() function doesn't work | Johannes Schlüter | 2009-02-17 | 1 | -0/+20 | |
| | | | | | | as expected | |||||
| * | - New test | Felipe Pena | 2009-02-13 | 1 | -0/+51 | |
| | | ||||||
| * | MFH Add table key to getColumnMeta() with SQLite | Scott MacVicar | 2009-01-13 | 3 | -1/+36 | |
| | | ||||||
| * | MFH Fix building of pdo_sqlite without sqlite3 | Scott MacVicar | 2009-01-12 | 1 | -0/+4 | |
| | | ||||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 | |
| | | ||||||
| * | MFH: Fix tests (use a in-memory database not a file called memory) | Johannes Schlüter | 2008-12-03 | 7 | -7/+7 | |
| | | ||||||
| * | MFH: | Felipe Pena | 2008-12-02 | 5 | -2/+126 | |
| | | | | | | | - Fixed memory leaks - Added new tests (Coverage++) | |||||
| * | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 | |
| | | | | | using array_map) | |||||
| * | MFH: | Felipe Pena | 2008-11-05 | 1 | -7/+13 | |
| | | | | | | | - Fixed wrong check - Improved test | |||||
| * | - MFH: Improved fix | Felipe Pena | 2008-11-03 | 1 | -0/+33 | |
| | | ||||||
| * | - New test | Felipe Pena | 2008-11-03 | 1 | -0/+50 | |
| | | ||||||
| * | MFH: | Felipe Pena | 2008-11-03 | 1 | -0/+31 | |
| | | | | | | | - Fixed endless loop in PDOStatement::debugDumpParams() patch by: Jonah H. Harris <jonah.harris at gmail dot com> | |||||
| * | - Added skipif | Felipe Pena | 2008-10-10 | 1 | -0/+4 | |
| | | ||||||
| * | - New test | Felipe Pena | 2008-10-10 | 1 | -0/+38 | |
| | | ||||||
| * | Stupid typo | Elizabeth Marie Smith | 2008-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix include path | Elizabeth Marie Smith | 2008-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions ↵ | Elizabeth Marie Smith | 2008-08-05 | 1 | -2/+5 | |
| | | | | | don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static | |||||
| * | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 | |
| | | ||||||
| * | Still need defines so that sqlite3.h will match the lib that sqlite3 uses | Scott MacVicar | 2008-07-31 | 1 | -1/+9 | |
| | | ||||||
| * | Bundled pdo_sqlite files are no longer required | Scott MacVicar | 2008-07-31 | 3 | -93003/+0 | |
| | | ||||||
| * | Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!) | Scott MacVicar | 2008-07-31 | 1 | -12/+5 | |
| | | | | | | Fix test after class rename | |||||
| * | MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all | Jani Taskinen | 2008-07-25 | 1 | -5/+5 | |
| | | | | | | | MFH: enabled-by-default drivers. Also error out if you try to configure MFH: a driver as static but pdo is disabled. | |||||
| * | MFH: Remove non existent defines and change THREADSAFE to SQLITE_THREADSAFE | Scott MacVicar | 2008-07-24 | 2 | -4/+4 | |
| | | ||||||
| * | MFH: Add .cvsignore, update config.w32 and remove the other bundled sqlite ↵ | Scott MacVicar | 2008-07-24 | 126 | -136077/+2 | |
| | | | | | library | |||||
| * | Update pdo_sqlite to use the amalgamation, much easier to upgrade / ↵ | Scott MacVicar | 2008-07-24 | 6 | -54/+93006 | |
| | | | | | | | | maintain. Also kill useless PECL version tag in MINFO. Will probably be chastised by Jani for doing branch first... | |||||
| * | This file isn't needed any more | Scott MacVicar | 2008-07-17 | 1 | -158/+0 | |
| | | ||||||
| * | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -4/+4 | |
| | | | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers | |||||
| * | - really check for the dependency, libs and header and don't enable the ext ↵ | Pierre Joye | 2008-06-22 | 1 | -4/+8 | |
| | | | | | if something is missing | |||||
| * | fix gcov build | Antony Dovgal | 2008-03-10 | 1 | -390/+390 | |
| | | ||||||
| * | Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to ↵ | Scott MacVicar | 2008-03-07 | 1 | -2/+33 | |
| | | | | | | | | stop errors with null bytes.) Fixed bug #42443 (Bind integers and booleans as integers rather than strings.) | |||||
| * | Update bundled SQLite to 3.5.6 | Scott MacVicar | 2008-03-07 | 106 | -22109/+32438 | |
| | | ||||||
| * | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 | |
| | | | | | | #in preparation for the gcc 4 visibility patch | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 | |
| | | ||||||
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 2 | -4/+4 | |
| | | ||||||
| * | No longer experimental | Ilia Alshanetsky | 2007-08-20 | 1 | -0/+0 | |
| | | ||||||
| * | Fixed bug #41831 (pdo_sqlite prepared statements convert resources to | Ilia Alshanetsky | 2007-08-01 | 1 | -1/+1 | |
| | | | | | | strings). | |||||
| * | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+3 | |
| | | ||||||
| * | MFH: - Fixed bug #41794 (build fails with external libs under Solaris) | foobar | 2007-06-25 | 1 | -3/+3 | |
| | | ||||||
| * | MFH: php_localtime_r() checks | Antony Dovgal | 2007-06-07 | 1 | -0/+3 | |
| | | ||||||
| * | fix gcov build....... | Nuno Lopes | 2007-05-17 | 1 | -396/+396 | |
| | | ||||||
| * | Upgraded libsqlite3 to SQLite 3.3 | Ilia Alshanetsky | 2007-05-16 | 11 | -459/+470 | |
| | | ||||||
