diff options
| author | Wez Furlong <wez@php.net> | 2005-02-09 05:04:40 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-02-09 05:04:40 +0000 |
| commit | 201ec3dc02ee3e4df2874e567e2b02460e1d4d4f (patch) | |
| tree | 251f7811bb807184901cbaa23b437a7db4620a01 /ext/pdo_odbc | |
| parent | 3047ced496a514c5191cc197ab6161ab569675f9 (diff) | |
| download | php-git-201ec3dc02ee3e4df2874e567e2b02460e1d4d4f.tar.gz | |
prep for release
Diffstat (limited to 'ext/pdo_odbc')
| -rwxr-xr-x | ext/pdo_odbc/package.xml | 11 | ||||
| -rwxr-xr-x | ext/pdo_odbc/pdo_odbc.c | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/ext/pdo_odbc/package.xml b/ext/pdo_odbc/package.xml index 7b86564b46..94f28de85c 100755 --- a/ext/pdo_odbc/package.xml +++ b/ext/pdo_odbc/package.xml @@ -20,9 +20,9 @@ </description>
<license>PHP</license>
<release>
- <state>alpha</state>
- <version>0.1.1</version>
- <date>2004-05-22</date>
+ <state>beta</state>
+ <version>0.2</version>
+ <date>2005-02-09</date>
<notes>
You need to install the PDO core module before you can make use of this one.
@@ -31,7 +31,6 @@ If you are running on windows, you can download the binary from here:
http://snaps.php.net/win32/PECL_5_0/php_pdo_odbc.dll
- This release features working error reporting(!) and ODBC connection pooling.
</notes>
<filelist>
@@ -46,8 +45,8 @@ <file role="doc" name="CREDITS"/>
</filelist>
<deps>
- <dep type="php" rel="ge" version="5.0.0RC3dev"/>
- <dep type="ext" rel="ge" name="pdo" version="0.1"/>
+ <dep type="php" rel="ge" version="5.0.3"/>
+ <dep type="ext" rel="ge" name="pdo" version="0.2"/>
</deps>
</release>
</package>
diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c index 6b351c9dd4..1965da9fde 100755 --- a/ext/pdo_odbc/pdo_odbc.c +++ b/ext/pdo_odbc/pdo_odbc.c @@ -46,7 +46,7 @@ zend_module_entry pdo_odbc_module_entry = { NULL, NULL, PHP_MINFO(pdo_odbc), - "0.1.1", + "0.2", STANDARD_MODULE_PROPERTIES }; /* }}} */ |
