Commit:    074385cb33228c2bfcab0c252b5727fd9153a566
Author:    Popa Adrian Marius <map...@reea.net>         Thu, 12 Sep 2013 
17:47:05 +0300
Parents:   89d115264cbc24bcb30567781001793ac6c58a7f
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=074385cb33228c2bfcab0c252b5727fd9153a566

Log:
Prepare pdo_firebird for a pecl release also

Changed paths:
  M  ext/pdo_firebird/CREDITS
  M  ext/pdo_firebird/package2.xml


Diff:
diff --git a/ext/pdo_firebird/CREDITS b/ext/pdo_firebird/CREDITS
index a33294b..60b9174 100644
--- a/ext/pdo_firebird/CREDITS
+++ b/ext/pdo_firebird/CREDITS
@@ -1,2 +1,2 @@
-Firebird/InterBase driver for PDO
+Firebird driver for PDO
 Ard Biesheuvel
diff --git a/ext/pdo_firebird/package2.xml b/ext/pdo_firebird/package2.xml
index 5b5984c..b744d38 100644
--- a/ext/pdo_firebird/package2.xml
+++ b/ext/pdo_firebird/package2.xml
@@ -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>ab...@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>


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to