File: control

package info (click to toggle)
php4-pgsql 3%3A4.3.10-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,776 kB
  • ctags: 349
  • sloc: sh: 8,442; ansic: 3,831; makefile: 70; awk: 70; php: 64
file content (21 lines) | stat: -rw-r--r-- 800 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
Source: php4-pgsql
Section: web
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
Uploaders: Adam Conrad <adconrad@0c3.net>
Build-Depends: debhelper (>= 3.0.9), bison, flex, postgresql-dev (>=7.2-4), php4-dev (>= 4:4.3.10-10), po-debconf
Standards-Version: 3.6.1

Package: php4-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
Replaces: php4-cgi-pgsql
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.