File: control

package info (click to toggle)
php4 4.0.3pl1-0potato3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 15,168 kB
  • ctags: 20,556
  • sloc: ansic: 155,237; php: 10,827; sh: 9,608; yacc: 1,874; lex: 1,742; makefile: 788; java: 424; awk: 359; cpp: 335; perl: 181; xml: 57
file content (237 lines) | stat: -rw-r--r-- 9,829 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
Source: php4
Section: web
Priority: optional
Maintainer: Petr Cech <cech@debian.org>
Build-Depends: debhelper, bison, flex, libpng2-dev, libpcre2-dev, postgresql-dev, librecode-dev, libmysqlclient6-dev, libgd1g-dev, apache-dev, zlib1g-dev, libc-client4.7-dev, freetype2-dev, t1lib-dev, libxmltok1-dev, libopenldap-dev, libsnmp4.1-dev, libmagick4-dev, libbz2-dev, libmhash-dev, libmm10-dev, libpam0g-dev
Build-Conflicts: libsnmp4.1-dev (= 4.1.1-2.1)
Standards-Version: 3.1.1

Package: php4
Architecture: any
Depends: ${shlibs:Depends}, mime-support (>= 2.03-1), ${apache:Depends}
Conflicts: php3
Replaces: php4-dev (<< 4.0.2-7)
Description: A server-side, HTML-embedded scripting language
 This package provides the loadable module for the apache webserver.
 .
 PHP4 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.
 .
 The most significant change between php3 and php4 is the new parser engine
 called Zend, which boosts performance quite impressively.

Package: php4-gd
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: GD module for php4
 This package provides a module for handling graphics directly from PHP
 scripts. It supports the PNG, JPEG, XPM and uncompressed GIF image formats
 and ttf fonts.
 .
 PHP4 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.

Package: php4-imap
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: IMAP module for php4
 This package provides a module for IMAP functions in PHP scripts.
 .
 PHP4 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.

Package: php4-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: LDAP module for php4
 This package provides a module for LDAP functions in PHP scripts.
 .
 PHP4 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.

Package: php4-mhash
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: MHASH module for php4
 This package provides a module for mhash functions in PHP scripts.
 .
 PHP4 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.

Package: php4-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: MySQL module for php4
 This package provides a module for MySQL database connections directly from
 PHP scripts.
 .
 PHP4 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.

Package: php4-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: PostgreSQL module for php4
 This package provides a module for PostgreSQL database connections
 directly from PHP scripts.
 .
 PHP4 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.

Package: php4-snmp
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: SNMP module for php4
 This package provides a module for SNMP functions in PHP scripts.
 .
 PHP4 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.

Package: php4-xml
Architecture: any
Depends: ${shlibs:Depends}, ${php4:Depends}
Description: XML module for php4
 This package provides a module for XML functions in PHP scripts.
 .
 PHP4 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.

Package: php4-cgi
Architecture: any
Depends: ${shlibs:Depends}, mime-support (>= 2.03-1)
Conflicts: php3
Description: A server-side, HTML-embedded scripting language
 This package provides the CGI.
 .
 PHP4 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.
 .
 The most significant change between php3 and php4 is the new parser engine
 called Zend, which boosts performance quite impressively.

Package: php4-cgi-gd
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: GD module for php4-cgi
 This package provides a module for handling graphics directly from PHP
 scripts. It supports the PNG, JPEG, XPM and uncompressed GIF image formats
 and ttf fonts.
 .
 PHP4 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.

Package: php4-cgi-imap
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: IMAP module for php4-cgi
 This package provides a module for IMAP functions in PHP scripts.
 .
 PHP4 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.

Package: php4-cgi-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: LDAP module for php4-cgi
 This package provides a CGI module for LDAP functions in PHP scripts.
 .
 PHP4 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.

Package: php4-cgi-mhash
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: MHASH module for php4-cgi
 This package provides a module for mhash functions in PHP scripts.
 .
 PHP4 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.

Package: php4-cgi-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: MySQL module for php4-cgi
 This package provides a module for MySQL database connections directly from
 PHP scripts.
 .
 PHP4 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.

Package: php4-cgi-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: PostgreSQL module for php4-cgi
 This package provides a module for PostgreSQL database connections
 directly from PHP scripts.
 .
 PHP4 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.

Package: php4-cgi-snmp
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: SNMP module for php4-cgi
 This package provides a module for SNMP functions in PHP scripts.
 .
 PHP4 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.

Package: php4-cgi-xml
Architecture: any
Depends: ${shlibs:Depends}, ${php4-cgi:Depends}
Description: XML module for php4-cgi
 This package provides a module for XML functions in PHP scripts.
 .
 PHP4 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.

Package: php4-dev
Architecture: all
Description: Files for PHP4 module development
 This package provides the files from the PHP4 source needed for compiling
 additional modules.
 .
 PHP4 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.
 .
 The most significant change between php3 and php4 is the new parser engine
 called Zend, which boosts performance quite impressively.