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
|
Source: php3
Section: web
Priority: optional
Maintainer: Gergely Madarasz <gorgo@caesar.elte.hu>
Standards-Version: 2.4.0.0
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)
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-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.
|