File: control

package info (click to toggle)
php3 3%3A3.0.18-0potato1.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 17,736 kB
  • ctags: 11,198
  • sloc: ansic: 108,120; sh: 2,512; php: 2,024; yacc: 1,887; makefile: 1,038; perl: 537; pascal: 238; awk: 90; cpp: 28; sql: 11
file content (317 lines) | stat: -rw-r--r-- 13,104 bytes parent folder | download
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
Source: php3
Section: web
Priority: optional
Maintainer: Petr Cech <cech@debian.org>
Build-Depends: debhelper (>= 2.0.40), flex, bison, apache-dev, zlib1g-dev, libgdbmg1-dev, postgresql-dev, libmysqlclient6-dev, libc-client4.7-dev, libgd-gif1-dev, freetype2-dev, t1lib-dev, libxmltok1-dev, libopenldap-dev, libsnmp4.1-dev, libmagick4-dev, libbz2-dev, libmhash-dev
Standards-Version: 3.1.1

Package: php3
Architecture: any
Depends: ${shlibs:Depends}, mime-support (>= 2.13-1), ${apache:Depends}
Suggests: php3-database, php3-gd, php3-doc, php3-cgi
Conflicts: php3-doc (<< 1:3.0.3), php4
Description: A server-side, HTML-embedded scripting language
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides the loadable module for the apache webserver, some 
 modules providing extra functions, and a php/fi 2.0 -> php3 script convertor 
 (works most of the time).
 .
 With additional modules it supports direct communication with postgresql,
 mysql, msql databases, dbf files, and it has an interface to the libgd
 graphics library.

Package: php3-cgi
Architecture: any
Depends: ${shlibs:Depends}, mime-support (>= 2.13-1)
Recommends: httpd
Conflicts: php3 (<< 1:3.0.3)
Suggests: php3-cgi-database, php3-cgi-gd, php3-doc
Description: A server-side, HTML-embedded scripting language
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a standalone cgi binary (usable as a standalone
 interpreter) and some modules providing extra functions
 .
 With additional modules it supports direct communication with postgresql,
 mysql, msql databases, dbf files, and it has an interface to the libgd
 graphics library.

Package: php3-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${php3:Depends}
Suggests: php3-cgi-pgsql
Provides: php3-database
Description: PostgreSQL module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for PostgreSQL 
 connectivity directly from PHP3 scripts.

Package: php3-cgi-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${php3-cgi:Depends}
Conflicts: php3-pgsql (<< 1:3.0.3)
Provides: php3-cgi-database
Description: PostgreSQL module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for PostgreSQL 
 connectivity directly from PHP3 scripts.

Package: php3-mysql
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Suggests: php3-cgi-mysql
Provides: php3-database
Description: Mysql module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for mysql connectivity 
 directly from PHP3 scripts.

Package: php3-cgi-mysql
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Conflicts: php3-mysql (<< 1:3.0.3)
Provides: php3-cgi-database
Description: Mysql module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for mysql connectivity 
 directly from PHP3 scripts.

Package: php3-gd
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Suggests: php3-cgi-gd
Description: GD (graphic creation) module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) to use the GD 
 graphics library calls directly from PHP3 scripts.

Package: php3-cgi-gd
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Conflicts: php3-gd (<< 1:3.0.3)
Description: GD (graphic creation) module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) to use the GD graphics 
 library calls directly from PHP3 scripts.

Package: php3-imap
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Suggests: php3-cgi-imap
Description: IMAP module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for using IMAP
 functions directly from PHP3 scripts.

Package: php3-cgi-imap
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Description: IMAP module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for using IMAP
 functions directly from PHP3 scripts.

Package: php3-xml
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Suggests: php3-cgi-xml
Description: XML module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for XML parsing
 functions directly from PHP3 scripts.

Package: php3-cgi-xml
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Description: XML module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for XML parsing
 functions directly from PHP3 scripts.

Package: php3-ldap
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Suggests: php3-cgi-ldap
Description: LDAP module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for LDAP support
 functions directly from PHP3 scripts.

Package: php3-cgi-ldap
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Description: LDAP module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for LDAP support
 functions directly from PHP3 scripts.

Package: php3-snmp
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Description: SNMP module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for SNMP functions
 directly from PHP3 scripts.

Package: php3-cgi-snmp
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Description: SNMP module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for SNMP functions 
 directly from PHP3 scripts.

Package: php3-magick
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Description: ImageMagick module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for imagemagick 
 functions directly from PHP3 scripts.

Package: php3-cgi-magick
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Description: ImageMagick module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for imagemagick
 functions directly from PHP3 scripts.

Package: php3-mhash
Architecture: any
Depends: ${php3:Depends}, ${shlibs:Depends}
Description: mhash module for PHP3 (apache)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (apache version) for mhash 
 functions directly from PHP3 scripts.

Package: php3-cgi-mhash
Architecture: any
Depends: ${php3-cgi:Depends}, ${shlibs:Depends}
Description: mhash module for PHP3 (cgi)
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides a PHP3 module (cgi version) for mhash
 functions directly from PHP3 scripts.

Package: php3-dev
Architecture: any
Description: Header files for PHP3 module development
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides the header files from the PHP3 source needed
 for compiling additional modules.

Package: php3-doc
Architecture: all
Description: Documentation for PHP3
 PHP: Hypertext Preprocessor Version 3.0 is an HTML-embedded scripting
 language. Much of its syntax is borrowed from C, Java and Perl with a
 couple of unique PHP-specific features thrown in. The goal of the
 language is to allow web developers to write dynamically generated
 pages quickly.
 .
 This package provides the documentation for the PHP3 scripting language.
 It is mostly complete now, only a few bits may be missing.