]> granicus.if.org Git - php/commitdiff
Prepare pdo_firebird for a pecl release also
authorPopa Adrian Marius <mapopa@reea.net>
Thu, 12 Sep 2013 14:47:05 +0000 (17:47 +0300)
committerPopa Adrian Marius <mapopa@reea.net>
Thu, 12 Sep 2013 14:47:05 +0000 (17:47 +0300)
ext/pdo_firebird/CREDITS
ext/pdo_firebird/package2.xml

index a33294b69c0e6455ae1cce79b33bd7bd1f7ad72a..60b917415db69f1b3221295dd69a979942f428a4 100644 (file)
@@ -1,2 +1,2 @@
-Firebird/InterBase driver for PDO
+Firebird driver for PDO
 Ard Biesheuvel
index 5b5984c80fa5675fea9757a349ff429393f0650d..b744d388bc0d54bcef50542c259b7d672bb85e51 100644 (file)
@@ -5,9 +5,9 @@ http://pear.php.net/dtd/package-2.0
 http://pear.php.net/dtd/package-2.0.xsd">
  <name>PDO_FIREBIRD</name>
  <channel>pecl.php.net</channel>
- <summary>Firebird/InterBase 6 driver for PDO</summary>
- <description>This extension provides a Firebird/InterBase driver for PDO. It supports
-all versions of Firebird and InterBase versions 6 and up.
+ <summary>Firebird driver for PDO</summary>
+ <description>This extension provides a Firebird driver for PDO. It supports
+all versions of Firebird 2.1 and up.
  </description>
  <lead>
   <name>Ard Biesheuvel</name>
@@ -15,18 +15,17 @@ all versions of Firebird and InterBase versions 6 and up.
   <email>abies@php.net</email>
   <active>yes</active>
  </lead>
- <date>2006-05-01</date>
+ <date>2013-09-01</date>
  <version>
-  <release>0.3</release>
-  <api>0.3</api>
+  <release>1.0</release>
+  <api>1.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
- <notes>To compile and run this module, you will need to have the main PDO module and Firebird&apos;s
-or InterBase&apos;s client library installed on your system.
+ <notes>To compile and run this module, you will need to have the main PDO module and Firebird&apos;s client library installed on your system.
 Hope it works!
  </notes>
  <contents>
@@ -49,7 +48,7 @@ Hope it works!
  <dependencies>
   <required>
    <php>
-    <min>5.0.3</min>
+    <min>5.3.27</min>
    </php>
    <pearinstaller>
     <min>1.4.0</min>