root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @82 [82] 08/06/08 15:13:51 scott Sync with PHP 5.3
(edit) @81 [81] 08/06/08 14:27:03 scott Sync libsqlite to 3.6.1
(edit) @80 [80] 08/06/08 14:26:11 scott Fix tests
(edit) @79 [79] 07/25/08 02:34:03 scott Fix memory leaks and destruction problems
(edit) @78 [78] 07/24/08 13:02:02 scott Switch to using the amalgamation and use zend_parse_parameters_none()
(edit) @77 [77] 07/22/08 22:53:03 scott Update the years to 2008
(edit) @76 [76] 07/22/08 08:48:15 scott More refactoring, breaks some tests for the moment
(edit) @75 [75] 07/22/08 08:47:37 scott More tests
(edit) @74 [74] 07/19/08 14:33:37 scott Part 1 of tidy up
(edit) @73 [73] 07/10/08 01:35:34 scott New tests
(edit) @72 [72] 07/10/08 00:24:38 scott Add some new tests
(edit) @71 [71] 07/10/08 00:23:43 scott Remove unused variable and fix memory leak
(edit) @70 [70] 07/09/08 13:16:56 scott SQLite3::version should be static, its not dependant on the instance.
(edit) @69 [69] 07/03/08 00:34:29 scott Add some error cases
(edit) @68 [68] 06/25/08 15:29:27 scott Fix error when querySingle returns no rows and use NULL rather than empty …
(edit) @67 [67] 06/20/08 14:38:43 scott Make sure we build correctly with ZTS enabled, the problem here was with …
(edit) @66 [66] 06/19/08 16:01:19 scott Add warning when its the wrong version of SQLite in use.
(edit) @65 [65] 06/14/08 09:53:10 scott back to -dev
(edit) @64 [64] 06/14/08 09:52:32 scott Update document and prepare for a release
(edit) @63 [63] 06/14/08 09:43:07 scott kill numRows since its implementation is debatable
(edit) @62 [62] 06/07/08 00:14:29 scott add querySingle for helgi
(edit) @61 [61] 06/06/08 22:02:01 scott Update bundle to sqlite 3.5.9
(edit) @60 [60] 06/06/08 21:56:36 scott Another segfault when query was used
(edit) @59 [59] 06/06/08 21:36:55 scott Fix segfault
(edit) @58 [58] 06/06/08 19:48:10 scott Add arginfo to the extension so reflection works
(edit) @57 [57] 04/28/08 02:53:41 scott Tidy up code from today
(edit) @56 [56] 04/27/08 22:51:00 scott Allow implicit freeing of objects when a database is closed with …
(edit) @55 [55] 04/24/08 22:27:05 scott This is a quick hack to implement numRows, I will change it to perform …
(edit) @54 [54] 04/18/08 14:27:49 scott Upgrade bundled SQLite to 3.5.8
(edit) @53 [53] 04/11/08 00:57:00 scott Back to dev
(edit) @52 [52] 04/11/08 00:50:34 scott Fix version number and bug with FTS3 being compiled in. Update date since …
(edit) @51 [51] 04/10/08 22:40:10 scott Latest files in preparation for a release.
(edit) @50 [50] 04/10/08 22:34:33 scott Add missing config file.
(edit) @49 [49] 04/10/08 17:09:48 scott Add column type and 2 new error functions.
(edit) @48 [48] 04/09/08 23:57:58 scott Sync libsqlite to 3.5.7
(edit) @47 [47] 04/09/08 23:44:13 scott Use sqlite3_column_count since it can be ran on a non-executed statement.
(edit) @46 [46] 03/31/08 10:27:21 scott Change the version and how its layed out for compliance with the Windows …
(edit) @45 [45] 03/19/08 17:42:26 scott test
(edit) @44 [44] 03/09/08 17:02:52 scott No library passed to make when using system library.
(edit) @43 [43] 03/04/08 14:16:39 scott Add support for open flags so a database can be opened read only.
(edit) @42 [42] 03/01/08 00:38:33 scott Latest package file
(edit) @41 [41] 02/28/08 16:07:11 scott prepare for a release tomorrow
(edit) @40 [40] 02/28/08 14:20:05 scott handle integers larger than the supported PHP size properly
(edit) @39 [39] 02/28/08 11:17:30 scott Fix segfault when query failed to parse
(edit) @38 [38] 02/06/08 17:47:21 scott Upgrade bundled SQLite to 3.5.6
(edit) @37 [37] 02/04/08 18:04:06 scott Add code to include the ICU extension for PHP 6, comment it out for now …
(edit) @36 [36] 02/04/08 16:23:50 scott Bump version to 0.4-dev and add the correct prefix to the THREADSAFE …
(edit) @35 [35] 02/04/08 16:21:21 scott Remove unused config.h file.
(edit) @34 [34] 02/04/08 15:05:26 scott Updated bundled library to 3.5.5 and add Fulltext 3 searching
(edit) @33 [33] 01/31/08 11:39:26 scott Add new tests and mem4 file.
(edit) @32 [32] 01/31/08 01:42:28 scott Upgraded bundled SQLite to 3.5.4
(edit) @31 [31] 01/29/08 02:12:57 scott basic named parameter support
(edit) @30 [30] 01/28/08 23:30:53 scott updates
(edit) @29 [29] 01/24/08 23:56:04 scott Updated news
(edit) @28 [28] 01/21/08 17:57:40 scott Start the named parameter support.
(edit) @27 [27] 01/18/08 17:29:27 scott Add support for streams when using blob data, add another test and clean …
(edit) @26 [26] 12/09/07 23:55:15 scott Updated todo list
(edit) @25 [25] 12/09/07 23:44:08 scott Another test and change a variable
(edit) @24 [24] 12/09/07 23:20:44 scott Kill some of the wierd NULL things that is going on
(edit) @23 [23] 12/09/07 22:42:22 scott Don't destroy zval when we call finalize, has some wierd behavious.
(edit) @22 [22] 12/09/07 22:18:51 scott --
(edit) @21 [21] 12/09/07 22:17:24 scott Some code + comment cleanup. Will clean variable names a little next.
(edit) @20 [20] 12/06/07 00:43:35 scott updated documentation
(edit) @19 [19] 12/06/07 00:34:29 scott messed up XML
(edit) @18 [18] 12/06/07 00:32:51 scott pre-release stuff
(edit) @17 [17] 12/06/07 00:29:00 scott Constants should be prefixed with SQLITE3 regardless
(edit) @16 [16] 12/06/07 00:22:54 scott Fixed various bugs prior to a release
(edit) @15 [15] 12/03/07 14:12:45 scott Fix bound parameters, drop bind_params in favour of bind_value to …
(edit) @14 [14] 12/02/07 00:37:17 scott First attempt at bound variables, appears to not quite work as expected.
(edit) @13 [13] 12/01/07 14:42:58 scott Updated the tests to close the database + 2 new ones.
(edit) @12 [12] 12/01/07 14:14:04 scott Some documentation to accompany the first pecl release.
(edit) @11 [11] 11/29/07 10:47:51 scott updated TODO
(edit) @10 [10] 11/29/07 01:13:38 scott Cleanup extension code
(edit) @9 [9] 11/27/07 18:02:53 scott Updated bundled library to 3.5.3
(edit) @8 [8] 11/23/07 14:43:58 scott Move sqlite to trunk
(edit) @7 [7] 11/23/07 14:43:04 scott Add encryption support
(edit) @6 [6] 11/14/07 09:37:20 Scott Removed unused SQLITE_COPY case from authorize and added some new …
(edit) @5 [5] 11/14/07 09:08:03 Scott Change extension INI option to allow extensions to be loaded from a single …
(edit) @4 [4] 11/13/07 09:52:10 Scott Build debug build when present and start of extension work.
(edit) @3 [3] 11/11/07 12:07:39 Scott Check minimum version of external library and for encryption support.
(edit) @2 [2] 11/10/07 16:04:42 Scott Initial import of SQLite 3
(add) @1 [1] 11/10/07 15:59:57 Scott Create new SQLite3 Repository
Note: See TracRevisionLog for help on using the revision log.