Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * pgsql extension Constant dictionary for PHP_CompatInfo 1.9.0a1 or better
4
 *
5
 * PHP versions 4 and 5
6
 *
7
 * @category PHP
8
 * @package  PHP_CompatInfo
9
 * @author   Davey Shafik <davey@php.net>
10
 * @author   Laurent Laville <pear@laurent-laville.org>
11
 * @license  http://www.opensource.org/licenses/bsd-license.php  BSD
12
 * @version  CVS: $Id: pgsql_const_array.php,v 1.1 2008/12/14 17:13:36 farell Exp $
13
 * @link     http://pear.php.net/package/PHP_CompatInfo
14
 * @since    version 1.9.0a1 (2008-11-23)
15
 */
16
 
17
$GLOBALS['_PHP_COMPATINFO_CONST_PGSQL'] = array (
18
  'PGSQL_ASSOC' =>
19
  array (
20
    'init' => '4.0.0',
21
    'name' => 'PGSQL_ASSOC',
22
  ),
23
  'PGSQL_BAD_RESPONSE' =>
24
  array (
25
    'init' => '4.0.0',
26
    'name' => 'PGSQL_BAD_RESPONSE',
27
  ),
28
  'PGSQL_BOTH' =>
29
  array (
30
    'init' => '4.0.0',
31
    'name' => 'PGSQL_BOTH',
32
  ),
33
  'PGSQL_COMMAND_OK' =>
34
  array (
35
    'init' => '4.0.0',
36
    'name' => 'PGSQL_COMMAND_OK',
37
  ),
38
  'PGSQL_CONNECTION_BAD' =>
39
  array (
40
    'init' => '4.0.0',
41
    'name' => 'PGSQL_CONNECTION_BAD',
42
  ),
43
  'PGSQL_CONNECTION_OK' =>
44
  array (
45
    'init' => '4.0.0',
46
    'name' => 'PGSQL_CONNECTION_OK',
47
  ),
48
  'PGSQL_CONNECT_FORCE_NEW' =>
49
  array (
50
    'init' => '4.0.0',
51
    'name' => 'PGSQL_CONNECT_FORCE_NEW',
52
  ),
53
  'PGSQL_CONV_FORCE_NULL' =>
54
  array (
55
    'init' => '4.0.0',
56
    'name' => 'PGSQL_CONV_FORCE_NULL',
57
  ),
58
  'PGSQL_CONV_IGNORE_DEFAULT' =>
59
  array (
60
    'init' => '4.0.0',
61
    'name' => 'PGSQL_CONV_IGNORE_DEFAULT',
62
  ),
63
  'PGSQL_CONV_IGNORE_NOT_NULL' =>
64
  array (
65
    'init' => '4.0.0',
66
    'name' => 'PGSQL_CONV_IGNORE_NOT_NULL',
67
  ),
68
  'PGSQL_COPY_IN' =>
69
  array (
70
    'init' => '4.0.0',
71
    'name' => 'PGSQL_COPY_IN',
72
  ),
73
  'PGSQL_COPY_OUT' =>
74
  array (
75
    'init' => '4.0.0',
76
    'name' => 'PGSQL_COPY_OUT',
77
  ),
78
  'PGSQL_DIAG_CONTEXT' =>
79
  array (
80
    'init' => '4.0.0',
81
    'name' => 'PGSQL_DIAG_CONTEXT',
82
  ),
83
  'PGSQL_DIAG_INTERNAL_POSITION' =>
84
  array (
85
    'init' => '4.0.0',
86
    'name' => 'PGSQL_DIAG_INTERNAL_POSITION',
87
  ),
88
  'PGSQL_DIAG_INTERNAL_QUERY' =>
89
  array (
90
    'init' => '4.0.0',
91
    'name' => 'PGSQL_DIAG_INTERNAL_QUERY',
92
  ),
93
  'PGSQL_DIAG_MESSAGE_DETAIL' =>
94
  array (
95
    'init' => '4.0.0',
96
    'name' => 'PGSQL_DIAG_MESSAGE_DETAIL',
97
  ),
98
  'PGSQL_DIAG_MESSAGE_HINT' =>
99
  array (
100
    'init' => '4.0.0',
101
    'name' => 'PGSQL_DIAG_MESSAGE_HINT',
102
  ),
103
  'PGSQL_DIAG_MESSAGE_PRIMARY' =>
104
  array (
105
    'init' => '4.0.0',
106
    'name' => 'PGSQL_DIAG_MESSAGE_PRIMARY',
107
  ),
108
  'PGSQL_DIAG_SEVERITY' =>
109
  array (
110
    'init' => '4.0.0',
111
    'name' => 'PGSQL_DIAG_SEVERITY',
112
  ),
113
  'PGSQL_DIAG_SOURCE_FILE' =>
114
  array (
115
    'init' => '4.0.0',
116
    'name' => 'PGSQL_DIAG_SOURCE_FILE',
117
  ),
118
  'PGSQL_DIAG_SOURCE_FUNCTION' =>
119
  array (
120
    'init' => '4.0.0',
121
    'name' => 'PGSQL_DIAG_SOURCE_FUNCTION',
122
  ),
123
  'PGSQL_DIAG_SOURCE_LINE' =>
124
  array (
125
    'init' => '4.0.0',
126
    'name' => 'PGSQL_DIAG_SOURCE_LINE',
127
  ),
128
  'PGSQL_DIAG_SQLSTATE' =>
129
  array (
130
    'init' => '4.0.0',
131
    'name' => 'PGSQL_DIAG_SQLSTATE',
132
  ),
133
  'PGSQL_DIAG_STATEMENT_POSITION' =>
134
  array (
135
    'init' => '4.0.0',
136
    'name' => 'PGSQL_DIAG_STATEMENT_POSITION',
137
  ),
138
  'PGSQL_DML_ASYNC' =>
139
  array (
140
    'init' => '4.0.0',
141
    'name' => 'PGSQL_DML_ASYNC',
142
  ),
143
  'PGSQL_DML_EXEC' =>
144
  array (
145
    'init' => '4.0.0',
146
    'name' => 'PGSQL_DML_EXEC',
147
  ),
148
  'PGSQL_DML_NO_CONV' =>
149
  array (
150
    'init' => '4.0.0',
151
    'name' => 'PGSQL_DML_NO_CONV',
152
  ),
153
  'PGSQL_DML_STRING' =>
154
  array (
155
    'init' => '4.0.0',
156
    'name' => 'PGSQL_DML_STRING',
157
  ),
158
  'PGSQL_EMPTY_QUERY' =>
159
  array (
160
    'init' => '4.0.0',
161
    'name' => 'PGSQL_EMPTY_QUERY',
162
  ),
163
  'PGSQL_ERRORS_DEFAULT' =>
164
  array (
165
    'init' => '4.0.0',
166
    'name' => 'PGSQL_ERRORS_DEFAULT',
167
  ),
168
  'PGSQL_ERRORS_TERSE' =>
169
  array (
170
    'init' => '4.0.0',
171
    'name' => 'PGSQL_ERRORS_TERSE',
172
  ),
173
  'PGSQL_ERRORS_VERBOSE' =>
174
  array (
175
    'init' => '4.0.0',
176
    'name' => 'PGSQL_ERRORS_VERBOSE',
177
  ),
178
  'PGSQL_FATAL_ERROR' =>
179
  array (
180
    'init' => '4.0.0',
181
    'name' => 'PGSQL_FATAL_ERROR',
182
  ),
183
  'PGSQL_NONFATAL_ERROR' =>
184
  array (
185
    'init' => '4.0.0',
186
    'name' => 'PGSQL_NONFATAL_ERROR',
187
  ),
188
  'PGSQL_NUM' =>
189
  array (
190
    'init' => '4.0.0',
191
    'name' => 'PGSQL_NUM',
192
  ),
193
  'PGSQL_SEEK_CUR' =>
194
  array (
195
    'init' => '4.0.0',
196
    'name' => 'PGSQL_SEEK_CUR',
197
  ),
198
  'PGSQL_SEEK_END' =>
199
  array (
200
    'init' => '4.0.0',
201
    'name' => 'PGSQL_SEEK_END',
202
  ),
203
  'PGSQL_SEEK_SET' =>
204
  array (
205
    'init' => '4.0.0',
206
    'name' => 'PGSQL_SEEK_SET',
207
  ),
208
  'PGSQL_STATUS_LONG' =>
209
  array (
210
    'init' => '4.0.0',
211
    'name' => 'PGSQL_STATUS_LONG',
212
  ),
213
  'PGSQL_STATUS_STRING' =>
214
  array (
215
    'init' => '4.0.0',
216
    'name' => 'PGSQL_STATUS_STRING',
217
  ),
218
  'PGSQL_TRANSACTION_ACTIVE' =>
219
  array (
220
    'init' => '4.0.0',
221
    'name' => 'PGSQL_TRANSACTION_ACTIVE',
222
  ),
223
  'PGSQL_TRANSACTION_IDLE' =>
224
  array (
225
    'init' => '4.0.0',
226
    'name' => 'PGSQL_TRANSACTION_IDLE',
227
  ),
228
  'PGSQL_TRANSACTION_INERROR' =>
229
  array (
230
    'init' => '4.0.0',
231
    'name' => 'PGSQL_TRANSACTION_INERROR',
232
  ),
233
  'PGSQL_TRANSACTION_INTRANS' =>
234
  array (
235
    'init' => '4.0.0',
236
    'name' => 'PGSQL_TRANSACTION_INTRANS',
237
  ),
238
  'PGSQL_TRANSACTION_UNKNOWN' =>
239
  array (
240
    'init' => '4.0.0',
241
    'name' => 'PGSQL_TRANSACTION_UNKNOWN',
242
  ),
243
  'PGSQL_TUPLES_OK' =>
244
  array (
245
    'init' => '4.0.0',
246
    'name' => 'PGSQL_TUPLES_OK',
247
  ),
248
);
249
?>