From 3a550b3c8c4561caddae96d559803f091330ccaf Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 21 Jun 2003 13:29:26 +0000 Subject: Prepare for 1.0 release --- ext/sqlite/package.xml | 15 ++++++++------- ext/sqlite/sqlite.c | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml index 79d0b1060a..0c6f80d740 100644 --- a/ext/sqlite/package.xml +++ b/ext/sqlite/package.xml @@ -34,11 +34,13 @@ PHP - beta - 0.9-c - 2003-06-05 + stable + 1.0 + 2003-06-21 Added: + sqlite_udf_encode_binary() and sqlite_udf_decode_binary() for + handling binary data in UDF callbacks. sqlite_popen() for persistent db connections. sqlite_unbuffered_query() for high performance queries. sqlite_last_error() returns error code from last operation. @@ -55,10 +57,6 @@ Fixed some build issues for thread-safe builds. Increase the default busy timeout interval to 60 seconds. - - API is considered stabilized for 4.3.x; this is a pre-release before - announcing stable version 1.0. - @@ -83,6 +81,9 @@ + + + diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 416fab2a94..fdc8abf909 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -24,7 +24,7 @@ #include "config.h" #endif -#define PHP_SQLITE_MODULE_VERSION "0.9-c" +#define PHP_SQLITE_MODULE_VERSION "1.0" #include "php.h" #include "php_ini.h" -- cgit v1.2.1