diff options
author | Wez Furlong <wez@php.net> | 2005-02-09 05:26:38 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-09 05:26:38 +0000 |
commit | dbaa3bfdfabbe62cb92d9f01c48d7765faa39407 (patch) | |
tree | f5036c17cf926233d0710cdc75fc4d4f88bac31f /ext/pdo_firebird | |
parent | c28a0b9fcbd8ad215b5203bd20939a3971f57b05 (diff) | |
download | php-git-dbaa3bfdfabbe62cb92d9f01c48d7765faa39407.tar.gz |
hope it works!
Diffstat (limited to 'ext/pdo_firebird')
-rw-r--r-- | ext/pdo_firebird/package.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pdo_firebird/package.xml b/ext/pdo_firebird/package.xml index d17d41ec4b..c6f613558b 100644 --- a/ext/pdo_firebird/package.xml +++ b/ext/pdo_firebird/package.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
-<package version="1.0"><!-- $Id: package.xml,v 1.6 2005-02-09 05:00:58 wez Exp $ -->
+<package version="1.0"><!-- $Id: package.xml,v 1.7 2005-02-09 05:26:38 wez Exp $ -->
<name>PDO_FIREBIRD</name>
<summary>Firebird/InterBase 6 driver for PDO</summary>
<maintainers>
@@ -27,6 +27,8 @@ <notes>
To compile and run this module, you will need to have the main PDO module and Firebird's
or InterBase's client library installed on your system.
+
+ Hope it works!
</notes>
<filelist>
|