summaryrefslogtreecommitdiff
path: root/ext/dbx/package.xml
blob: 6bed9181a1b4a8cb91212fc43c9cde17bb802ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>dbx</name>
 <summary>Database abstraction functions</summary>
 <maintainers>
  <maintainer>
   <user>mboeren</user>
   <name>Marc Boeren</name>
   <email>marc@guidance.nl</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>hirokawa</user>
   <name>Rui Hirokawa</name>
   <email>hirokawa@php.net</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Frank M. Kromann</name>
   <email>frank@kromann.info</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
The dbx module is a database abstraction layer (db 'X', where 'X' 
is a supported database). The dbx functions allow you to access all 
supported databases using a single calling convention. The 
dbx-functions themselves do not interface directly to the databases, 
but interface to the modules that are used to support these databases.
</description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="INSTALL"/>
   <file role="doc" name="howto_extend_dbx.html"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="dbx.dsp"/>
   <file role="src" name="dbx.c"/>
   <file role="src" name="dbx.h"/>
   <file role="src" name="dbx_fbsql.c"/>
   <file role="src" name="dbx_fbsql.h"/>
   <file role="src" name="dbx_mssql.c"/>
   <file role="src" name="dbx_mssql.h"/>
   <file role="src" name="dbx_mysql.c"/>
   <file role="src" name="dbx_mysql.h"/>
   <file role="src" name="dbx_oci8.c"/>
   <file role="src" name="dbx_oci8.h"/>
   <file role="src" name="dbx_odbc.c"/>
   <file role="src" name="dbx_odbc.h"/>
   <file role="src" name="dbx_pgsql.c"/>
   <file role="src" name="dbx_pgsql.h"/>
   <file role="src" name="dbx_sybasect.c"/>
   <file role="src" name="dbx_sybasect.h"/>
   <file role="src" name="php_dbx.h"/>
   <file role="src" name="dbx_sqlite.c"/>
   <file role="src" name="dbx_sqlite.h"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/003.phpt"/>
   <file role="test" name="tests/004.phpt"/>
   <file role="test" name="tests/005.phpt"/>
   <file role="test" name="tests/006.phpt"/>
   <file role="test" name="tests/007.phpt"/>
   <file role="test" name="tests/008.phpt"/>
   <file role="test" name="tests/009.phpt"/>
   <file role="test" name="tests/dbx_test.p"/>
   <file role="test" name="tests/dbx_test.pgsql.script"/>
   <file role="test" name="tests/dbx_test.script"/>
   <file role="test" name="tests/skipif.inc"/>
   <file role="test" name="tests/010.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->