diff --git a/ext/pdo_firebird/package.xml b/ext/pdo_firebird/package.xml index 92973b9b121..d17d41ec4b7 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 4e635469428..34238735345 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 }; /* }}} */