summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-11-01 03:10:09 +0000
committerWez Furlong <wez@php.net>2005-11-01 03:10:09 +0000
commitb6fe60ab52995779306863a3fb6dae61fb42f319 (patch)
tree2b4b4a7609a8a1ffc0cdd20f047f9138084083ac /ext/pdo_pgsql
parent6070381f9dd15de2b20ecd61a4bd04265eddedc7 (diff)
downloadphp-git-b6fe60ab52995779306863a3fb6dae61fb42f319.tar.gz
prep for PECL release
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r--ext/pdo_pgsql/package.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/ext/pdo_pgsql/package.xml b/ext/pdo_pgsql/package.xml
index 7745e4eefb..b7f2613e84 100644
--- a/ext/pdo_pgsql/package.xml
+++ b/ext/pdo_pgsql/package.xml
@@ -30,17 +30,18 @@
<license>PHP</license>
<release>
<state>beta</state>
- <version>1.0RC1</version>
- <date>2005-09-11</date>
+ <version>1.0RC2</version>
+ <date>2005-11-01</date>
<notes>
- Now features native prepared statements and numerous other improvements.
+Now features native prepared statements and numerous other improvements.
- You need to install the PDO core module before you can make use of this one.
- You also require PostgreSQL client libraries installed on the machine where you intend to build and/or use it.
-
- If you are running on windows, you can download the binary from here:
- http://snaps.php.net/win32/PECL_5_0/php_pdo_pgsql.dll
+You need to install the PDO core module before you can make use of this one.
+You also require PostgreSQL client libraries installed on the machine where you
+intend to build and/or use it.
+
+If you are running on windows, you can download the binary from here:
+http://pecl4win.php.net/ext.php/php_pdo_pgsql.dll
</notes>
<filelist>
@@ -56,7 +57,7 @@
</filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="1.0RC1"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0RC2"/>
</deps>
</release>
</package>