Skip to content

Commit 074385c

Browse files
committed
Prepare pdo_firebird for a pecl release also
1 parent 89d1152 commit 074385c

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

ext/pdo_firebird/CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Firebird/InterBase driver for PDO
1+
Firebird driver for PDO
22
Ard Biesheuvel

ext/pdo_firebird/package2.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,27 @@ http://pear.php.net/dtd/package-2.0
55
http://pear.php.net/dtd/package-2.0.xsd">
66
<name>PDO_FIREBIRD</name>
77
<channel>pecl.php.net</channel>
8-
<summary>Firebird/InterBase 6 driver for PDO</summary>
9-
<description>This extension provides a Firebird/InterBase driver for PDO. It supports
10-
all versions of Firebird and InterBase versions 6 and up.
8+
<summary>Firebird driver for PDO</summary>
9+
<description>This extension provides a Firebird driver for PDO. It supports
10+
all versions of Firebird 2.1 and up.
1111
</description>
1212
<lead>
1313
<name>Ard Biesheuvel</name>
1414
<user>abies</user>
1515
<email>abies@php.net</email>
1616
<active>yes</active>
1717
</lead>
18-
<date>2006-05-01</date>
18+
<date>2013-09-01</date>
1919
<version>
20-
<release>0.3</release>
21-
<api>0.3</api>
20+
<release>1.0</release>
21+
<api>1.0</api>
2222
</version>
2323
<stability>
24-
<release>beta</release>
25-
<api>beta</api>
24+
<release>stable</release>
25+
<api>stable</api>
2626
</stability>
2727
<license uri="http://www.php.net/license">PHP</license>
28-
<notes>To compile and run this module, you will need to have the main PDO module and Firebird&apos;s
29-
or InterBase&apos;s client library installed on your system.
28+
<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.
3029
Hope it works!
3130
</notes>
3231
<contents>
@@ -49,7 +48,7 @@ Hope it works!
4948
<dependencies>
5049
<required>
5150
<php>
52-
<min>5.0.3</min>
51+
<min>5.3.27</min>
5352
</php>
5453
<pearinstaller>
5554
<min>1.4.0</min>

0 commit comments

Comments
 (0)