From: Wez Furlong Date: Wed, 9 Feb 2005 05:00:58 +0000 (+0000) Subject: prep for possible release X-Git-Tag: RELEASE_0_2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3047ced496a514c5191cc197ab6161ab569675f9;p=php prep for possible release --- diff --git a/ext/pdo_firebird/package.xml b/ext/pdo_firebird/package.xml index 92973b9b12..d17d41ec4b 100644 --- a/ext/pdo_firebird/package.xml +++ b/ext/pdo_firebird/package.xml @@ -1,6 +1,6 @@ - + PDO_FIREBIRD Firebird/InterBase 6 driver for PDO @@ -20,9 +20,9 @@ PHP - alpha - 0.1 - 2004-06-23 + beta + 0.2 + 2005-02-09 To compile and run this module, you will need to have the main PDO module and Firebird's @@ -48,8 +48,8 @@ - - + + diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 4e63546942..3423873534 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -44,7 +44,7 @@ zend_module_entry pdo_firebird_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(pdo_firebird), - "0.1", + "0.2", STANDARD_MODULE_PROPERTIES }; /* }}} */